Skip to content

Commit 5ca147b

Browse files
committed
[maven-release-plugin] prepare release v4.16.3-rc0
1 parent 143bcbb commit 5ca147b

File tree

90 files changed

+353
-93
lines changed

Some content is hidden

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

90 files changed

+353
-93
lines changed

bookkeeper-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
24+
<version>4.16.3</version>
2525
</parent>
2626
<groupId>org.apache.bookkeeper</groupId>
2727
<artifactId>bookkeeper-benchmark</artifactId>

bookkeeper-common-allocator/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
23+
<version>4.16.3</version>
2424
</parent>
2525
<artifactId>bookkeeper-common-allocator</artifactId>
2626
<name>Apache BookKeeper :: Common :: Allocator</name>

bookkeeper-common/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
23+
<version>4.16.3</version>
2424
</parent>
2525
<artifactId>bookkeeper-common</artifactId>
2626
<name>Apache BookKeeper :: Common</name>

bookkeeper-dist/all/pom.xml

Lines changed: 5 additions & 1 deletion
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.16.3-SNAPSHOT</version>
26+
<version>4.16.3</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -154,4 +154,8 @@
154154
</plugin>
155155
</plugins>
156156
</build>
157+
158+
<scm>
159+
<tag>v4.16.3-rc0</tag>
160+
</scm>
157161
</project>

bookkeeper-dist/bkctl/pom.xml

Lines changed: 5 additions & 1 deletion
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.16.3-SNAPSHOT</version>
26+
<version>4.16.3</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

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

bookkeeper-dist/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
22+
<version>4.16.3</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>bookkeeper-dist</artifactId>

bookkeeper-dist/server/pom.xml

Lines changed: 5 additions & 1 deletion
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.16.3-SNAPSHOT</version>
26+
<version>4.16.3</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -129,4 +129,8 @@
129129

130130
</plugins>
131131
</build>
132+
133+
<scm>
134+
<tag>v4.16.3-rc0</tag>
135+
</scm>
132136
</project>

bookkeeper-http/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
22+
<version>4.16.3</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

bookkeeper-http/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
22+
<version>4.16.3</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.bookkeeper.http</groupId>

bookkeeper-http/servlet-http-server/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.3-SNAPSHOT</version>
22+
<version>4.16.3</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)