Skip to content

Commit 242f155

Browse files
committed
[maven-release-plugin] prepare release javascript-project-4.0.1
1 parent b58a98a commit 242f155

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/javascript/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>javascript-project</artifactId>
6-
<version>4.0.1-SNAPSHOT</version>
6+
<version>4.0.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.atmosphere.client</groupId>
1111
<artifactId>javascript</artifactId>
1212
<packaging>war</packaging>
13-
<version>4.0.1-SNAPSHOT</version>
13+
<version>4.0.1</version>
1414
<name>javascript</name>
1515
<dependencies>
1616
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.atmosphere</groupId>
1010
<artifactId>javascript-project</artifactId>
1111
<name>javascript-project</name>
12-
<version>4.0.1-SNAPSHOT</version>
12+
<version>4.0.1</version>
1313
<packaging>pom</packaging>
1414
<description>
1515
Javascript clients for Atmosphere
@@ -19,7 +19,7 @@
1919
<connection>scm:git:git@github.com:Atmosphere/atmosphere-javascript.git</connection>
2020
<developerConnection>scm:git:git@github.com:Atmosphere/atmosphere-javascript.git</developerConnection>
2121
<url>http://github.com/Atmosphere/atmosphere-javascript</url>
22-
<tag>HEAD</tag>
22+
<tag>javascript-project-4.0.1</tag>
2323
</scm>
2424
<prerequisites>
2525
<maven>2.2.0</maven>

0 commit comments

Comments
 (0)