[JAVA-20626]Moved vertx-modules to jdk9-and-above profile + upgraded vertx version to 3.9.15 (#13960)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<vertx.version>3.4.1</vertx.version>
|
||||
<vertx.version>3.9.15</vertx.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
@@ -36,17 +36,12 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<vertx.version>3.5.0.Beta1</vertx.version>
|
||||
<vertx.version>3.9.15</vertx.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
@@ -65,7 +65,7 @@
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<vertx.version>3.8.1</vertx.version>
|
||||
<vertx.version>3.9.15</vertx.version>
|
||||
<maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user