Updated Branches:
  refs/heads/g2 eff5a81e5 -> dde1b7a31

[maven-release-plugin] prepare release giraph-parent-0.2-fb-1


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/dde1b7a3
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/dde1b7a3
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/dde1b7a3

Branch: refs/heads/g2
Commit: dde1b7a31940866ebd2a7e2c990d268039741cef
Parents: eff5a81
Author: Nitay Joffe <[email protected]>
Authored: Tue Apr 16 19:09:06 2013 -0400
Committer: Nitay Joffe <[email protected]>
Committed: Tue Apr 16 19:09:06 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/dde1b7a3/giraph-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml
index bd89e2a..644311d 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-SNAPSHOT</version>
+    <version>0.2-fb-1</version>
   </parent>
   <artifactId>giraph-accumulo</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/giraph-core/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index 8b35671..9471d60 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-SNAPSHOT</version>
+    <version>0.2-fb-1</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/giraph-examples/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 34d6813..f0f4379 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-SNAPSHOT</version>
+    <version>0.2-fb-1</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-SNAPSHOT</version>
+      <version>0.2-fb-1</version>
       <type>test-jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/giraph-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml
index 7763efd..59d85e7 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-SNAPSHOT</version>
+    <version>0.2-fb-1</version>
   </parent>
   <artifactId>giraph-hbase</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/giraph-hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml
index 581764f..d45d1e6 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-SNAPSHOT</version>
+    <version>0.2-fb-1</version>
   </parent>
   <artifactId>giraph-hcatalog</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/giraph-hive/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index 19e22a3..0aa67f5 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-SNAPSHOT</version>
+    <version>0.2-fb-1</version>
   </parent>
   <artifactId>giraph-hive</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/dde1b7a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f88554c..376b2f1 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-SNAPSHOT</version>
+  <version>0.2-fb-1</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>

Reply via email to