Repository: incubator-hivemall
Updated Branches:
  refs/heads/master f469cced6 -> ad15923a1


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ad15923a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f26b996..9e26145 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
                        <organization>Treasure Data, Inc.</organization>
                        
<organizationUrl>https://www.treasuredata.com/</organizationUrl>
                        <roles>
-                               <role>Committer</role>
+                               <role>PPMC Member</role>
                        </roles>
                        <timezone>+9</timezone>
                </developer>
@@ -177,6 +177,18 @@
                        </roles>
                        <timezone>+9</timezone>
                </developer>
+               <developer>
+                       <id>nzw</id>
+                       <name>Kento Nozawa</name>
+                       <email>nzw[at]apache.org</email>
+                       <url>http://nzw0301.github.io/</url>
+                       <organization>Tsukuba University</organization>
+                       
<organizationUrl>http://www.tsukuba.ac.jp/</organizationUrl>
+                       <roles>
+                               <role>Committer</role>
+                       </roles>
+                       <timezone>+9</timezone>
+               </developer>
                <!-- Project mentors -->
                <developer>
                        <id>rvs</id>
@@ -230,7 +242,6 @@
                </contributor>
        </contributors>
        -->
-
        <packaging>pom</packaging>
 
        <modules>
@@ -291,18 +302,18 @@
                                                                        
<goal>enforce</goal>
                                                                </goals>
                                                                <configuration>
-                                                               <rules>
-                                                                       
<requireProperty>
-                                                                               
<property>java.source.version</property>
-                                                                               
<regex>1.8</regex>
-                                                                               
<regexMessage>When -Pspark-2.2 set, java.source.version must be 
1.8</regexMessage>
-                                                                       
</requireProperty>
-                                                                       
<requireProperty>
-                                                                               
<property>java.target.version</property>
-                                                                               
<regex>1.8</regex>
-                                                                               
<regexMessage>When -Pspark-2.2 set, java.target.version must be 
1.8</regexMessage>
-                                                                       
</requireProperty>
-                                                               </rules>
+                                                                       <rules>
+                                                                               
<requireProperty>
+                                                                               
        <property>java.source.version</property>
+                                                                               
        <regex>1.8</regex>
+                                                                               
        <regexMessage>When -Pspark-2.2 set, java.source.version must be 
1.8</regexMessage>
+                                                                               
</requireProperty>
+                                                                               
<requireProperty>
+                                                                               
        <property>java.target.version</property>
+                                                                               
        <regex>1.8</regex>
+                                                                               
        <regexMessage>When -Pspark-2.2 set, java.target.version must be 
1.8</regexMessage>
+                                                                               
</requireProperty>
+                                                                       </rules>
                                                                </configuration>
                                                        </execution>
                                                </executions>
@@ -460,7 +471,7 @@
                <pluginManagement>
                        <plugins>
                                <plugin>
-                                   <!-- mvn formatter:format -->
+                                       <!-- mvn formatter:format -->
                                        <groupId>net.revelc.code</groupId>
                                        
<artifactId>formatter-maven-plugin</artifactId>
                                        <version>0.5.2</version>
@@ -471,7 +482,7 @@
                                        </configuration>
                                </plugin>
                                <plugin>
-                                   <!-- mvn license:check; mvn license:format 
-->
+                                       <!-- mvn license:check; mvn 
license:format -->
                                        <groupId>com.mycila</groupId>
                                        
<artifactId>license-maven-plugin</artifactId>
                                        <version>3.0</version>
@@ -521,7 +532,7 @@
                                <artifactId>formatter-maven-plugin</artifactId>
                        </plugin>
                        <plugin>
-                           <!-- mvn license:check; mvn license:format -->
+                               <!-- mvn license:check; mvn license:format -->
                                <groupId>com.mycila</groupId>
                                <artifactId>license-maven-plugin</artifactId>
                        </plugin>
@@ -569,22 +580,40 @@
                        <plugin>
                                <groupId>org.eluder.coveralls</groupId>
                                <artifactId>coveralls-maven-plugin</artifactId>
-                               <version>3.0.1</version>
+                               <version>4.3.0</version>
                                <configuration>
                                        
<repoToken>UhHBKJx1qjSDccp9RmlRXhXUoRrdAr150</repoToken>
                                </configuration>
                        </plugin>
+                       <!-- 
+                         Cobertura does not support Java 8 yet
+                         https://github.com/cobertura/cobertura/issues/166
+                       -->
+                       <!--
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>cobertura-maven-plugin</artifactId>
-                               <version>2.6</version>
+                               <version>2.7</version>
                                <configuration>
                                        <format>xml</format>
                                        <maxmem>256m</maxmem>
-                                       <!-- aggregated reports for 
multi-module projects -->
                                        <aggregate>true</aggregate>
                                </configuration>
                        </plugin>
+                       -->
+                       <plugin>
+                               <groupId>org.jacoco</groupId>
+                               <artifactId>jacoco-maven-plugin</artifactId>
+                               <version>0.7.6.201602180812</version>
+                               <executions>
+                                       <execution>
+                                               <id>prepare-agent</id>
+                                               <goals>
+                                                       
<goal>prepare-agent</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                        <!-- end overalls -->
                        <!-- start sonatype deploy -->
                        <!-- mvn clean deploy -DperformRelease=true 
-Dskiptests=true -Dmaven.test.skip=true -->

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ad15923a/spark/spark-2.0/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.0/pom.xml b/spark/spark-2.0/pom.xml
index 74e9348..e5fa28d 100644
--- a/spark/spark-2.0/pom.xml
+++ b/spark/spark-2.0/pom.xml
@@ -180,7 +180,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>3.1.0</version>
                                <executions>
                                        <execution>
                                                <id>jar-with-dependencies</id>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ad15923a/spark/spark-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.1/pom.xml b/spark/spark-2.1/pom.xml
index d7ab81a..8f9e818 100644
--- a/spark/spark-2.1/pom.xml
+++ b/spark/spark-2.1/pom.xml
@@ -180,7 +180,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>3.1.0</version>
                                <executions>
                                        <execution>
                                                <id>jar-with-dependencies</id>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ad15923a/spark/spark-2.2/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml
index 85a296f..03b7cda 100644
--- a/spark/spark-2.2/pom.xml
+++ b/spark/spark-2.2/pom.xml
@@ -186,7 +186,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>3.1.0</version>
                                <executions>
                                        <execution>
                                                <id>jar-with-dependencies</id>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ad15923a/xgboost/pom.xml
----------------------------------------------------------------------
diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 853edb9..47b7dd3 100644
--- a/xgboost/pom.xml
+++ b/xgboost/pom.xml
@@ -149,7 +149,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>3.1.0</version>
                                <executions>
                                        <!-- hivemall-xgboost_xx-xx.jar -->
                                        <execution>

Reply via email to