Skip to content

Commit f233320

Browse files
committed
[maven-release-plugin] prepare release v4.17.1-rc0
1 parent f5dfd89 commit f233320

File tree

93 files changed

+100
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+100
-104
lines changed

Diff for: bookkeeper-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>bookkeeper</artifactId>
2323
<groupId>org.apache.bookkeeper</groupId>
24-
<version>4.17.1-SNAPSHOT</version>
24+
<version>4.17.1</version>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>
2727
<artifactId>bookkeeper-benchmark</artifactId>

Diff for: bookkeeper-common-allocator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>bookkeeper</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>bookkeeper-common-allocator</artifactId>
2626
<name>Apache BookKeeper :: Common :: Allocator</name>

Diff for: bookkeeper-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>bookkeeper</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>bookkeeper-common</artifactId>
2626
<name>Apache BookKeeper :: Common</name>

Diff for: bookkeeper-dist/all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>bookkeeper-dist</artifactId>
2525
<groupId>org.apache.bookkeeper</groupId>
26-
<version>4.17.1-SNAPSHOT</version>
26+
<version>4.17.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

Diff for: bookkeeper-dist/bkctl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>bookkeeper-dist</artifactId>
2525
<groupId>org.apache.bookkeeper</groupId>
26-
<version>4.17.1-SNAPSHOT</version>
26+
<version>4.17.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

Diff for: bookkeeper-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>bookkeeper-dist</artifactId>

Diff for: bookkeeper-dist/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>bookkeeper-dist</artifactId>
2525
<groupId>org.apache.bookkeeper</groupId>
26-
<version>4.17.1-SNAPSHOT</version>
26+
<version>4.17.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

Diff for: bookkeeper-http/http-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

Diff for: bookkeeper-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper.http</groupId>

Diff for: bookkeeper-http/servlet-http-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

Diff for: bookkeeper-http/vertx-http-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

Diff for: bookkeeper-proto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper</artifactId>
2222
<groupId>org.apache.bookkeeper</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>bookkeeper-proto</artifactId>
2626
<name>Apache BookKeeper :: Protocols</name>

Diff for: bookkeeper-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper</artifactId>
2222
<groupId>org.apache.bookkeeper</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>bookkeeper-server</artifactId>
2626
<name>Apache BookKeeper :: Server</name>

Diff for: bookkeeper-slogger/api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>bookkeeper-slogger-parent</artifactId>
2020
<groupId>org.apache.bookkeeper</groupId>
21-
<version>4.17.1-SNAPSHOT</version>
21+
<version>4.17.1</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<groupId>org.apache.bookkeeper</groupId>

Diff for: bookkeeper-slogger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.bookkeeper</groupId>
2020
<artifactId>bookkeeper</artifactId>
21-
<version>4.17.1-SNAPSHOT</version>
21+
<version>4.17.1</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<packaging>pom</packaging>

Diff for: bookkeeper-slogger/slf4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>bookkeeper-slogger-parent</artifactId>
2020
<groupId>org.apache.bookkeeper</groupId>
21-
<version>4.17.1-SNAPSHOT</version>
21+
<version>4.17.1</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<groupId>org.apache.bookkeeper</groupId>

Diff for: buildtools/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>bookkeeper</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>buildtools</artifactId>
2626
<name>Apache BookKeeper :: Build Tools</name>
27-
<version>4.17.1-SNAPSHOT</version>
27+
<version>4.17.1</version>
2828
</project>

Diff for: circe-checksum/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.bookkeeper</groupId>
2626
<artifactId>bookkeeper</artifactId>
27-
<version>4.17.1-SNAPSHOT</version>
27+
<version>4.17.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

Diff for: cpu-affinity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.bookkeeper</groupId>
2121
<artifactId>bookkeeper</artifactId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525

Diff for: metadata-drivers/etcd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>
2121
<artifactId>metadata-drivers-parent</artifactId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

Diff for: metadata-drivers/jetcd-core-shaded/pom.xml

+5-9
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
24-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>
2826
<artifactId>metadata-drivers-parent</artifactId>
29-
<version>4.17.1-SNAPSHOT</version>
27+
<version>4.17.1</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>
@@ -125,8 +123,8 @@
125123
</filter>
126124
</filters>
127125
<transformers>
128-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
129-
<transformer implementation="org.apache.maven.plugins.shade.resource.PluginXmlResourceTransformer"/>
126+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
127+
<transformer implementation="org.apache.maven.plugins.shade.resource.PluginXmlResourceTransformer" />
130128
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
131129
<resource>META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml</resource>
132130
<file>${project.basedir}/dependency-reduced-pom.xml</file>
@@ -176,9 +174,7 @@
176174
</goals>
177175
<configuration>
178176
<target>
179-
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar"
180-
dest="${project.build.outputDirectory}"
181-
overwrite="true" />
177+
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" dest="${project.build.outputDirectory}" overwrite="true" />
182178
</target>
183179
</configuration>
184180
</execution>

