Skip to content

Commit

Permalink
Test 7.1.11-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 21, 2024
1 parent 6530f86 commit 8bd36b5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
<launcher.class>io.vertx.core.Launcher</launcher.class>

<uid2-shared.version>7.1.0-8e67b3a537</uid2-shared.version>
<uid2-shared.version>7.1.11-SNAPSHOT</uid2-shared.version>
<image.version>${project.version}</image.version>
</properties>

<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 8bd36b5

Please sign in to comment.