Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2023
1 parent a50f544 commit 746a835
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bigmap-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-kryo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-leveldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-rocksdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-tkrzw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bigmap-tokyocabinet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>bigmap</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -20,7 +20,7 @@
<scm>
<url>https://github.com/fizzed/bigmap</url>
<connection>scm:git:[email protected]:fizzed/bigmap.git</connection>
<tag>HEAD</tag>
<tag>v1.0.16</tag>
</scm>

<modules>
Expand Down

0 comments on commit 746a835

Please sign in to comment.