You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by di...@apache.org on 2020/08/13 07:12:37 UTC

[giraph] branch trunk updated: GIRAPH-1156

This is an automated email from the ASF dual-hosted git repository.

dionysios pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/giraph.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a2094a7  GIRAPH-1156
a2094a7 is described below

commit a2094a717a739bd189805539471b1bd1e2c32d37
Author: Dionysios Logothetis <dl...@gmail.com>
AuthorDate: Thu Aug 13 00:11:45 2020 -0700

    GIRAPH-1156
    
    closes #139
---
 giraph-block-app-8/pom.xml | 2 +-
 giraph-block-app/pom.xml   | 2 +-
 giraph-core/pom.xml        | 2 +-
 giraph-debugger/pom.xml    | 2 +-
 giraph-dist/pom.xml        | 2 +-
 giraph-examples/pom.xml    | 4 ++--
 pom.xml                    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/giraph-block-app-8/pom.xml b/giraph-block-app-8/pom.xml
index a52a485..4214009 100644
--- a/giraph-block-app-8/pom.xml
+++ b/giraph-block-app-8/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-block-app-8</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-block-app/pom.xml b/giraph-block-app/pom.xml
index ae3d445..66310a1 100644
--- a/giraph-block-app/pom.xml
+++ b/giraph-block-app/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-block-app</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index 71d4a85..bb505ae 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>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-debugger/pom.xml b/giraph-debugger/pom.xml
index c0f1613..628df6a 100644
--- a/giraph-debugger/pom.xml
+++ b/giraph-debugger/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-debugger</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml
index c6bae76..a8cc8e6 100644
--- a/giraph-dist/pom.xml
+++ b/giraph-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>giraph-dist</artifactId>
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 40cb9f6..470c742 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>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-examples</artifactId>
   <packaging>jar</packaging>
@@ -429,7 +429,7 @@ under the License.
     <dependency>
       <groupId>org.apache.giraph</groupId>
       <artifactId>giraph-core</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
+      <version>1.4.0-SNAPSHOT</version>
       <type>test-jar</type>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index bf5b6e8..5b1a8b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>