Skip to content

Commit

Permalink
Bump to vertx5-parent version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 1, 2024
1 parent 0ca4df6 commit 9f64da3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx5-parent</artifactId>
<version>4</version>
<version>5</version>
</parent>

<artifactId>vertx-cassandra-client</artifactId>
Expand All @@ -27,6 +27,7 @@
<logback.version>1.3.12</logback.version>

<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -171,13 +172,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useModulePath>false</useModulePath>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 9f64da3

Please sign in to comment.