Skip to content

Commit

Permalink
Back to 2.0.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jul 21, 2011
1 parent 9fb06c4 commit bea056c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.scalatra.socketio-java</groupId>
<artifactId>socketio</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/gwt/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.extension</groupId>
<artifactId>socketio-extension</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.scalatra.socketio-java</groupId>
<artifactId>socketio</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.scalatra.socketio-java</groupId>
<artifactId>socketio</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Socket.IO Java</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/broadcast/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.sample</groupId>
<artifactId>socketio-sample</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/chat-gwt/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.sample</groupId>
<artifactId>socketio-sample</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/chat/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.sample</groupId>
<artifactId>socketio-sample</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/echo/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.sample</groupId>
<artifactId>socketio-sample</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/eventbus/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.glines.socketio.sample</groupId>
<artifactId>socketio-sample</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.scalatra.socketio-java</groupId>
<artifactId>socketio</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit bea056c

Please sign in to comment.