Skip to content

Commit 5d106fe

Browse files
committed
Prepare for release 3.3.0
1 parent 206018f commit 5d106fe

File tree

10 files changed

+10
-10
lines changed

10 files changed

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

1313
<artifactId>graphwalker-dsl</artifactId>

graphwalker-gradle-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>3.3.0-SNAPSHOT</version>
10+
<version>3.3.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-gradle-plugin</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>3.3.0-SNAPSHOT</version>
10+
<version>3.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>3.3.0-SNAPSHOT</version>
10+
<version>3.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>3.3.0-SNAPSHOT</version>
10+
<version>3.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>3.3.0-SNAPSHOT</version>
10+
<version>3.3.0</version>
1111
</parent>
1212

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

graphwalker-studio/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>3.3.0-SNAPSHOT</version>
10+
<version>3.3.0</version>
1111
</parent>
1212

1313
<artifactId>graphwalker-studio</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.graphwalker</groupId>
77
<artifactId>graphwalker-project</artifactId>
8-
<version>3.3.0-SNAPSHOT</version>
8+
<version>3.3.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>GraphWalker Project</name>

0 commit comments

Comments
 (0)