Repository: accumulo Updated Branches: refs/heads/1.7 d04487be9 -> 523d11b1b refs/heads/master de715e70e -> a72b0d39a
ACCUMULO-3743 1.7 should be 1.7.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/523d11b1 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/523d11b1 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/523d11b1 Branch: refs/heads/1.7 Commit: 523d11b1b979bdcce3e1fbd41fb4c9b9b3b9119c Parents: d04487b Author: Josh Elser <[email protected]> Authored: Thu Apr 23 21:14:28 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Thu Apr 23 21:14:28 2015 -0400 ---------------------------------------------------------------------- assemble/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 2 +- 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 +- 20 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 62d54d0..f15c5f4 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 5d9e957..15a52fd 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-core</artifactId> <name>Core</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index ef421ac..47d98da 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index a758016..aa2f118 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-examples-simple</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index b93d788..5fd9a7e 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Fate</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 9d79646..d0b618e 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-maven-plugin</artifactId> <packaging>maven-plugin</packaging> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index ff390f9..7644269 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>MiniCluster</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfbaff9..fff66aa 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.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Accumulo</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/523d11b1/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index 508b3f3..eed79b1 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Proxy</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/base/pom.xml ---------------------------------------------------------------------- diff --git a/server/base/pom.xml b/server/base/pom.xml index c391dff..94850b9 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-server-base</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/gc/pom.xml ---------------------------------------------------------------------- diff --git a/server/gc/pom.xml b/server/gc/pom.xml index 9b1fa59..694ffe9 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-gc</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/master/pom.xml ---------------------------------------------------------------------- diff --git a/server/master/pom.xml b/server/master/pom.xml index 9172fd2..cf92d4a 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-master</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/monitor/pom.xml ---------------------------------------------------------------------- diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 2d033a5..51262c1 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-monitor</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/native/pom.xml ---------------------------------------------------------------------- diff --git a/server/native/pom.xml b/server/native/pom.xml index 08af773..aead6ed 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-native</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/tracer/pom.xml ---------------------------------------------------------------------- diff --git a/server/tracer/pom.xml b/server/tracer/pom.xml index 1e0774c..c44f498 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tracer</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/server/tserver/pom.xml ---------------------------------------------------------------------- diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml index 2f9daf8..a4bc3de 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.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tserver</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 55a0367..6ac997f 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-shell</artifactId> <name>Shell</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index d6b874f..eb75fe0 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-start</artifactId> <name>Start</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index f943eed..5862688 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-test</artifactId> <name>Testing</name> http://git-wip-us.apache.org/repos/asf/accumulo/blob/523d11b1/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index 1fee1e6..7777bb3 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.7.0-SNAPSHOT</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Trace</name>
