Skip to content

Commit ea138e8

Browse files
committed
RPGWizard 1.7.1.1 (rc1)
1 parent dc08baf commit ea138e8

11 files changed

Lines changed: 13 additions & 13 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.rpgwizard</groupId>
1111
<artifactId>rpgwizard</artifactId>
12-
<version>1.7.1</version>
12+
<version>1.7.1.1</version>
1313
</parent>
1414

1515
<groupId>org.rpgwizard</groupId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.rpgwizard</groupId>
88
<artifactId>rpgwizard</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.7.1.1</version>
1010
</parent>
1111

1212
<groupId>org.rpgwizard</groupId>

distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.rpgwizard</groupId>
88
<artifactId>rpgwizard</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.7.1.1</version>
1010
</parent>
1111

1212
<groupId>org.rpgwizard</groupId>
@@ -16,7 +16,7 @@
1616
<name>RPGWizard Distribution</name>
1717

1818
<properties>
19-
<file.version>${project.version}.0</file.version>
19+
<file.version>${project.version}</file.version>
2020
<product.version>${file.version}</product.version>
2121
<launch4j.version>1.7.21</launch4j.version>
2222
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
# Please ensure you have Java 8 or greater installed.
4-
java -jar $(pwd)/editor-ui-1.7.1-jar-with-dependencies.jar
4+
java -jar $(pwd)/editor-ui-1.7.1.1-jar-with-dependencies.jar

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.rpgwizard</groupId>
88
<artifactId>rpgwizard</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.7.1.1</version>
1010
</parent>
1111

1212
<groupId>org.rpgwizard</groupId>

documentation/rpgwizard-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"build": "npm-run-all -s clean copy-rpgcode copy-defaults generate",
1515
"clean": "rm -rf docs/",
1616
"copy-rpgcode": "cp ../../engine/engine-js/js/rpgcode/rpgcode.js src/",
17-
"copy-defaults": "cp ../../demo/Tactical/Programs/defaults/*.js src/",
17+
"copy-defaults": "cp ../../demo/Tactical/Programs/defaults/*.js src/",
1818
"generate": "jsdoc -c jsdoc.json && cp -r src/images docs/images",
19-
"site": "rm -rf ../../../rpgwizard.github.io/assets/docs/v1 && cp -r docs/ ../../../rpgwizard.github.io/assets/docs/v1"
19+
"deploy": "rm -rf ../../../rpgwizard.github.io/assets/docs/v1 && cp -r docs/ ../../../rpgwizard.github.io/assets/docs/v1"
2020
}
2121
}

editor/editor-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.rpgwizard</groupId>
1111
<artifactId>editor</artifactId>
12-
<version>1.7.1</version>
12+
<version>1.7.1.1</version>
1313
</parent>
1414

1515
<artifactId>editor-ui</artifactId>

editor/pluginsystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.rpgwizard</groupId>
77
<artifactId>editor</artifactId>
8-
<version>1.7.1</version>
8+
<version>1.7.1.1</version>
99
</parent>
1010

1111
<artifactId>pluginsystem</artifactId>

editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.rpgwizard</groupId>
1111
<artifactId>rpgwizard</artifactId>
12-
<version>1.7.1</version>
12+
<version>1.7.1.1</version>
1313
</parent>
1414

1515
<groupId>org.rpgwizard</groupId>

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.rpgwizard</groupId>
88
<artifactId>rpgwizard</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.7.1.1</version>
1010
</parent>
1111

1212
<groupId>org.rpgwizard</groupId>

0 commit comments

Comments
 (0)