Skip to content

Commit

Permalink
Merge pull request #353 from KristianKarl/master
Browse files Browse the repository at this point in the history
Snapshot version 4.3.4-SNAPSHOT
  • Loading branch information
KristianKarl authored Sep 27, 2024
2 parents 1c28d9c + 683f1ee commit 8d963b2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-SNAPSHOT</version>
</parent>

<artifactId>graphwalker-studio</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-websocket</artifactId>
<version>4.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-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.3.3</version>
<version>4.3.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>GraphWalker Project</name>
Expand Down

0 comments on commit 8d963b2

Please sign in to comment.