Skip to content

Commit 8945132

Browse files
authored
Merge pull request #246 from KristianKarl/master
Release version 4.3.0
2 parents 253f7b4 + 56236da commit 8945132

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
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.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.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.3.0-SNAPSHOT</version>
10+
<version>4.3.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-restful</artifactId>

graphwalker-studio/pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
10+
<version>4.3.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-studio</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.graphwalker</groupId>
3333
<artifactId>graphwalker-websocket</artifactId>
34-
<version>4.3.0-SNAPSHOT</version>
34+
<version>4.3.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)