Repository: accumulo Updated Branches: refs/heads/master 0d2b9bdcc -> 24432a899
[maven-release-plugin] prepare release rel/1.8.0 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a8a63295 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a8a63295 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a8a63295 Branch: refs/heads/master Commit: a8a6329576869ac9ed63e4eff577af1c1864f052 Parents: be5c433 Author: Michael Wall <mjw...@apache.org> Authored: Fri Sep 2 16:48:57 2016 +0000 Committer: Michael Wall <mjw...@apache.org> Committed: Fri Sep 2 16:48:57 2016 +0000 ---------------------------------------------------------------------- assemble/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- iterator-test-harness/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 4 ++-- proxy/pom.xml | 2 +- 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 +- trace/pom.xml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 022669a..aab0860 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 5898b09..b6856d0 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-core</artifactId> <name>Apache Accumulo Core</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 853474b..0e18fc9 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index b15d774..2b1d394 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-examples-simple</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 059e4f1..c0e4535 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Apache Accumulo Fate</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/iterator-test-harness/pom.xml ---------------------------------------------------------------------- diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml index d54a086..01eeb52 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-iterator-test-harness</artifactId> <name>Apache Accumulo Iterator Test Harness</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 26ca6bc..aac0c8e 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-maven-plugin</artifactId> <packaging>maven-plugin</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 03113a4..93b83e3 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>Apache Accumulo MiniCluster</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca1c560..a75e4cf 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>pom</packaging> <name>Apache Accumulo Project</name> <description>Apache Accumulo is a sorted, distributed key/value store based @@ -104,7 +104,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>HEAD</tag> + <tag>rel/1.8.0</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/a8a63295/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index 2aee90b..b6d7386 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Apache Accumulo Proxy</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/base/pom.xml ---------------------------------------------------------------------- diff --git a/server/base/pom.xml b/server/base/pom.xml index 00e0d14..d98dbf9 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-server-base</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/gc/pom.xml ---------------------------------------------------------------------- diff --git a/server/gc/pom.xml b/server/gc/pom.xml index 4aa31f7..14daca6 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-gc</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/master/pom.xml ---------------------------------------------------------------------- diff --git a/server/master/pom.xml b/server/master/pom.xml index 6af8344..22677f4 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-master</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/monitor/pom.xml ---------------------------------------------------------------------- diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 6c56e59..28daf26 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-monitor</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/native/pom.xml ---------------------------------------------------------------------- diff --git a/server/native/pom.xml b/server/native/pom.xml index d0e5ee8..c30ed8b 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-native</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/tracer/pom.xml ---------------------------------------------------------------------- diff --git a/server/tracer/pom.xml b/server/tracer/pom.xml index cd69d9d..cb7fe9d 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tracer</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/server/tserver/pom.xml ---------------------------------------------------------------------- diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml index 062ee1a..e8de34b 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>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tserver</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 2dee4c2..c3690a2 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-shell</artifactId> <name>Apache Accumulo Shell</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index bc6c4b6..04de1a4 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-start</artifactId> <name>Apache Accumulo Start</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 422543a..b83afa1 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-test</artifactId> <name>Apache Accumulo Testing</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/a8a63295/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index d550b81..56f7aa6 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Apache Accumulo Trace</name>