Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaveliev committed Nov 8, 2018
1 parent 7fa3aa2 commit beacd31
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<packaging>pom</packaging>

<name>Socket.IO Java Server</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-sample</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>socketio-sample-chat</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socket-io</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions samples/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-sample</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>socketio-sample-chat-jetty</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-sample-chat</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<classifier>classes</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>socketio-sample</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions samples/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-sample</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>socketio-sample-chat-tomcat</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-sample-chat</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<classifier>classes</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion socket-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>socket-io</artifactId>
Expand Down

0 comments on commit beacd31

Please sign in to comment.