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
danielgrigore committed Jul 12, 2024
1 parent 629ed8c commit a333999
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cosmo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.oneandone.cosmo</groupId>
<artifactId>cosmo-multimodule</artifactId>
<version>7.0.2</version>
<version>7.0.3-SNAPSHOT</version>
</parent>

<artifactId>cosmo-api</artifactId>
Expand Down Expand Up @@ -45,7 +45,7 @@
<developerConnection>scm:git:ssh://[email protected]/1and1/cosmo.git</developerConnection>
<connection>scm:git:ssh://[email protected]/1and1/cosmo.git</connection>
<url>https://github.com/1and1/</url>
<tag>cosmo-multimodule-7.0.2</tag>
<tag>cosmo-multimodule-1.5.3</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion cosmo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>net.oneandone.cosmo</groupId>
<artifactId>cosmo-multimodule</artifactId>
<version>7.0.2</version>
<version>7.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cosmo-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>net.oneandone.cosmo</groupId>
<artifactId>cosmo-multimodule</artifactId>
<version>7.0.2</version>
<version>7.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cosmo-multimodule</name>
<description>CalDAV core implementation server</description>
Expand Down Expand Up @@ -355,7 +355,7 @@
<developerConnection>scm:git:ssh://[email protected]/1and1/cosmo.git</developerConnection>
<connection>scm:git:ssh://[email protected]/1and1/cosmo.git</connection>
<url>https://github.com/1and1/</url>
<tag>cosmo-multimodule-7.0.2</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a333999

Please sign in to comment.