Skip to content

Commit

Permalink
Bump version number to 0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jri committed May 15, 2017
1 parent 597f592 commit 01ba232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DeepaMehta 4 WebSockets</name>
<groupId>de.deepamehta</groupId>
<artifactId>dm48-websockets</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<packaging>bundle</packaging>

<parent>
<groupId>de.deepamehta</groupId>
<artifactId>deepamehta-plugin</artifactId>
<version>4.8.4</version>
<version>4.8.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Expand Up @@ -23,6 +23,9 @@ public class WebSocketConnection implements WebSocket, WebSocket.OnTextMessage,
String pluginUri;
String sessionId;

/**
* The underlying Jetty WebSocket connection.
*/
private Connection connection;

private ConnectionPool pool;
Expand Down

0 comments on commit 01ba232

Please sign in to comment.