Skip to content

Commit 5a3df05

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b5c5176 commit 5a3df05

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.teamapps</groupId>
66
<artifactId>teamapps</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.9.201</version>
8+
<version>0.9.202-SNAPSHOT</version>
99

1010
<name>TeamApps</name>
1111
<description>A Java web application framework</description>
@@ -403,7 +403,7 @@
403403
<url>https://github.com/teamapps-org/teamapps</url>
404404
<connection>scm:git:[email protected]:teamapps-org/teamapps.git</connection>
405405
<developerConnection>scm:git:[email protected]:teamapps-org/teamapps.git</developerConnection>
406-
<tag>teamapps-0.9.201</tag>
406+
<tag>HEAD</tag>
407407
</scm>
408408

409409
</project>

teamapps-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-icon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-material-icon-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-server-jetty-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-server-undertow-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-ui-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-ui-dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

teamapps-ux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>teamapps</artifactId>
55
<groupId>org.teamapps</groupId>
6-
<version>0.9.201</version>
6+
<version>0.9.202-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)