Repository: accumulo Updated Branches: refs/heads/1.5.2-rc0 [created] 1f03ba93f
ACCUMULO-3048 Fix the pom versions Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1f03ba93 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1f03ba93 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1f03ba93 Branch: refs/heads/1.5.2-rc0 Commit: 1f03ba93f8fc8b24b85873d6f024bd05dd102e11 Parents: 139bd83 Author: Josh Elser <els...@apache.org> Authored: Wed Aug 6 18:20:22 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Wed Aug 6 18:20:22 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/1f03ba93/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 6a20967..b4e413f 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 39de12a..ddc2dd1 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-core</artifactId> <name>Core</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index fef685d..cde29f4 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-examples</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index 2b6ab69..4760718 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-examples-simple</artifactId> <name>Simple Examples</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 0868e4c..f73d13c 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Fate</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 7284ca4..d8d2874 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>MiniCluster</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eba44a9..9ba65bd 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-SNAPSHOT</version> + <version>1.5.2</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/1f03ba93/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index 9661104..7a21bae 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Proxy</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index fb526af..525735d 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-server</artifactId> <name>Server</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index 5fc9346..5c7b64c 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-start</artifactId> <name>Start</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index ad60054..4b1a414 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-test</artifactId> <name>Testing</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f03ba93/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index 8e7b083..b3c5100 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-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Trace</name>