Browse Source

Merge pull request #1918 from pmlopes/issues/bump-vertx-release

Bump to latest stable release (3.2.1)
ssmith-techempower 9 năm trước cách đây
mục cha
commit
0d20246504
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.2.0</stack.version>
+		<stack.version>3.2.1</stack.version>
 	</properties>
 
 	<repositories>