Skip to content

Commit 1962a75

Browse files
committed
Version 4.0.0
1 parent 452a463 commit 1962a75

File tree

13 files changed

+13
-550
lines changed

13 files changed

+13
-550
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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-cli</artifactId>

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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</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.0.0-SNAPSHOT</version>
10+
<version>4.0.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-restful</artifactId>

0 commit comments

Comments
 (0)