Updated Branches: refs/heads/g1 530b96824 -> 28467eafc
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/28467eaf Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/28467eaf Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/28467eaf Branch: refs/heads/g1 Commit: 28467eafca56cd22b976ff3b6e2f154a5512d2a2 Parents: 530b968 Author: Nitay Joffe <[email protected]> Authored: Wed Apr 17 13:17:09 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Wed Apr 17 13:17:09 2013 -0400 ---------------------------------------------------------------------- giraph-accumulo/pom.xml | 2 +- giraph-core/pom.xml | 2 +- giraph-examples/pom.xml | 4 ++-- giraph-hbase/pom.xml | 2 +- giraph-hcatalog/pom.xml | 2 +- giraph-hive/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml index 644311d..bd89e2a 100644 --- a/giraph-accumulo/pom.xml +++ b/giraph-accumulo/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-accumulo</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-core/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml index 9471d60..8b35671 100644 --- a/giraph-core/pom.xml +++ b/giraph-core/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-core</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-examples/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml index f0f4379..34d6813 100644 --- a/giraph-examples/pom.xml +++ b/giraph-examples/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-examples</artifactId> <packaging>jar</packaging> @@ -432,7 +432,7 @@ under the License. <dependency> <groupId>org.apache.giraph</groupId> <artifactId>giraph-core</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> <type>test-jar</type> </dependency> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml index 59d85e7..7763efd 100644 --- a/giraph-hbase/pom.xml +++ b/giraph-hbase/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-hbase</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml index d45d1e6..581764f 100644 --- a/giraph-hcatalog/pom.xml +++ b/giraph-hcatalog/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-hcatalog</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/giraph-hive/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml index 0aa67f5..19e22a3 100644 --- a/giraph-hive/pom.xml +++ b/giraph-hive/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>giraph-hive</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/giraph/blob/28467eaf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 376b2f1..f88554c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ under the License. <groupId>org.apache.giraph</groupId> <artifactId>giraph-parent</artifactId> <packaging>pom</packaging> - <version>0.2-fb-1</version> + <version>0.2-SNAPSHOT</version> <name>Apache Giraph Parent</name> <url>http://giraph.apache.org/</url>
