You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wy...@apache.org on 2020/02/21 04:48:26 UTC

[incubator-nemo] branch release-0.2 created (now 102650d)

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

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


      at 102650d  Release version: 0.2

This branch includes the following new commits:

     new 102650d  Release version: 0.2

The 1 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.



[incubator-nemo] 01/01: Release version: 0.2

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

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

commit 102650d72ac2efb4366d7d04a40b2a2348280799
Author: WooYeon <wy...@apache.org>
AuthorDate: Tue Feb 18 11:26:38 2020 +0900

    Release version: 0.2
---
 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/nexmark/pom.xml        | 2 +-
 examples/pom.xml                | 2 +-
 examples/spark/pom.xml          | 2 +-
 pom.xml                         | 2 +-
 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 +-
 20 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index a2eba1f..e4a9882 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index 65888f8..cffd34d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/compiler/backend/pom.xml b/compiler/backend/pom.xml
index 625a313..ec073b0 100644
--- a/compiler/backend/pom.xml
+++ b/compiler/backend/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-compiler</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/compiler/frontend/beam/pom.xml b/compiler/frontend/beam/pom.xml
index 7a455d3..582ed7c 100644
--- a/compiler/frontend/beam/pom.xml
+++ b/compiler/frontend/beam/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-compiler</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../../</relativePath>
   </parent>
 
diff --git a/compiler/frontend/spark/pom.xml b/compiler/frontend/spark/pom.xml
index 843600b..777e5bf 100644
--- a/compiler/frontend/spark/pom.xml
+++ b/compiler/frontend/spark/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-compiler</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../../</relativePath>
   </parent>
 
diff --git a/compiler/optimizer/pom.xml b/compiler/optimizer/pom.xml
index bda16bc..379a687 100644
--- a/compiler/optimizer/pom.xml
+++ b/compiler/optimizer/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-compiler</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/compiler/pom.xml b/compiler/pom.xml
index ad85ef5..a07d000 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <artifactId>nemo-project</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/compiler/test/pom.xml b/compiler/test/pom.xml
index 69f3747..58b8dc8 100644
--- a/compiler/test/pom.xml
+++ b/compiler/test/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-compiler</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/conf/pom.xml b/conf/pom.xml
index c570d6d..8bcd9ce 100644
--- a/conf/pom.xml
+++ b/conf/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/examples/beam/pom.xml b/examples/beam/pom.xml
index 8ba7c8e..cf77672 100644
--- a/examples/beam/pom.xml
+++ b/examples/beam/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-examples</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/examples/nexmark/pom.xml b/examples/nexmark/pom.xml
index 9fb0a08..68665f9 100644
--- a/examples/nexmark/pom.xml
+++ b/examples/nexmark/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.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index f0c478b..bdebd51 100644
--- a/examples/pom.xml
+++ b/examples/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.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml
index d9fcd57..796312d 100644
--- a/examples/spark/pom.xml
+++ b/examples/spark/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <artifactId>nemo-examples</artifactId>
     <groupId>org.apache.nemo</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 783565b..2336596 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.nemo</groupId>
   <artifactId>nemo-project</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>pom</packaging>
   <name>Nemo Project</name>
 
diff --git a/runtime/common/pom.xml b/runtime/common/pom.xml
index 9912491..0d67ae8 100644
--- a/runtime/common/pom.xml
+++ b/runtime/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-runtime</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/runtime/driver/pom.xml b/runtime/driver/pom.xml
index 6735939..dbdfbbd 100644
--- a/runtime/driver/pom.xml
+++ b/runtime/driver/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-runtime</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/executor/pom.xml b/runtime/executor/pom.xml
index de3ee44..90dd56c 100644
--- a/runtime/executor/pom.xml
+++ b/runtime/executor/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-runtime</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -62,7 +62,7 @@ under the License.
     <dependency>
       <groupId>org.apache.nemo</groupId>
       <artifactId>nemo-runtime-master</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/runtime/master/pom.xml b/runtime/master/pom.xml
index af59787..6a175fd 100644
--- a/runtime/master/pom.xml
+++ b/runtime/master/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-runtime</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index b6cd38e..91d8d7a 100644
--- a/runtime/pom.xml
+++ b/runtime/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.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml
index 012b5cc..bb91fbb 100644
--- a/runtime/test/pom.xml
+++ b/runtime/test/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-runtime</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../</relativePath>
   </parent>