Skip to content

Commit

Permalink
[maven-release-plugin] prepare release path-mapped-2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
commonjava-bot committed Sep 23, 2024
1 parent 659135e commit 82d7fde
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>path-mapped</artifactId>
<groupId>org.commonjava.util</groupId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pathdb/datastax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>path-mapped-pathdb</artifactId>
<groupId>org.commonjava.util</groupId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pathdb/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>path-mapped-pathdb</artifactId>
<groupId>org.commonjava.util</groupId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pathdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>path-mapped</artifactId>
<groupId>org.commonjava.util</groupId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>

<packaging>pom</packaging>
<modules>
Expand All @@ -43,7 +43,7 @@
<connection>scm:git:https://github.com/commonjava/path-mapped-storage</connection>
<developerConnection>scm:git:https://github.com/commonjava/path-mapped-storage</developerConnection>
<url>https://github.com/Commonjava/path-mapped-storage</url>
<tag>HEAD</tag>
<tag>path-mapped-2.9</tag>
</scm>

<properties>
Expand Down Expand Up @@ -72,27 +72,27 @@
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped-common</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped-storage</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped-pathdb</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped-pathdb-datastax</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>path-mapped-pathdb-jpa</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>path-mapped</artifactId>
<groupId>org.commonjava.util</groupId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 82d7fde

Please sign in to comment.