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
jfarcand committed Apr 2, 2024
1 parent c953aa1 commit 11761b4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions assembly/cpr/pom.xml
Expand Up @@ -3,21 +3,21 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime-libs</artifactId>
<name>atmosphere-runtime-libs</name>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions assembly/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-assembly</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>atmosphere-assembly</name>
<url>https://github.com/Atmosphere/atmosphere</url>
Expand Down
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-buildtools</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<name>atmosphere-buildtools</name>
<url>https://github.com/Atmosphere/atmosphere</url>

Expand Down
4 changes: 2 additions & 2 deletions modules/cpr/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<packaging>bundle</packaging>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<name>atmosphere-runtime</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-modules</artifactId>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>atmosphere-modules</name>
<url>https://github.com/Atmosphere/atmosphere</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>atmosphere-project</artifactId>
<packaging>pom</packaging>
<name>atmosphere-project</name>
<version>3.0.7</version>
<version>3.0.8-SNAPSHOT</version>
<url>http://github.com/Atmosphere/atmosphere</url>
<scm>
<connection>scm:git:git@github.com:Atmosphere/atmosphere.git</connection>
Expand Down

0 comments on commit 11761b4

Please sign in to comment.