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 Sep 28, 2015
1 parent dfd333a commit 668c9be
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions cdi/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-cdi</artifactId>
<packaging>jar</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-cdi</name>
<url>https://github.com/Atmosphere/atmosphere</url>

Expand Down
4 changes: 2 additions & 2 deletions cometd/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-cometd</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-cometd</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions guice/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-guice</artifactId>
<packaging>jar</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-guice</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.atmosphere.extensions</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/atmosphere-gwt20-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt20/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions gwt20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-gwt20-project</artifactId>
<name>atmosphere-gwt20-project</name>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<url>https://github.com/Atmosphere/atmosphere-extensions/gwt20</url>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-hazelcast</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-hazelcast</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jgroups/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jgroups</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-jgroups</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jms/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jms</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-jms</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions kafka/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-kafka</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-kafka</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<artifactId>atmosphere-extensions-project</artifactId>
<packaging>pom</packaging>
<name>atmosphere-extensions-project</name>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<url>http://github.com/Atmosphere/atmosphere-extensions</url>
<scm>
<connection>scm:git:[email protected]:Atmosphere/atmosphere-extensions.git</connection>
<developerConnection>scm:git:[email protected]:Atmosphere/atmosphere-extensions.git</developerConnection>
<url>http://github.com/Atmosphere/atmosphere-extensions</url>
<tag>atmosphere-extensions-project-2.3.2</tag>
<tag>HEAD</tag>
</scm>
<prerequisites>
<maven>2.2.0</maven>
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-rabbitmq</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-rabbitmq</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions redis/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-redis</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-redis</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
2 changes: 1 addition & 1 deletion rmi/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions socketio/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-socketio</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-socketio</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions sockjs/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-sockjs</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-sockjs</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions spring/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-spring</artifactId>
<packaging>jar</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-spring</name>
<url>https://github.com/Atmosphere/atmosphere</url>

Expand Down
4 changes: 2 additions & 2 deletions weblogic/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-weblogic</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-weblogic</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions xmpp/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-extensions-project</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-xmpp</artifactId>
<packaging>bundle</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>atmosphere-xmpp</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down

0 comments on commit 668c9be

Please sign in to comment.