Update pom for new release cycle
Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/2d8a61e6 Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/2d8a61e6 Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/2d8a61e6 Branch: refs/heads/master Commit: 2d8a61e6db8203dffb6a648604084ca2f6a22779 Parents: 5bd1ffd Author: Josh Elser <[email protected]> Authored: Fri Mar 23 09:51:41 2018 -0400 Committer: Josh Elser <[email protected]> Committed: Fri Mar 23 09:51:41 2018 -0400 ---------------------------------------------------------------------- hbase-shaded-miscellaneous/pom.xml | 2 +- hbase-shaded-netty/pom.xml | 2 +- hbase-shaded-protobuf/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/2d8a61e6/hbase-shaded-miscellaneous/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml index d6151ae..8ab697c 100644 --- a/hbase-shaded-miscellaneous/pom.xml +++ b/hbase-shaded-miscellaneous/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>2.1.0</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-miscellaneous</artifactId> http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/2d8a61e6/hbase-shaded-netty/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml index 47e050d..5cc5465 100644 --- a/hbase-shaded-netty/pom.xml +++ b/hbase-shaded-netty/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>2.1.0</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-netty</artifactId> http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/2d8a61e6/hbase-shaded-protobuf/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml index 1dae9df..18a8e98 100644 --- a/hbase-shaded-protobuf/pom.xml +++ b/hbase-shaded-protobuf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>2.1.0</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-protobuf</artifactId> http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/2d8a61e6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f3fd54..2af80de 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ </parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>2.1.0</version> + <version>2.2.0-SNAPSHOT</version> <name>Apache HBase Third-Party Libs</name> <packaging>pom</packaging> <description>
