Skip to content

Commit 1c28d9c

Browse files
authored
Merge pull request #351 from KristianKarl/master
Release 4.3.3
2 parents f95658e + da913fe commit 1c28d9c

File tree

13 files changed

+76
-51
lines changed

13 files changed

+76
-51
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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</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.3-SNAPSHOT</version>
10+
<version>4.3.3</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-restful</artifactId>

0 commit comments

Comments
 (0)