Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Jan 10, 2024
1 parent b3c69d4 commit 1f2498b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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>3.1.4-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<packaging>war</packaging>
<version>3.1.4-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<name>javascript</name>
<dependencies>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
var _beforeUnloadState = false;

var atmosphere = {
version: "3.1.5-javascript",
version: "4.0.0",
onError: function (response) {
},
onClose: function (response) {
Expand Down
3 changes: 1 addition & 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>3.1.4-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
Javascript clients for Atmosphere
Expand All @@ -19,7 +19,6 @@
<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-3.1.3</tag>
</scm>
<prerequisites>
<maven>2.2.0</maven>
Expand Down

0 comments on commit 1f2498b

Please sign in to comment.