Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.16.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Apr 15, 2023
1 parent d1b3dbf commit 8122a87
Show file tree
Hide file tree
Showing 90 changed files with 353 additions and 93 deletions.
2 changes: 1 addition & 1 deletion bookkeeper-benchmark/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-common-allocator/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>bookkeeper-common-allocator</artifactId>
<name>Apache BookKeeper :: Common :: Allocator</name>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-common/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>bookkeeper-common</artifactId>
<name>Apache BookKeeper :: Common</name>
Expand Down
6 changes: 5 additions & 1 deletion bookkeeper-dist/all/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>bookkeeper-dist</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -154,4 +154,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion bookkeeper-dist/bkctl/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>bookkeeper-dist</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -79,4 +79,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion bookkeeper-dist/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bookkeeper-dist</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion bookkeeper-dist/server/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>bookkeeper-dist</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -129,4 +129,8 @@

</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion bookkeeper-http/http-server/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-http/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper.http</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-http/servlet-http-server/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-http/vertx-http-server/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-proto/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>bookkeeper-proto</artifactId>
<name>Apache BookKeeper :: Protocols</name>
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-server/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>bookkeeper-server</artifactId>
<name>Apache BookKeeper :: Server</name>
Expand Down
6 changes: 5 additions & 1 deletion bookkeeper-slogger/api/pom.xml
Expand Up @@ -18,10 +18,14 @@
<parent>
<artifactId>bookkeeper-slogger-parent</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-slogger-api</artifactId>
<name>Apache BookKeeper :: Structured Logger :: API</name>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion bookkeeper-slogger/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
6 changes: 5 additions & 1 deletion bookkeeper-slogger/slf4j/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>bookkeeper-slogger-parent</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper</groupId>
Expand All @@ -31,4 +31,8 @@
<version>${project.parent.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions buildtools/pom.xml
Expand Up @@ -20,9 +20,9 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>buildtools</artifactId>
<name>Apache BookKeeper :: Build Tools</name>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</project>
2 changes: 1 addition & 1 deletion circe-checksum/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cpu-affinity/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion metadata-drivers/etcd/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>
<artifactId>metadata-drivers-parent</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -150,4 +150,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion metadata-drivers/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion microbenchmarks/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<artifactId>microbenchmarks</artifactId>
<name>Apache BookKeeper :: microbenchmarks</name>
Expand Down
2 changes: 1 addition & 1 deletion native-io/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<artifactId>bookkeeper</artifactId>
<packaging>pom</packaging>
<name>Apache BookKeeper :: Parent</name>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/apache/bookkeeper.git</connection>
<developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection>
<url>https://github.com/apache/bookkeeper</url>
<tag>branch-4.13</tag>
<tag>v4.16.1-rc0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
6 changes: 5 additions & 1 deletion shaded/bookkeeper-server-shaded/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bookkeeper-server-shaded</artifactId>
Expand Down Expand Up @@ -126,4 +126,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion shaded/bookkeeper-server-tests-shaded/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bookkeeper-server-tests-shaded</artifactId>
Expand Down Expand Up @@ -144,4 +144,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion shaded/distributedlog-core-shaded/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
Expand Down Expand Up @@ -238,4 +238,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion shaded/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion stats/bookkeeper-stats-api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper-stats-parent</artifactId>
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-api</artifactId>
Expand Down Expand Up @@ -59,4 +59,8 @@
</build>
<dependencies>
</dependencies>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper-stats-providers</artifactId>
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>codahale-metrics-provider</artifactId>
Expand Down Expand Up @@ -53,4 +53,8 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion stats/bookkeeper-stats-providers/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper-stats-parent</artifactId>
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.16.1-SNAPSHOT</version>
<version>4.16.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bookkeeper-stats-providers</artifactId>
Expand All @@ -29,4 +29,8 @@
<module>codahale-metrics-provider</module>
<module>prometheus-metrics-provider</module>
</modules>

<scm>
<tag>v4.16.1-rc0</tag>
</scm>
</project>

0 comments on commit 8122a87

Please sign in to comment.