[maven-release-plugin] prepare release v0.5.2-rc2

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

Branch: refs/heads/master
Commit: 46d385c94be513a9f185ca5221a6e6b7ac3dd7b0
Parents: 624534b
Author: Makoto Yui <[email protected]>
Authored: Mon Nov 19 17:44:31 2018 +0900
Committer: Makoto Yui <[email protected]>
Committed: Mon Nov 19 17:44:31 2018 +0900

----------------------------------------------------------------------
 core/pom.xml                | 2 +-
 dist/pom.xml                | 2 +-
 mixserv/pom.xml             | 2 +-
 nlp/pom.xml                 | 2 +-
 pom.xml                     | 7 +++----
 spark/common/pom.xml        | 2 +-
 spark/pom.xml               | 2 +-
 spark/spark-2.1/pom.xml     | 2 +-
 spark/spark-2.2/pom.xml     | 2 +-
 spark/spark-2.3/pom.xml     | 2 +-
 tools/hivemall-docs/pom.xml | 8 +++-----
 tools/pom.xml               | 2 +-
 xgboost/pom.xml             | 2 +-
 13 files changed, 17 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c1cea8e..b4271dd 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index f1df1d9..5d8f522 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/mixserv/pom.xml
----------------------------------------------------------------------
diff --git a/mixserv/pom.xml b/mixserv/pom.xml
index 30fbfb0..0e2fcc4 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/nlp/pom.xml
----------------------------------------------------------------------
diff --git a/nlp/pom.xml b/nlp/pom.xml
index c0054fd..1626fcd 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c84c25..5dacb31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,13 +16,12 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
 
        <groupId>org.apache.hivemall</groupId>
        <artifactId>hivemall</artifactId>
-       <version>0.5.2-incubating-SNAPSHOT</version>
+       <version>0.5.2-incubating</version>
 
        <parent>
          <groupId>org.apache</groupId>
@@ -51,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.2-rc2</tag>
        </scm>
 
        <mailingLists>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/spark/common/pom.xml
----------------------------------------------------------------------
diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index eea931f..c2090c9 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index ecc1608..8e3630d 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/spark/spark-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.1/pom.xml b/spark/spark-2.1/pom.xml
index e6f0e6b..e03f4c0 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/spark/spark-2.2/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml
index 1e23e49..c1f240c 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/spark/spark-2.3/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.3/pom.xml b/spark/spark-2.3/pom.xml
index 658622c..7958451 100644
--- a/spark/spark-2.3/pom.xml
+++ b/spark/spark-2.3/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-spark</artifactId>
-               <version>0.5.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/tools/hivemall-docs/pom.xml
----------------------------------------------------------------------
diff --git a/tools/hivemall-docs/pom.xml b/tools/hivemall-docs/pom.xml
index d497cc6..41a22a9 100644
--- a/tools/hivemall-docs/pom.xml
+++ b/tools/hivemall-docs/pom.xml
@@ -16,15 +16,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall-tools</artifactId>
-               <version>0.5.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
@@ -136,7 +134,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 52b08a8..aafefca 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.hivemall</groupId>
                <artifactId>hivemall</artifactId>
-               <version>0.5.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/46d385c9/xgboost/pom.xml
----------------------------------------------------------------------
diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 7919c8c..db5310c 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.2-incubating-SNAPSHOT</version>
+               <version>0.5.2-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Reply via email to