Skip to content

Commit d0a3f39

Browse files
authored
HBASE-25511 Set next dev version. (#45)
1 parent b66fc42 commit d0a3f39

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

hbase-shaded-gson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.hbase.thirdparty</groupId>
3434
<artifactId>hbase-thirdparty</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.4.2-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838
<artifactId>hbase-shaded-gson</artifactId>

hbase-shaded-jersey/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.hbase.thirdparty</groupId>
3434
<artifactId>hbase-thirdparty</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.4.2-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838
<artifactId>hbase-shaded-jersey</artifactId>

hbase-shaded-jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.hbase.thirdparty</groupId>
3434
<artifactId>hbase-thirdparty</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.4.2-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838
<artifactId>hbase-shaded-jetty</artifactId>

hbase-shaded-miscellaneous/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.hbase.thirdparty</groupId>
3434
<artifactId>hbase-thirdparty</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.4.2-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838
<artifactId>hbase-shaded-miscellaneous</artifactId>

hbase-shaded-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.hbase.thirdparty</groupId>
3434
<artifactId>hbase-thirdparty</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.4.2-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838
<artifactId>hbase-shaded-netty</artifactId>

hbase-shaded-protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase.thirdparty</groupId>
2525
<artifactId>hbase-thirdparty</artifactId>
26-
<version>3.4.1</version>
26+
<version>3.4.2-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-protobuf</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</parent>
3838
<groupId>org.apache.hbase.thirdparty</groupId>
3939
<artifactId>hbase-thirdparty</artifactId>
40-
<version>3.4.1</version>
40+
<version>3.4.2-SNAPSHOT</version>
4141
<name>Apache HBase Third-Party Libs</name>
4242
<packaging>pom</packaging>
4343
<description>

0 commit comments

Comments
 (0)