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 Jan 10, 2024
1 parent 9c66f83 commit 220d881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>javascript-project</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<packaging>war</packaging>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<name>javascript</name>
<dependencies>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.atmosphere</groupId>
<artifactId>javascript-project</artifactId>
<name>javascript-project</name>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
Javascript clients for Atmosphere
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git@github.com:Atmosphere/atmosphere-javascript.git</connection>
<developerConnection>scm:git:git@github.com:Atmosphere/atmosphere-javascript.git</developerConnection>
<url>http://github.com/Atmosphere/atmosphere-javascript</url>
<tag>javascript-project-4.0.0</tag>
<tag>HEAD</tag>
</scm>
<prerequisites>
<maven>2.2.0</maven>
Expand Down

0 comments on commit 220d881

Please sign in to comment.