Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
yamass committed May 22, 2024
1 parent cafe005 commit 0e780f8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.teamapps</groupId>
<artifactId>teamapps</artifactId>
<packaging>pom</packaging>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>

<name>TeamApps</name>
<description>A Java web application framework</description>
Expand Down Expand Up @@ -405,7 +405,7 @@
<url>https://github.com/teamapps-org/teamapps</url>
<connection>scm:git:[email protected]:teamapps-org/teamapps.git</connection>
<developerConnection>scm:git:[email protected]:teamapps-org/teamapps.git</developerConnection>
<tag>teamapps-0.9.189</tag>
<tag>HEAD</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion teamapps-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-icon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-material-icon-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-server-jetty-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-server-undertow-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-ui-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-ui-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion teamapps-ux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>teamapps</artifactId>
<groupId>org.teamapps</groupId>
<version>0.9.189</version>
<version>0.9.190-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 0e780f8

Please sign in to comment.