Updated Branches:
  refs/heads/g1 3147c3e81 -> d73a80901

[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/d73a8090
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/d73a8090
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/d73a8090

Branch: refs/heads/g1
Commit: d73a80901759ef0520433cd3fb0e43b02b4ffc56
Parents: 3147c3e
Author: Nitay Joffe <[email protected]>
Authored: Wed Apr 17 19:26:24 2013 -0400
Committer: Nitay Joffe <[email protected]>
Committed: Wed Apr 17 19:26:24 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/d73a8090/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/d73a8090/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/d73a8090/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/d73a8090/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/d73a8090/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/d73a8090/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/d73a8090/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 790994c..0f1fea3 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>

Reply via email to