Skip to content

Commit a800066

Browse files
committed
Next development version 1.9.3-SNAPSHOT
1 parent f6537a5 commit a800066

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ After making changes, from the root project directory build and run the designer
116116
```
117117
$ mvn clean package -P frontend
118118
...
119-
$ java -jar target/xoom-designer-1.9.2-SNAPSHOT.jar
119+
$ java -jar target/xoom-designer-1.9.3-SNAPSHOT.jar
120120
```
121121
On Windows, do this:
122122

123123
```
124124
C:\[git-clone-path]> mvn clean package -P frontend
125125
...
126-
C:\[git-clone-path]> java -jar target\xoom-designer-1.9.2-SNAPSHOT.jar
126+
C:\[git-clone-path]> java -jar target\xoom-designer-1.9.3-SNAPSHOT.jar
127127
```
128128

129129
We look forward to your VLINGO XOOM contribution!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.vlingo.xoom</groupId>
55
<artifactId>xoom-designer</artifactId>
6-
<version>1.9.2</version>
6+
<version>1.9.3-SNAPSHOT</version>
77
<name>xoom-designer</name>
88
<url>http://maven.apache.org</url>
99

0 commit comments

Comments
 (0)