Skip to content

Commit

Permalink
[maven-release-plugin] prepare release atmosphere-project-2.4.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Jul 17, 2015
1 parent e00abbc commit 68e6271
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 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>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</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>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions assembly/jersey/pom.xml
Expand Up @@ -3,21 +3,21 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jersey-libs</artifactId>
<name>atmosphere-jersey-libs</name>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</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>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-assembly</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<packaging>pom</packaging>
<name>atmosphere-assembly</name>
<url>https://github.com/Atmosphere/atmosphere</url>
Expand Down
4 changes: 2 additions & 2 deletions modules/annotations/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-annotations</artifactId>
<packaging>bundle</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<name>atmosphere-annotations</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
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>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<packaging>bundle</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<name>atmosphere-runtime</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions modules/jersey/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<packaging>bundle</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<name>atmosphere-jersey</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions modules/native/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime-native</artifactId>
<packaging>bundle</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<name>atmosphere-runtime-native</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>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-modules</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<packaging>pom</packaging>
<name>atmosphere-modules</name>
<url>https://github.com/Atmosphere/atmosphere</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,13 +11,13 @@
<artifactId>atmosphere-project</artifactId>
<packaging>pom</packaging>
<name>atmosphere-project</name>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-RC2</version>
<url>http://github.com/Atmosphere/atmosphere</url>
<scm>
<connection>scm:git:git@github.com:Atmosphere/atmosphere.git</connection>
<developerConnection>scm:git:git@github.com:Atmosphere/atmosphere.git</developerConnection>
<url>http://github.com/Atmosphere/atmosphere</url>
<tag>HEAD</tag>
<tag>atmosphere-project-2.4.0-RC2</tag>
</scm>
<prerequisites>
<maven>2.2.0</maven>
Expand Down

0 comments on commit 68e6271

Please sign in to comment.