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 Jul 18, 2018
1 parent 184966d commit 2799c14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-project</artifactId>
<version>2.4.11</version>
<version>2.4.12-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-assembly</artifactId>
<name>Nettosphere Assemblies</name>
<version>2.4.11</version>
<version>2.4.12-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-project</artifactId>
<name>Nettosphere Project</name>
<version>2.4.11</version>
<version>2.4.12-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
NettoSphere: A HTTP/WebSocket server powered by Atmosphere and Netty Framework
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:[email protected]:Atmosphere/nettosphere.git</connection>
<url>https://github.com/Atmosphere/nettosphere</url>
<developerConnection>scm:git:[email protected]:Atmosphere/nettosphere.git</developerConnection>
<tag>nettosphere-project-2.4.11</tag>
<tag>nettosphere-project-2.4.8.2-SNAPSHOT</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-project</artifactId>
<version>2.4.11</version>
<version>2.4.12-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere</artifactId>
<name>Nettosphere Server</name>
<version>2.4.11</version>
<version>2.4.12-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down

0 comments on commit 2799c14

Please sign in to comment.