Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias247 committed May 17, 2017
1 parent 00cfb02 commit 06ebc61
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jawampa-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-parent</artifactId>
<version>0.4.3-STAGING</version>
<version>0.5.0</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jawampa-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-parent</artifactId>
<version>0.4.3-STAGING</version>
<version>0.5.0</version>
</parent>

<artifactId>jawampa-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jawampa-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-parent</artifactId>
<version>0.4.3-STAGING</version>
<version>0.5.0</version>
</parent>

<artifactId>jawampa-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jawampa-netty/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Declare the following dependency for the jawampa-netty connection provider:
<dependency>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-netty</artifactId>
<version>0.4.2</version>
<version>0.5.0</version>
</dependency>

As this will automatically add a dependency on `ws.wamp.jawampa.core` is it
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>pom</packaging>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-parent</artifactId>
<version>0.4.3-STAGING</version>
<version>0.5.0</version>

<name>jawampa</name>
<url>https://github.com/Matthias247/jawampa</url>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Declare the following dependency for the base library:
<dependency>
<groupId>ws.wamp.jawampa</groupId>
<artifactId>jawampa-core</artifactId>
<version>0.4.2</version>
<version>0.5.0</version>
</dependency>

However as the core library of jawampa does not provide a transport layer users
Expand Down

0 comments on commit 06ebc61

Please sign in to comment.