Skip to content

Commit 57e44ba

Browse files
committed
[maven-release-plugin] prepare release v4.17.0-rc0
1 parent 2980935 commit 57e44ba

File tree

92 files changed

+365
-99
lines changed

Some content is hidden

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

92 files changed

+365
-99
lines changed

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.0-SNAPSHOT</version>
24+
<version>4.17.0</version>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>
2727
<artifactId>bookkeeper-benchmark</artifactId>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>bookkeeper-common-allocator</artifactId>
2626
<name>Apache BookKeeper :: Common :: Allocator</name>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>bookkeeper-common</artifactId>
2626
<name>Apache BookKeeper :: Common</name>

bookkeeper-dist/all/pom.xml

+5-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.0-SNAPSHOT</version>
26+
<version>4.17.0</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -159,4 +159,8 @@
159159
</plugin>
160160
</plugins>
161161
</build>
162+
163+
<scm>
164+
<tag>v4.17.0-rc0</tag>
165+
</scm>
162166
</project>

bookkeeper-dist/bkctl/pom.xml

+5-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.0-SNAPSHOT</version>
26+
<version>4.17.0</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -79,4 +79,8 @@
7979
</plugin>
8080
</plugins>
8181
</build>
82+
83+
<scm>
84+
<tag>v4.17.0-rc0</tag>
85+
</scm>
8286
</project>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>bookkeeper-dist</artifactId>

bookkeeper-dist/server/pom.xml

+5-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.0-SNAPSHOT</version>
26+
<version>4.17.0</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -134,4 +134,8 @@
134134

135135
</plugins>
136136
</build>
137+
138+
<scm>
139+
<tag>v4.17.0-rc0</tag>
140+
</scm>
137141
</project>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper.http</groupId>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>bookkeeper-proto</artifactId>
2626
<name>Apache BookKeeper :: Protocols</name>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>bookkeeper-server</artifactId>
2626
<name>Apache BookKeeper :: Server</name>

bookkeeper-slogger/api/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818
<parent>
1919
<artifactId>bookkeeper-slogger-parent</artifactId>
2020
<groupId>org.apache.bookkeeper</groupId>
21-
<version>4.17.0-SNAPSHOT</version>
21+
<version>4.17.0</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<groupId>org.apache.bookkeeper</groupId>
2525
<artifactId>bookkeeper-slogger-api</artifactId>
2626
<name>Apache BookKeeper :: Structured Logger :: API</name>
27+
28+
<scm>
29+
<tag>v4.17.0-rc0</tag>
30+
</scm>
2731
</project>

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.0-SNAPSHOT</version>
21+
<version>4.17.0</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<packaging>pom</packaging>

bookkeeper-slogger/slf4j/pom.xml

+5-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.0-SNAPSHOT</version>
21+
<version>4.17.0</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424
<groupId>org.apache.bookkeeper</groupId>
@@ -31,4 +31,8 @@
3131
<version>${project.parent.version}</version>
3232
</dependency>
3333
</dependencies>
34+
35+
<scm>
36+
<tag>v4.17.0-rc0</tag>
37+
</scm>
3438
</project>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>buildtools</artifactId>
2626
<name>Apache BookKeeper :: Build Tools</name>
27-
<version>4.17.0-SNAPSHOT</version>
27+
<version>4.17.0</version>
2828
</project>

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.0-SNAPSHOT</version>
27+
<version>4.17.0</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525

metadata-drivers/etcd/pom.xml

+5-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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -158,4 +158,8 @@
158158
</build>
159159
</profile>
160160
</profiles>
161+
162+
<scm>
163+
<tag>v4.17.0-rc0</tag>
164+
</scm>
161165
</project>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper.metadata.drivers</groupId>

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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<artifactId>microbenchmarks</artifactId>
2626
<name>Apache BookKeeper :: microbenchmarks</name>

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.0-SNAPSHOT</version>
22+
<version>4.17.0</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525

pom.xml

+3-3
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.0-SNAPSHOT</version>
26+
<version>4.17.0</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.0-rc0</tag>
4444
</scm>
4545
<issueManagement>
4646
<system>JIRA</system>
@@ -1181,7 +1181,7 @@
11811181
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
11821182
<outputDirectory>${project.build.directory}/generated-sources/delombok</outputDirectory>
11831183
<formatPreferences>
1184-
<pretty/>
1184+
<pretty />
11851185
</formatPreferences>
11861186
</configuration>
11871187
</execution>

shaded/bookkeeper-server-shaded/pom.xml

+5-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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>bookkeeper-server-shaded</artifactId>
@@ -134,4 +134,8 @@
134134
</plugin>
135135
</plugins>
136136
</build>
137+
138+
<scm>
139+
<tag>v4.17.0-rc0</tag>
140+
</scm>
137141
</project>

shaded/bookkeeper-server-tests-shaded/pom.xml

+5-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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>bookkeeper-server-tests-shaded</artifactId>
@@ -152,4 +152,8 @@
152152
</plugin>
153153
</plugins>
154154
</build>
155+
156+
<scm>
157+
<tag>v4.17.0-rc0</tag>
158+
</scm>
155159
</project>

shaded/distributedlog-core-shaded/pom.xml

+5-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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<groupId>org.apache.distributedlog</groupId>
@@ -246,4 +246,8 @@
246246
</plugin>
247247
</plugins>
248248
</build>
249+
250+
<scm>
251+
<tag>v4.17.0-rc0</tag>
252+
</scm>
249253
</project>

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.0-SNAPSHOT</version>
24+
<version>4.17.0</version>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>
2727
<artifactId>shaded-parent</artifactId>

stats/bookkeeper-stats-api/pom.xml

+5-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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<groupId>org.apache.bookkeeper.stats</groupId>
2626
<artifactId>bookkeeper-stats-api</artifactId>
@@ -60,4 +60,8 @@
6060
</build>
6161
<dependencies>
6262
</dependencies>
63+
64+
<scm>
65+
<tag>v4.17.0-rc0</tag>
66+
</scm>
6367
</project>

stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml

+5-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.0-SNAPSHOT</version>
23+
<version>4.17.0</version>
2424
</parent>
2525
<groupId>org.apache.bookkeeper.stats</groupId>
2626
<artifactId>codahale-metrics-provider</artifactId>
@@ -53,4 +53,8 @@
5353
<artifactId>guava</artifactId>
5454
</dependency>
5555
</dependencies>
56+
57+
<scm>
58+
<tag>v4.17.0-rc0</tag>
59+
</scm>
5660
</project>

0 commit comments

Comments
 (0)