You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2018/11/15 07:08:06 UTC

[2/3] incubator-hivemall git commit: [maven-release-plugin] prepare release v0.5.2-rc1

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


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

Branch: refs/heads/v0.5.2
Commit: c44f3868e201f121d75ef8056d13a2260f017c65
Parents: a150707
Author: Makoto Yui <my...@apache.org>
Authored: Thu Nov 15 16:05:56 2018 +0900
Committer: Makoto Yui <my...@apache.org>
Committed: Thu Nov 15 16:05:56 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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c2fb0d..c4739d1 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-rc1</tag>
 	</scm>
 
 	<mailingLists>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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/c44f3868/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>