Skip to content

Commit

Permalink
Update parent to 5 and self to 2.0-SNAPSHOT (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 authored May 7, 2024
1 parent 6aa9a8f commit 9cb23a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.commonjava</groupId>
<artifactId>service-parent</artifactId>
<version>5-SNAPSHOT</version>
<version>5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.commonjava.indy.service</groupId>
<artifactId>indy-repository-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<name>Indy :: Service :: Repository</name>
<url>https://github.com/Commonjava/indy-repository-service</url>
<description>Indy Repository Service</description>
Expand Down Expand Up @@ -344,7 +344,7 @@
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>http-testserver-quarkus</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9cb23a9

Please sign in to comment.