Skip to content

Commit

Permalink
Bump vert.x version and fix dynjs version in nodyn-verticle
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Mar 9, 2014
1 parent d8072e7 commit 6612004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodyn-verticle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.dynjs</groupId>
<artifactId>dynjs</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<version.junit>4.7</version.junit>
<!-- TODO: Remove the netty dependency (QueryString) -->
<version.netty>3.6.1.Final</version.netty>
<version.vertx>2.1M5</version.vertx>
<version.vertx>2.1RC1</version.vertx>
<version.hazelcast>2.6.6</version.hazelcast>
<version.testtools>2.0.2-final</version.testtools>
<version.testtools>2.0.3-final</version.testtools>
Expand Down

0 comments on commit 6612004

Please sign in to comment.