You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2019/06/04 06:51:10 UTC

[hadoop] 01/01: Preparing for submarine-0.2.0 release

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

sunilg pushed a commit to branch submarine-0.2.0
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 214c2104ed9cc05fbccecb809855e5054675725f
Author: Sunil G <su...@apache.org>
AuthorDate: Tue Jun 4 12:20:34 2019 +0530

    Preparing for submarine-0.2.0 release
---
 hadoop-submarine/hadoop-submarine-all/pom.xml                 | 4 ++--
 hadoop-submarine/hadoop-submarine-core/pom.xml                | 4 ++--
 hadoop-submarine/hadoop-submarine-dist/pom.xml                | 4 ++--
 hadoop-submarine/hadoop-submarine-tony-runtime/pom.xml        | 6 +++---
 hadoop-submarine/hadoop-submarine-yarnservice-runtime/pom.xml | 8 ++++----
 hadoop-submarine/pom.xml                                      | 2 +-
 6 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/hadoop-submarine/hadoop-submarine-all/pom.xml b/hadoop-submarine/hadoop-submarine-all/pom.xml
index ade3dfd..d2ebf36 100644
--- a/hadoop-submarine/hadoop-submarine-all/pom.xml
+++ b/hadoop-submarine/hadoop-submarine-all/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>hadoop-submarine</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
   <artifactId>${project.artifactId}</artifactId>
   <version>${project.version}</version>
@@ -30,7 +30,7 @@
     <!-- Needed for generating FindBugs warnings using parent pom -->
     <yarn.basedir>${project.parent.parent.basedir}</yarn.basedir>
     <project.artifactId>hadoop-submarine-all</project.artifactId>
-    <project.version>0.2.1-SNAPSHOT</project.version>
+    <project.version>0.2.0</project.version>
   </properties>
 
   <dependencies>
diff --git a/hadoop-submarine/hadoop-submarine-core/pom.xml b/hadoop-submarine/hadoop-submarine-core/pom.xml
index 1383577..e636ec5 100644
--- a/hadoop-submarine/hadoop-submarine-core/pom.xml
+++ b/hadoop-submarine/hadoop-submarine-core/pom.xml
@@ -20,10 +20,10 @@
   <parent>
     <artifactId>hadoop-submarine</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
   <artifactId>hadoop-submarine-core</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.0</version>
   <name>Hadoop Submarine Core</name>
 
   <properties>
diff --git a/hadoop-submarine/hadoop-submarine-dist/pom.xml b/hadoop-submarine/hadoop-submarine-dist/pom.xml
index e5684f6..76a54a6 100644
--- a/hadoop-submarine/hadoop-submarine-dist/pom.xml
+++ b/hadoop-submarine/hadoop-submarine-dist/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>hadoop-submarine</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
   <artifactId>${project.artifactId}</artifactId>
   <version>${project.version}</version>
@@ -31,7 +31,7 @@
     <!-- Needed for generating FindBugs warnings using parent pom -->
     <yarn.basedir>${project.parent.parent.basedir}</yarn.basedir>
     <project.artifactId>hadoop-submarine-dist</project.artifactId>
-    <project.version>0.2.1-SNAPSHOT</project.version>
+    <project.version>0.2.0</project.version>
   </properties>
 
   <dependencies>
diff --git a/hadoop-submarine/hadoop-submarine-tony-runtime/pom.xml b/hadoop-submarine/hadoop-submarine-tony-runtime/pom.xml
index 3e7c4d0..00d1e03 100644
--- a/hadoop-submarine/hadoop-submarine-tony-runtime/pom.xml
+++ b/hadoop-submarine/hadoop-submarine-tony-runtime/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>hadoop-submarine</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-submarine-core</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.2.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -59,7 +59,7 @@
             <artifactId>hadoop-submarine-core</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
diff --git a/hadoop-submarine/hadoop-submarine-yarnservice-runtime/pom.xml b/hadoop-submarine/hadoop-submarine-yarnservice-runtime/pom.xml
index fb2703c..6253b16 100644
--- a/hadoop-submarine/hadoop-submarine-yarnservice-runtime/pom.xml
+++ b/hadoop-submarine/hadoop-submarine-yarnservice-runtime/pom.xml
@@ -20,10 +20,10 @@
   <parent>
     <artifactId>hadoop-submarine</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
   <artifactId>hadoop-submarine-yarnservice-runtime</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.0</version>
   <name>Hadoop Submarine YARN Service Runtime</name>
 
   <properties>
@@ -98,12 +98,12 @@
       <artifactId>hadoop-submarine-core</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
-      <version>0.2.1-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-submarine-core</artifactId>
-      <version>0.2.1-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
diff --git a/hadoop-submarine/pom.xml b/hadoop-submarine/pom.xml
index f253e21..f997f13 100644
--- a/hadoop-submarine/pom.xml
+++ b/hadoop-submarine/pom.xml
@@ -24,7 +24,7 @@
     <relativePath/>
   </parent>
   <artifactId>hadoop-submarine</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.0</version>
   <name>Hadoop Submarine</name>
   <packaging>pom</packaging>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org