Skip to content

Commit

Permalink
Next development version 1.11.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Feb 15, 2023
1 parent f84acb1 commit fd6c939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ After making changes, from the root project directory build and run the designer
```
$ mvn clean package -P frontend
...
$ java -jar target/xoom-designer-1.11.1-SNAPSHOT.jar
$ java -jar target/xoom-designer-1.11.2-SNAPSHOT.jar
```
On Windows, do this:

```
C:\[git-clone-path]> mvn clean package -P frontend
...
C:\[git-clone-path]> java -jar target\xoom-designer-1.11.1-SNAPSHOT.jar
C:\[git-clone-path]> java -jar target\xoom-designer-1.11.2-SNAPSHOT.jar
```

We look forward to your VLINGO XOOM contribution!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-designer</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-designer</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit fd6c939

Please sign in to comment.