You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2018/11/18 11:28:27 UTC

[incubator-nemo] branch master updated (e885de3 -> 393c3da)

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

jooykim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git.


    from e885de3  [maven-release-plugin] prepare for next development iteration
     new a9b0675  [maven-release-plugin] rollback release tag
     new 393c3da  [maven-release-plugin] prepare release nemo-pproject-0.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 client/pom.xml                  | 2 +-
 common/pom.xml                  | 2 +-
 compiler/backend/pom.xml        | 2 +-
 compiler/frontend/beam/pom.xml  | 2 +-
 compiler/frontend/spark/pom.xml | 2 +-
 compiler/optimizer/pom.xml      | 2 +-
 compiler/pom.xml                | 2 +-
 compiler/test/pom.xml           | 2 +-
 conf/pom.xml                    | 2 +-
 examples/beam/pom.xml           | 2 +-
 examples/pom.xml                | 2 +-
 examples/spark/pom.xml          | 2 +-
 pom.xml                         | 4 ++--
 runtime/common/pom.xml          | 2 +-
 runtime/driver/pom.xml          | 2 +-
 runtime/executor/pom.xml        | 4 ++--
 runtime/master/pom.xml          | 2 +-
 runtime/pom.xml                 | 2 +-
 runtime/test/pom.xml            | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)


[incubator-nemo] 01/02: [maven-release-plugin] rollback release tag

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jooykim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit a9b06759468af5811a4230339dddd4bc6e8a334f
Author: Joo Yeon Kim <jo...@apache.org>
AuthorDate: Sun Nov 18 03:01:54 2018 -0800

    [maven-release-plugin] rollback release tag
---
 client/pom.xml                  | 2 +-
 common/pom.xml                  | 2 +-
 compiler/backend/pom.xml        | 2 +-
 compiler/frontend/beam/pom.xml  | 2 +-
 compiler/frontend/spark/pom.xml | 2 +-
 compiler/optimizer/pom.xml      | 2 +-
 compiler/pom.xml                | 2 +-
 compiler/test/pom.xml           | 2 +-
 conf/pom.xml                    | 2 +-
 examples/beam/pom.xml           | 2 +-
 examples/pom.xml                | 2 +-
 examples/spark/pom.xml          | 2 +-
 pom.xml                         | 4 ++--
 runtime/common/pom.xml          | 2 +-
 runtime/driver/pom.xml          | 2 +-
 runtime/executor/pom.xml        | 4 ++--
 runtime/master/pom.xml          | 2 +-
 runtime/pom.xml                 | 2 +-
 runtime/test/pom.xml            | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index bcfe8a2..4a31ef1 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index e35b27f..f2ce14d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/backend/pom.xml b/compiler/backend/pom.xml
index ea3f538..6af08f1 100644
--- a/compiler/backend/pom.xml
+++ b/compiler/backend/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/frontend/beam/pom.xml b/compiler/frontend/beam/pom.xml
index da50822..01000f7 100644
--- a/compiler/frontend/beam/pom.xml
+++ b/compiler/frontend/beam/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/compiler/frontend/spark/pom.xml b/compiler/frontend/spark/pom.xml
index eb2c434..f923f77 100644
--- a/compiler/frontend/spark/pom.xml
+++ b/compiler/frontend/spark/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/compiler/optimizer/pom.xml b/compiler/optimizer/pom.xml
index 7a0e495..e04056f 100644
--- a/compiler/optimizer/pom.xml
+++ b/compiler/optimizer/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/pom.xml b/compiler/pom.xml
index bdd7fce..060b0f7 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/compiler/test/pom.xml b/compiler/test/pom.xml
index c12027f..7431334 100644
--- a/compiler/test/pom.xml
+++ b/compiler/test/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/conf/pom.xml b/conf/pom.xml
index d36f615..3873b0b 100644
--- a/conf/pom.xml
+++ b/conf/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/examples/beam/pom.xml b/examples/beam/pom.xml
index 1290e0b..bf97018 100644
--- a/examples/beam/pom.xml
+++ b/examples/beam/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-examples</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index ed66ccb..66afc6e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml
index 11db89f..859cc36 100644
--- a/examples/spark/pom.xml
+++ b/examples/spark/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>nemo-examples</artifactId>
         <groupId>org.apache.nemo</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 74c34b6..0de575e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Nemo Project</name>
 
@@ -36,7 +36,7 @@ under the License.
         <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-nemo.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-nemo.git</developerConnection>
         <url>https://github.com/apache/incubator-nemo/tree/${project.scm.tag}</url>
-        <tag>master</tag>
+        <tag>nemo-project-0.1</tag>
     </scm>
 
     <properties>
diff --git a/runtime/common/pom.xml b/runtime/common/pom.xml
index 00eed84..f2b643d 100644
--- a/runtime/common/pom.xml
+++ b/runtime/common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/runtime/driver/pom.xml b/runtime/driver/pom.xml
index 2707c3d..a9a29e4 100644
--- a/runtime/driver/pom.xml
+++ b/runtime/driver/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/executor/pom.xml b/runtime/executor/pom.xml
index c733dd5..ae7a770 100644
--- a/runtime/executor/pom.xml
+++ b/runtime/executor/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -61,7 +61,7 @@ under the License.
         <dependency>
             <groupId>org.apache.nemo</groupId>
             <artifactId>nemo-runtime-master</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/runtime/master/pom.xml b/runtime/master/pom.xml
