[maven-release-plugin] prepare release 1.5.2
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/039a2c28 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/039a2c28 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/039a2c28 Branch: refs/heads/master Commit: 039a2c28bdd474805f34ee33f138b009edda6c4c Parents: 019ff0a Author: Josh Elser <els...@apache.org> Authored: Mon Sep 15 11:45:17 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Mon Sep 15 11:45:17 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 | 4 ++-- proxy/pom.xml | 2 +- server/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- trace/pom.xml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/039a2c28/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/039a2c28/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/039a2c28/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/039a2c28/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/039a2c28/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/039a2c28/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index d9468e2..8e73593 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/039a2c28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2f14d07..8e2a3b9 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> @@ -86,7 +86,7 @@ <scm> <connection>scm:git:git://git.apache.org/accumulo.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/accumulo.git</developerConnection> - <tag>${project.version}</tag> + <tag>1.5.2</tag> <url>https://git-wip-us.apache.org/repos/asf?p=accumulo.git</url> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/accumulo/blob/039a2c28/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/039a2c28/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/039a2c28/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/039a2c28/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/039a2c28/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>