Skip to content

Commit 16df38c

Browse files
committed
Bump the release version to 2.6.1
Signed-off-by: xiaolong.ran <[email protected]>
1 parent 9a80eb5 commit 16df38c

File tree

140 files changed

+144
-147
lines changed

Some content is hidden

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

140 files changed

+144
-147
lines changed

bouncy-castle/bc-shaded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
<parent>
2323
<artifactId>bouncy-castle-parent</artifactId>
2424
<groupId>org.apache.pulsar</groupId>
25-
<version>2.6.0</version>
25+
<version>2.6.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>bouncy-castle-bc-shaded</artifactId>
3030
<packaging>jar</packaging>
3131
<name>Apache Pulsar :: Bouncy Castle :: BC Shaded</name>
32-
<version>2.6.0</version>
32+
<version>2.6.1</version>
3333

3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.pulsar</groupId>
3737
<artifactId>bouncy-castle-bc</artifactId>
38-
<version>2.6.0</version>
38+
<version>2.6.1</version>
3939
<optional>true</optional>
4040
</dependency>
4141
</dependencies>

bouncy-castle/bc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.pulsar</groupId>
2727
<artifactId>bouncy-castle-parent</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.6.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

bouncy-castle/bcfips-include-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.pulsar</groupId>
2626
<artifactId>bouncy-castle-parent</artifactId>
27-
<version>2.6.0</version>
27+
<version>2.6.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

bouncy-castle/bcfips-nar-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.pulsar</groupId>
2626
<artifactId>bouncy-castle-parent</artifactId>
27-
<version>2.6.0</version>
27+
<version>2.6.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

bouncy-castle/bcfips/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.pulsar</groupId>
2727
<artifactId>bouncy-castle-parent</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.6.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

bouncy-castle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.pulsar</groupId>
2727
<artifactId>pulsar</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.6.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

buildtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.apache.pulsar</groupId>
3232
<artifactId>buildtools</artifactId>
33-
<version>2.6.0</version>
33+
<version>2.6.1</version>
3434
<packaging>jar</packaging>
3535
<name>Pulsar Build Tools</name>
3636

dashboard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.pulsar</groupId>
2525
<artifactId>docker-images</artifactId>
26-
<version>2.6.0</version>
26+
<version>2.6.1</version>
2727
<relativePath>../docker</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

distribution/io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.pulsar</groupId>
2727
<artifactId>distribution</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.6.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

distribution/offloaders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.pulsar</groupId>
2727
<artifactId>distribution</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.6.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)