Skip to content

Commit 57eb0f5

Browse files
committed
[maven-release-plugin] prepare release atmosphere-project-2.7.11
1 parent 84c59d4 commit 57eb0f5

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

assembly/cpr/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-runtime-libs</artifactId>
1212
<name>atmosphere-runtime-libs</name>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414
<packaging>pom</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.atmosphere</groupId>
1919
<artifactId>atmosphere-runtime</artifactId>
20-
<version>2.7.11-SNAPSHOT</version>
20+
<version>2.7.11</version>
2121
</dependency>
2222
</dependencies>
2323

assembly/jersey/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-jersey-libs</artifactId>
1212
<name>atmosphere-jersey-libs</name>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414
<packaging>pom</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.atmosphere</groupId>
1919
<artifactId>atmosphere-jersey</artifactId>
20-
<version>2.7.11-SNAPSHOT</version>
20+
<version>2.7.11</version>
2121
</dependency>
2222
</dependencies>
2323

assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-assembly</artifactId>
12-
<version>2.7.11-SNAPSHOT</version>
12+
<version>2.7.11</version>
1313
<packaging>pom</packaging>
1414
<name>atmosphere-assembly</name>
1515
<url>https://github.com/Atmosphere/atmosphere</url>

buildtools/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-buildtools</artifactId>
12-
<version>2.7.11-SNAPSHOT</version>
12+
<version>2.7.11</version>
1313
<name>atmosphere-buildtools</name>
1414
<url>https://github.com/Atmosphere/atmosphere</url>
1515

1616
<scm>
17-
<tag>atmosphere-project-2.7.9</tag>
17+
<tag>atmosphere-project-2.7.11</tag>
1818
<connection>scm:git:[email protected]:Atmosphere/atmosphere.git</connection>
1919
<developerConnection>scm:git:[email protected]:Atmosphere/atmosphere.git</developerConnection>
2020
<url>http://github.com/Atmosphere/atmosphere</url>

modules/annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-annotations</artifactId>
1212
<packaging>bundle</packaging>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414
<name>atmosphere-annotations</name>
1515
<url>https://github.com/Atmosphere/atmosphere</url>
1616
<build>

modules/cpr/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-runtime</artifactId>
1212
<packaging>bundle</packaging>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414
<name>atmosphere-runtime</name>
1515
<url>https://github.com/Atmosphere/atmosphere</url>
1616
<build>

modules/jersey/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-jersey</artifactId>
1212
<packaging>bundle</packaging>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414
<name>atmosphere-jersey</name>
1515
<url>https://github.com/Atmosphere/atmosphere</url>
1616
<build>

modules/native/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-runtime-native</artifactId>
1212
<packaging>bundle</packaging>
13-
<version>2.7.11-SNAPSHOT</version>
13+
<version>2.7.11</version>
1414

1515
<name>atmosphere-runtime-native</name>
1616
<url>https://github.com/Atmosphere/atmosphere</url>

modules/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>2.7.11-SNAPSHOT</version>
6+
<version>2.7.11</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere</groupId>
1111
<artifactId>atmosphere-modules</artifactId>
12-
<version>2.7.11-SNAPSHOT</version>
12+
<version>2.7.11</version>
1313
<packaging>pom</packaging>
1414
<name>atmosphere-modules</name>
1515
<url>https://github.com/Atmosphere/atmosphere</url>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<artifactId>atmosphere-project</artifactId>
1212
<packaging>pom</packaging>
1313
<name>atmosphere-project</name>
14-
<version>2.7.11-SNAPSHOT</version>
14+
<version>2.7.11</version>
1515
<url>http://github.com/Atmosphere/atmosphere</url>
1616
<scm>
1717
<connection>scm:git:[email protected]:Atmosphere/atmosphere.git</connection>
1818
<developerConnection>scm:git:[email protected]:Atmosphere/atmosphere.git</developerConnection>
1919
<url>http://github.com/Atmosphere/atmosphere</url>
20-
<tag>atmosphere-project-2.7.9</tag>
20+
<tag>atmosphere-project-2.7.11</tag>
2121
</scm>
2222
<prerequisites>
2323
<maven>3.0</maven>

0 commit comments

Comments
 (0)