Skip to content

Commit

Permalink
Set next version to 4.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianKarl committed Feb 21, 2020
1 parent 9395540 commit c8d1910
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ mvn package -pl graphwalker-cli -am

The jar is in:
```bash
graphwalker-cli/target/graphwalker-cli-4.2.0.jar
graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.jar
```

Run it like:
```bash
java -jar graphwalker-cli/target/graphwalker-cli-4.2.0.jar
java -jar graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.jar
```

## Build Studio
Expand All @@ -51,5 +51,5 @@ graphwalker-studio/target/

Run it like:
```bash
java -jar graphwalker-studio/target/graphwalker-studio-4.2.0.jar
java -jar graphwalker-studio/target/graphwalker-studio-4.3.0-SNAPSHOT.jar
```
2 changes: 1 addition & 1 deletion graphwalker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-dsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<name>GraphWalker Maven Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-model-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-model-checker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-restful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-restful</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-studio</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-websocket</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-websocket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>GraphWalker Project</name>
Expand Down

0 comments on commit c8d1910

Please sign in to comment.