This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.0.0-rc0-next in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 68b6036ef454af609b715191f46b20f497e81fa6 Author: Christopher Tubbs <[email protected]> AuthorDate: Sun Jun 9 22:19:57 2019 -0400 [maven-release-plugin] prepare for next development iteration --- assemble/pom.xml | 2 +- core/pom.xml | 2 +- hadoop-mapreduce/pom.xml | 2 +- iterator-test-harness/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 4 ++-- server/base/pom.xml | 2 +- server/gc/pom.xml | 2 +- server/master/pom.xml | 2 +- server/monitor/pom.xml | 2 +- server/native/pom.xml | 2 +- server/tracer/pom.xml | 2 +- server/tserver/pom.xml | 2 +- shell/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/assemble/pom.xml b/assemble/pom.xml index deb3edf..d209a36 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> diff --git a/core/pom.xml b/core/pom.xml index f4e39aa..6959961 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-core</artifactId> <name>Apache Accumulo Core</name> diff --git a/hadoop-mapreduce/pom.xml b/hadoop-mapreduce/pom.xml index 5c5b422..ac469a9 100644 --- a/hadoop-mapreduce/pom.xml +++ b/hadoop-mapreduce/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-hadoop-mapreduce</artifactId> <name>Apache Accumulo Hadoop MapReduce</name> diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml index 327d5f2..1009652 100644 --- a/iterator-test-harness/pom.xml +++ b/iterator-test-harness/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-iterator-test-harness</artifactId> <name>Apache Accumulo Iterator Test Harness</name> diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 63aca4d..2c8d5db 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>Apache Accumulo MiniCluster</name> diff --git a/pom.xml b/pom.xml index 31c83b2..5b5ebd6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Accumulo Project</name> <description>Apache Accumulo is a sorted, distributed key/value store based @@ -96,7 +96,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</developerConnection> - <tag>rel/2.0.0</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf?p=accumulo.git</url> </scm> <issueManagement> diff --git a/server/base/pom.xml b/server/base/pom.xml index 5cd0415..5c766df 100644 --- a/server/base/pom.xml +++ b/server/base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-server-base</artifactId> diff --git a/server/gc/pom.xml b/server/gc/pom.xml index 84db172..92170aa 100644 --- a/server/gc/pom.xml +++ b/server/gc/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-gc</artifactId> diff --git a/server/master/pom.xml b/server/master/pom.xml index 7bbed5f..bf3621f 100644 --- a/server/master/pom.xml +++ b/server/master/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-master</artifactId> diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 6516a87..b871455 100644 --- a/server/monitor/pom.xml +++ b/server/monitor/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-monitor</artifactId> diff --git a/server/native/pom.xml b/server/native/pom.xml index f4841a7..0042387 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-native</artifactId> diff --git a/server/tracer/pom.xml b/server/tracer/pom.xml index b24f320..cd26a6a 100644 --- a/server/tracer/pom.xml +++ b/server/tracer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tracer</artifactId> diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml index 4ac1bae..19df29f 100644 --- a/server/tserver/pom.xml +++ b/server/tserver/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tserver</artifactId> diff --git a/shell/pom.xml b/shell/pom.xml index d61f2e9..cb5b693 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-shell</artifactId> <name>Apache Accumulo Shell</name> diff --git a/start/pom.xml b/start/pom.xml index c8d03b0..cc574ff 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-start</artifactId> <name>Apache Accumulo Start</name> diff --git a/test/pom.xml b/test/pom.xml index c112985..b2747f9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>accumulo-test</artifactId> <name>Apache Accumulo Testing</name>