Diff for: metadata-drivers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper</artifactId>
2121
<groupId>org.apache.bookkeeper</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>

Diff for: microbenchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>bookkeeper</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>microbenchmarks</artifactId>
2626
<name>Apache BookKeeper :: microbenchmarks</name>

Diff for: native-io/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.bookkeeper</groupId>
2121
<artifactId>bookkeeper</artifactId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper</groupId>
26-
<version>4.17.1-SNAPSHOT</version>
26+
<version>4.17.1</version>
2727
<artifactId>bookkeeper</artifactId>
2828
<packaging>pom</packaging>
2929
<name>Apache BookKeeper :: Parent</name>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/apache/bookkeeper.git</connection>
4141
<developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection>
4242
<url>https://github.com/apache/bookkeeper</url>
43-
<tag>branch-4.13</tag>
43+
<tag>v4.17.1-rc0</tag>
4444
</scm>
4545
<issueManagement>
4646
<system>JIRA</system>

Diff for: shaded/bookkeeper-server-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>shaded-parent</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>bookkeeper-server-shaded</artifactId>

Diff for: shaded/bookkeeper-server-tests-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>shaded-parent</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>bookkeeper-server-tests-shaded</artifactId>

Diff for: shaded/distributedlog-core-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>shaded-parent</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<groupId>org.apache.distributedlog</groupId>

Diff for: shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.bookkeeper</groupId>
2323
<artifactId>bookkeeper</artifactId>
24-
<version>4.17.1-SNAPSHOT</version>
24+
<version>4.17.1</version>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>
2727
<artifactId>shaded-parent</artifactId>

Diff for: stats/bookkeeper-stats-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper-stats-parent</artifactId>
2222
<groupId>org.apache.bookkeeper.stats</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<groupId>org.apache.bookkeeper.stats</groupId>
2626
<artifactId>bookkeeper-stats-api</artifactId>

Diff for: stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper-stats-providers</artifactId>
2222
<groupId>org.apache.bookkeeper.stats</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<groupId>org.apache.bookkeeper.stats</groupId>
2626
<artifactId>codahale-metrics-provider</artifactId>

Diff for: stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper-stats-providers</artifactId>
2222
<groupId>org.apache.bookkeeper.stats</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525

2626

Diff for: stats/bookkeeper-stats-providers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bookkeeper-stats-parent</artifactId>
2121
<groupId>org.apache.bookkeeper.stats</groupId>
22-
<version>4.17.1-SNAPSHOT</version>
22+
<version>4.17.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>bookkeeper-stats-providers</artifactId>

Diff for: stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>bookkeeper-stats-providers</artifactId>
2222
<groupId>org.apache.bookkeeper.stats</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<groupId>org.apache.bookkeeper.stats</groupId>
2626
<artifactId>prometheus-metrics-provider</artifactId>

Diff for: stats/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.bookkeeper</groupId>
2424
<artifactId>bookkeeper</artifactId>
25-
<version>4.17.1-SNAPSHOT</version>
25+
<version>4.17.1</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<groupId>org.apache.bookkeeper.stats</groupId>

Diff for: stats/utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>bookkeeper-stats-parent</artifactId>
2424
<groupId>org.apache.bookkeeper.stats</groupId>
25-
<version>4.17.1-SNAPSHOT</version>
25+
<version>4.17.1</version>
2626
</parent>
2727
<groupId>org.apache.bookkeeper.stats</groupId>
2828
<artifactId>bookkeeper-stats-utils</artifactId>

Diff for: stream/api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>stream-storage-parent</artifactId>
2222
<groupId>org.apache.bookkeeper</groupId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>

Diff for: stream/bk-grpc-name-resolver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>stream-storage-parent</artifactId>
2424
<groupId>org.apache.bookkeeper</groupId>
25-
<version>4.17.1-SNAPSHOT</version>
25+
<version>4.17.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<groupId>org.apache.bookkeeper</groupId>

Diff for: stream/clients/java/all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.bookkeeper</groupId>
2222
<artifactId>stream-storage-java-client-parent</artifactId>
23-
<version>4.17.1-SNAPSHOT</version>
23+
<version>4.17.1</version>
2424
</parent>
2525
<artifactId>stream-storage-java-client</artifactId>
2626
<name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client </name>

0 commit comments

Comments
 (0)