Skip to content

Commit 856286c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9ed6c13 commit 856286c

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.199</version>
8+
<version>0.9.200-SNAPSHOT</version>
99

1010
<name>TeamApps</name>
1111
<description>A Java web application framework</description>
@@ -404,7 +404,7 @@
404404
<url>https://github.com/teamapps-org/teamapps</url>
405405
<connection>scm:git:[email protected]:teamapps-org/teamapps.git</connection>
406406
<developerConnection>scm:git:[email protected]:teamapps-org/teamapps.git</developerConnection>
407-
<tag>teamapps-0.9.199</tag>
407+
<tag>HEAD</tag>
408408
</scm>
409409

410410
</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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-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.199</version>
6+
<version>0.9.200-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)