Revert "ACCUMULO-1546 updating pom version for 1.4.4 release" This reverts commit cd15fe21a604323745b1ca4b38da0ae14e9c6e90.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9c33ef43 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9c33ef43 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9c33ef43 Branch: refs/heads/master Commit: 9c33ef43637d5de11c40cf0538920673997e6187 Parents: cd15fe2 Author: Mike Drob <md...@mdrob.com> Authored: Thu Aug 15 01:15:47 2013 -0400 Committer: Mike Drob <md...@mdrob.com> Committed: Thu Aug 15 01:15:47 2013 -0400 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ src/core/pom.xml | 2 +- src/examples/pom.xml | 2 +- src/examples/simple/pom.xml | 2 +- src/examples/wikisearch/ingest/pom.xml | 2 +- src/examples/wikisearch/pom.xml | 2 +- src/examples/wikisearch/query-war/pom.xml | 2 +- src/examples/wikisearch/query/pom.xml | 2 +- src/minicluster/pom.xml | 2 +- src/proxy/pom.xml | 2 +- src/server/pom.xml | 2 +- src/start/pom.xml | 2 +- src/trace/pom.xml | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 002258a..9ea1627 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> <packaging>pom</packaging> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <name>accumulo</name> <modules> @@ -682,27 +682,27 @@ <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>cloudtrace</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-start</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-core</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-server</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-minicluster</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </dependency> <!-- additional dependencies we need to provide --> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/core/pom.xml ---------------------------------------------------------------------- diff --git a/src/core/pom.xml b/src/core/pom.xml index c4728ae..967dc81 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/pom.xml b/src/examples/pom.xml index 61c8420..abe652c 100644 --- a/src/examples/pom.xml +++ b/src/examples/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>accumulo-examples</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/simple/pom.xml b/src/examples/simple/pom.xml index ba2cb68..0323c11 100644 --- a/src/examples/simple/pom.xml +++ b/src/examples/simple/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-examples</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/wikisearch/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/wikisearch/ingest/pom.xml b/src/examples/wikisearch/ingest/pom.xml index e84278d..f2a8f77 100644 --- a/src/examples/wikisearch/ingest/pom.xml +++ b/src/examples/wikisearch/ingest/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/wikisearch/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/wikisearch/pom.xml b/src/examples/wikisearch/pom.xml index 003b0fd..1036436 100644 --- a/src/examples/wikisearch/pom.xml +++ b/src/examples/wikisearch/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-examples</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>accumulo-wikisearch</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/wikisearch/query-war/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/wikisearch/query-war/pom.xml b/src/examples/wikisearch/query-war/pom.xml index a425f7c..555f995 100644 --- a/src/examples/wikisearch/query-war/pom.xml +++ b/src/examples/wikisearch/query-war/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> </parent> <artifactId>wikisearch-query-war</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/examples/wikisearch/query/pom.xml ---------------------------------------------------------------------- diff --git a/src/examples/wikisearch/query/pom.xml b/src/examples/wikisearch/query/pom.xml index b5ce0b0..9d20269 100644 --- a/src/examples/wikisearch/query/pom.xml +++ b/src/examples/wikisearch/query/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/src/minicluster/pom.xml b/src/minicluster/pom.xml index da95cdf..198d1f7 100644 --- a/src/minicluster/pom.xml +++ b/src/minicluster/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/src/proxy/pom.xml b/src/proxy/pom.xml index 46cd493..cc54f82 100644 --- a/src/proxy/pom.xml +++ b/src/proxy/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>accumulo</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>accumulo-proxy</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/server/pom.xml ---------------------------------------------------------------------- diff --git a/src/server/pom.xml b/src/server/pom.xml index 9e83fbb..8de12fe 100644 --- a/src/server/pom.xml +++ b/src/server/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/start/pom.xml ---------------------------------------------------------------------- diff --git a/src/start/pom.xml b/src/start/pom.xml index 12561e8..66a2dc0 100644 --- a/src/start/pom.xml +++ b/src/start/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo/blob/9c33ef43/src/trace/pom.xml ---------------------------------------------------------------------- diff --git a/src/trace/pom.xml b/src/trace/pom.xml index bae4b38..28b1c72 100644 --- a/src/trace/pom.xml +++ b/src/trace/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo</artifactId> - <version>1.4.4</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent>