ACCUMULO-3048 Bump to 1.5.3-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c170f011 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c170f011 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c170f011 Branch: refs/heads/1.6.1-SNAPSHOT Commit: c170f011019c558f4bf00020720822e7dfcc087c Parents: 039a2c2 Author: Josh Elser <els...@apache.org> Authored: Thu Sep 18 23:34:20 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Thu Sep 18 23:34:20 2014 -0400 ---------------------------------------------------------------------- assemble/pom.xml | 2 +- core/pom.xml | 2 +- examples/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 2 +- proxy/pom.xml | 2 +- server/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- trace/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index b4e413f..2930a66 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ddc2dd1..0267e16 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-core</artifactId> <name>Core</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index cde29f4..fac7c74 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-examples</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index 4760718..8e75586 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-examples</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-examples-simple</artifactId> <name>Simple Examples</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index f73d13c..24413fd 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Fate</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 8e73593..4afe113 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>MiniCluster</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e2a3b9..9d0c251 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Accumulo Project</name> <description>Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index 7a21bae..d66a329 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Proxy</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 525735d..edf9e4f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-server</artifactId> <name>Server</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index 5c7b64c..6f8817e 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-start</artifactId> <name>Start</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 4b1a414..330f683 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-test</artifactId> <name>Testing</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/c170f011/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index b3c5100..a997725 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Trace</name>