[maven-release-plugin] prepare release 1.5.4
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/151db23e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/151db23e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/151db23e Branch: refs/heads/master Commit: 151db23e7d95cf77c08023ee18b7e524f78286fc Parents: 586c4ee Author: Josh Elser <josh.el...@gmail.com> Authored: Mon Sep 14 22:19:28 2015 +0000 Committer: Josh Elser <josh.el...@gmail.com> Committed: Mon Sep 14 22:19:28 2015 +0000 ---------------------------------------------------------------------- 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/151db23e/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index a51f231..e3eda13 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 7304e4f..3a63675 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-core</artifactId> <name>Apache Accumulo Core</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index a64b4a2..8d199cd 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-examples</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index d083b0a..7a5f699 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-examples-simple</artifactId> <name>Apache Accumulo Simple Examples</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 898a819..7848b57 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Apache Accumulo Fate</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index ecbdec6..230410f 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>Apache Accumulo MiniCluster</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be775fd..65cdbf3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.5.4-SNAPSHOT</version> + <version>1.5.4</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> @@ -88,7 +88,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>1.5.3</tag> + <tag>1.5.4</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/151db23e/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index bed5f74..314cb4b 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Apache Accumulo Proxy</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index ed038db..7c49208 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-server</artifactId> <name>Apache Accumulo Server</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index 416bd51..e5e64f2 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-start</artifactId> <name>Apache Accumulo Start</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 63f165c..d59943e 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-test</artifactId> <name>Apache Accumulo Testing</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/151db23e/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index a07a973..c75add0 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.4-SNAPSHOT</version> + <version>1.5.4</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Apache Accumulo Trace</name>