Browse Source

Merge pull request #1885 from pmlopes/patch-1

Bump vert.x version to latest stable
Mike Smith 9 years ago
parent
commit
758c29070b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/vertx/pom.xml

+ 1 - 1
frameworks/Java/vertx/pom.xml

@@ -8,7 +8,7 @@
 	<properties>
 		<!-- the main class -->
 		<main.class>vertx.WebServer</main.class>
-		<stack.version>3.1.0</stack.version>
+		<stack.version>3.2.0</stack.version>
 	</properties>
 
 	<repositories>