Skip to content

Commit 408d9b4

Browse files
committed
Release 4.3.1
1 parent e8c2217 commit 408d9b4

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

graphwalker-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-cli</artifactId>

graphwalker-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For a maven project just add this dependency:
3636
<dependency>
3737
<groupId>org.graphwalker</groupId>
3838
<artifactId>graphwalker-core</artifactId>
39-
<version>4.3.1</version>
39+
<version>4.3.2</version>
4040
</dependency>
4141
```
4242

graphwalker-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-core</artifactId>

graphwalker-dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-dsl</artifactId>

graphwalker-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-io</artifactId>

graphwalker-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-java</artifactId>

graphwalker-maven-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<name>GraphWalker Maven Archetype</name>

graphwalker-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-maven-plugin</artifactId>

graphwalker-model-checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-model-checker</artifactId>

graphwalker-restful/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.graphwalker</groupId>
99
<artifactId>graphwalker-project</artifactId>
10-
<version>4.3.2-SNAPSHOT</version>
10+
<version>4.3.2</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-restful</artifactId>

0 commit comments

Comments
 (0)