index 9110d0b..390838a 100644
--- a/runtime/master/pom.xml
+++ b/runtime/master/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 415cea6..5d2e53c 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml
index 187aa51..4d0635e 100644
--- a/runtime/test/pom.xml
+++ b/runtime/test/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 


[incubator-nemo] 02/02: [maven-release-plugin] prepare release nemo-pproject-0.1

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jooykim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit 393c3da288a2ed879ce76db45326f1fe0bebaae8
Author: Joo Yeon Kim <jo...@apache.org>
AuthorDate: Sun Nov 18 03:28:23 2018 -0800

    [maven-release-plugin] prepare release nemo-pproject-0.1
---
 client/pom.xml                  | 2 +-
 common/pom.xml                  | 2 +-
 compiler/backend/pom.xml        | 2 +-
 compiler/frontend/beam/pom.xml  | 2 +-
 compiler/frontend/spark/pom.xml | 2 +-
 compiler/optimizer/pom.xml      | 2 +-
 compiler/pom.xml                | 2 +-
 compiler/test/pom.xml           | 2 +-
 conf/pom.xml                    | 2 +-
 examples/beam/pom.xml           | 2 +-
 examples/pom.xml                | 2 +-
 examples/spark/pom.xml          | 2 +-
 pom.xml                         | 4 ++--
 runtime/common/pom.xml          | 2 +-
 runtime/driver/pom.xml          | 2 +-
 runtime/executor/pom.xml        | 4 ++--
 runtime/master/pom.xml          | 2 +-
 runtime/pom.xml                 | 2 +-
 runtime/test/pom.xml            | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 4a31ef1..2904bb1 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index f2ce14d..f545a5f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/backend/pom.xml b/compiler/backend/pom.xml
index 6af08f1..5687334 100644
--- a/compiler/backend/pom.xml
+++ b/compiler/backend/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/frontend/beam/pom.xml b/compiler/frontend/beam/pom.xml
index 01000f7..f2e1888 100644
--- a/compiler/frontend/beam/pom.xml
+++ b/compiler/frontend/beam/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/compiler/frontend/spark/pom.xml b/compiler/frontend/spark/pom.xml
index f923f77..45b4dc3 100644
--- a/compiler/frontend/spark/pom.xml
+++ b/compiler/frontend/spark/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/compiler/optimizer/pom.xml b/compiler/optimizer/pom.xml
index e04056f..87ea876 100644
--- a/compiler/optimizer/pom.xml
+++ b/compiler/optimizer/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 060b0f7..bb21c26 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/compiler/test/pom.xml b/compiler/test/pom.xml
index 7431334..8e244f4 100644
--- a/compiler/test/pom.xml
+++ b/compiler/test/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-compiler</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/conf/pom.xml b/conf/pom.xml
index 3873b0b..904d68f 100644
--- a/conf/pom.xml
+++ b/conf/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/examples/beam/pom.xml b/examples/beam/pom.xml
index bf97018..5bf2885 100644
--- a/examples/beam/pom.xml
+++ b/examples/beam/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-examples</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 66afc6e..00a90d4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml
index 859cc36..32ae7b8 100644
--- a/examples/spark/pom.xml
+++ b/examples/spark/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>nemo-examples</artifactId>
         <groupId>org.apache.nemo</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 0de575e..ece846c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>pom</packaging>
     <name>Nemo Project</name>
 
@@ -36,7 +36,7 @@ under the License.
         <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-nemo.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-nemo.git</developerConnection>
         <url>https://github.com/apache/incubator-nemo/tree/${project.scm.tag}</url>
-        <tag>nemo-project-0.1</tag>
+        <tag>nemo-pproject-0.1</tag>
     </scm>
 
     <properties>
diff --git a/runtime/common/pom.xml b/runtime/common/pom.xml
index f2b643d..45f725b 100644
--- a/runtime/common/pom.xml
+++ b/runtime/common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/runtime/driver/pom.xml b/runtime/driver/pom.xml
index a9a29e4..1eea1b9 100644
--- a/runtime/driver/pom.xml
+++ b/runtime/driver/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/executor/pom.xml b/runtime/executor/pom.xml
index ae7a770..abb7008 100644
--- a/runtime/executor/pom.xml
+++ b/runtime/executor/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -61,7 +61,7 @@ under the License.
         <dependency>
             <groupId>org.apache.nemo</groupId>
             <artifactId>nemo-runtime-master</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/runtime/master/pom.xml b/runtime/master/pom.xml
index 390838a..4d31eb5 100644
--- a/runtime/master/pom.xml
+++ b/runtime/master/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 5d2e53c..28714b7 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml
index 4d0635e..782800a 100644
--- a/runtime/test/pom.xml
+++ b/runtime/test/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.nemo</groupId>
         <artifactId>nemo-runtime</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <relativePath>../</relativePath>
     </parent>