[maven-release-plugin] prepare release v0.5.0-rc3

Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/9610fdd9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/9610fdd9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/9610fdd9

Branch: refs/heads/v0.5.0
Commit: 9610fdd93628defa735ea8ba23703d0836bbe2f1
Parents: 04435ee
Author: Makoto Yui <m...@apache.org>
Authored: Wed Feb 14 15:38:34 2018 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Wed Feb 14 15:38:34 2018 +0900

----------------------------------------------------------------------
 core/pom.xml            | 2 +-
 dist/pom.xml            | 2 +-
 mixserv/pom.xml         | 2 +-
 nlp/pom.xml             | 2 +-
 pom.xml                 | 4 ++--
 spark/common/pom.xml    | 2 +-
 spark/pom.xml           | 2 +-
 spark/spark-2.0/pom.xml | 2 +-
 spark/spark-2.1/pom.xml | 2 +-
 spark/spark-2.2/pom.xml | 2 +-
 xgboost/pom.xml         | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 82cb369..29dd61b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index bea6226..4b965c0 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/mixserv/pom.xml
----------------------------------------------------------------------
diff --git a/mixserv/pom.xml b/mixserv/pom.xml
index ff27b09..6a5003c 100644
--- a/mixserv/pom.xml
+++ b/mixserv/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/nlp/pom.xml
----------------------------------------------------------------------
diff --git a/nlp/pom.xml b/nlp/pom.xml
index 782e41d..e1a9167 100644
--- a/nlp/pom.xml
+++ b/nlp/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e594006..31376ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
        <groupId>org.apache.hivemall</groupId>
        <artifactId>hivemall</artifactId>
-       <version>0.5.1-incubating-SNAPSHOT</version>
+       <version>0.5.0-incubating</version>
 
        <parent>
          <groupId>org.apache</groupId>
@@ -50,7 +50,7 @@
                
<url>https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</url>
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</developerConnection>
-         <tag>v0.5.0-rc1</tag>
+         <tag>v0.5.0-rc3</tag>
   </scm>
 
        <mailingLists>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/spark/common/pom.xml
----------------------------------------------------------------------
diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index a6262e8..f5e82e5 100644
--- a/spark/common/pom.xml
+++ b/spark/common/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-spark</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index d018b8d..b0f735c 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/spark/spark-2.0/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.0/pom.xml b/spark/spark-2.0/pom.xml
index 54c817d..9ca7c1c 100644
--- a/spark/spark-2.0/pom.xml
+++ b/spark/spark-2.0/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-spark</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/spark/spark-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.1/pom.xml b/spark/spark-2.1/pom.xml
index e10b4ab..ae5f216 100644
--- a/spark/spark-2.1/pom.xml
+++ b/spark/spark-2.1/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-spark</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/spark/spark-2.2/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml
index 47aea92..8e1fb69 100644
--- a/spark/spark-2.2/pom.xml
+++ b/spark/spark-2.2/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-spark</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9610fdd9/xgboost/pom.xml
----------------------------------------------------------------------
diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 8dcb45e..4934ce5 100644
--- a/xgboost/pom.xml
+++ b/xgboost/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.1-incubating-SNAPSHOT</version>
+               <version>0.5.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Reply via email to