File tree Expand file tree Collapse file tree 7 files changed +19
-16
lines changed Expand file tree Collapse file tree 7 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.atmosphere</groupId >
5
5
<artifactId >atmosphere-project</artifactId >
6
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0-alpha2 </version >
7
7
</parent >
8
8
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.atmosphere</groupId >
11
11
<artifactId >atmosphere-assembly</artifactId >
12
- <version >3.0.0-SNAPSHOT </version >
12
+ <version >3.0.0-alpha2 </version >
13
13
<packaging >pom</packaging >
14
14
<name >atmosphere-assembly</name >
15
15
<url >https://github.com/Atmosphere/atmosphere</url >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.atmosphere</groupId >
5
5
<artifactId >atmosphere-project</artifactId >
6
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0-alpha2 </version >
7
7
<relativePath >../../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.atmosphere</groupId >
11
11
<artifactId >atmosphere-runtime-libs</artifactId >
12
12
<name >atmosphere-runtime-libs</name >
13
- <version >3.0.0-SNAPSHOT </version >
13
+ <version >3.0.0-alpha2 </version >
14
14
<packaging >pom</packaging >
15
15
16
16
<dependencies >
17
17
<dependency >
18
18
<groupId >org.atmosphere</groupId >
19
19
<artifactId >atmosphere-runtime</artifactId >
20
- <version >3.0.0-SNAPSHOT </version >
20
+ <version >3.0.0-alpha2 </version >
21
21
</dependency >
22
22
</dependencies >
23
23
Original file line number Diff line number Diff line change 9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.atmosphere</groupId >
11
11
<artifactId >atmosphere-buildtools</artifactId >
12
- <version >3.0.0-SNAPSHOT </version >
12
+ <version >3.0.0-alpha2 </version >
13
13
<name >atmosphere-buildtools</name >
14
14
<url >https://github.com/Atmosphere/atmosphere</url >
15
+
16
+ <scm >
17
+ <tag >atmosphere-project-3.0.0-alpha2</tag >
18
+ </scm >
15
19
</project >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.atmosphere</groupId >
5
5
<artifactId >atmosphere-project</artifactId >
6
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0-alpha2 </version >
7
7
</parent >
8
8
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.atmosphere</groupId >
11
11
<artifactId >atmosphere-modules</artifactId >
12
- <version >3.0.0-SNAPSHOT </version >
12
+ <version >3.0.0-alpha2 </version >
13
13
<packaging >pom</packaging >
14
14
<name >atmosphere-modules</name >
15
15
<url >https://github.com/Atmosphere/atmosphere</url >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
3
<parent >
5
4
<groupId >org.atmosphere</groupId >
6
5
<artifactId >atmosphere-project</artifactId >
7
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0-alpha2 </version >
8
7
<relativePath >../../pom.xml</relativePath >
9
8
</parent >
10
9
<modelVersion >4.0.0</modelVersion >
11
10
<groupId >org.atmosphere</groupId >
12
11
<artifactId >atmosphere-runtime</artifactId >
13
12
<packaging >bundle</packaging >
14
- <version >3.0.0-SNAPSHOT </version >
13
+ <version >3.0.0-alpha2 </version >
15
14
<name >atmosphere-runtime</name >
16
15
<url >https://github.com/Atmosphere/atmosphere</url >
17
16
<build >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.atmosphere</groupId >
5
5
<artifactId >atmosphere-project</artifactId >
6
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0-alpha2 </version >
7
7
<relativePath >../../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.atmosphere</groupId >
11
11
<artifactId >atmosphere-shiro</artifactId >
12
- <version >3.0.0-SNAPSHOT </version >
12
+ <version >3.0.0-alpha2 </version >
13
13
<name >atmosphere-shiro-support</name >
14
14
<url >https://github.com/Atmosphere/atmosphere</url >
15
15
<build >
Original file line number Diff line number Diff line change 11
11
<artifactId >atmosphere-project</artifactId >
12
12
<packaging >pom</packaging >
13
13
<name >atmosphere-project</name >
14
- <version >3.0.0-SNAPSHOT </version >
14
+ <version >3.0.0-alpha2 </version >
15
15
<url >http://github.com/Atmosphere/atmosphere</url >
16
16
<scm >
17
17
<
connection >scm:git:
[email protected] :Atmosphere/atmosphere.git</
connection >
18
18
<
developerConnection >scm:git:
[email protected] :Atmosphere/atmosphere.git</
developerConnection >
19
19
<url >http://github.com/Atmosphere/atmosphere</url >
20
- <tag >HEAD </tag >
20
+ <tag >atmosphere-project-3.0.0-alpha2 </tag >
21
21
</scm >
22
22
<prerequisites >
23
23
<maven >3.0</maven >
You can’t perform that action at this time.
0 commit comments