You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2013/04/16 07:21:15 UTC

[6/6] git commit: updated refs/heads/release-1.0.0 to 2537201

Changed to 1.0.0 version.


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

Branch: refs/heads/release-1.0.0
Commit: 2537201724b54de25efe144996af0cd762ac6018
Parents: 82a86c2
Author: Avery Ching <ac...@fb.com>
Authored: Mon Apr 15 22:20:33 2013 -0700
Committer: Avery Ching <ac...@fb.com>
Committed: Mon Apr 15 22:20:33 2013 -0700

----------------------------------------------------------------------
 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/25372017/giraph-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml
index 2f236d4..6f8a744 100644
--- a/giraph-accumulo/pom.xml
+++ b/giraph-accumulo/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-accumulo</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/giraph-core/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index 56ff468..ef79587 100644
--- a/giraph-core/pom.xml
+++ b/giraph-core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/giraph-examples/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 4a0088c..454acba 100644
--- a/giraph-examples/pom.xml
+++ b/giraph-examples/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-examples</artifactId>
   <packaging>jar</packaging>
@@ -433,7 +433,7 @@ under the License.
     <dependency>
       <groupId>org.apache.giraph</groupId>
       <artifactId>giraph-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>1.0.0</version>
       <type>test-jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/giraph-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml
index bd7cd36..8c89937 100644
--- a/giraph-hbase/pom.xml
+++ b/giraph-hbase/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hbase</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/giraph-hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml
index 03b86b5..d46bac7 100644
--- a/giraph-hcatalog/pom.xml
+++ b/giraph-hcatalog/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hcatalog</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/giraph-hive/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index 13ca66c..58cddbe 100644
--- a/giraph-hive/pom.xml
+++ b/giraph-hive/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hive</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/25372017/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75de7d6..7ab4d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>