Repository: wicket
Updated Branches:
  refs/heads/master 185539efc -> cbda2bc42


Upgrade Maven plugins


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

Branch: refs/heads/master
Commit: cbda2bc42fc1e295792b7c219cb8cb43b73dec2a
Parents: 185539e
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Thu Apr 13 15:22:15 2017 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Thu Apr 13 15:22:15 2017 +0200

----------------------------------------------------------------------
 pom.xml                           | 17 ++++++++---------
 testing/wicket-arquillian/pom.xml |  3 +--
 2 files changed, 9 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/cbda2bc4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bdaae94..0023244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
                <spring.version>4.3.7.RELEASE</spring.version>
                <servlet-api.version>3.1.0</servlet-api.version>
                <maven.javadoc.version>2.10.4</maven.javadoc.version>
-               <maven.surefire.version>2.19.1</maven.surefire.version>
+               <maven.surefire.version>2.20</maven.surefire.version>
                <mockito.version>2.7.22</mockito.version>
                <slf4j.version>1.7.25</slf4j.version>
                <log4j.version>2.8.2</log4j.version>
@@ -711,7 +711,7 @@
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        
<artifactId>maven-bundle-plugin</artifactId>
-                                       <version>3.2.0</version>
+                                       <version>3.3.0</version>
                                        <executions>
                                                <execution>
                                                        <id>bundle-manifest</id>
@@ -733,12 +733,12 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-archetype-plugin</artifactId>
-                                       <version>2.4</version>
+                                       <version>3.0.1</version>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-compiler-plugin</artifactId>
-                                       <version>3.6.0</version>
+                                       <version>3.6.1</version>
                                        <inherited>true</inherited>
                                </plugin>
                                <plugin>
@@ -817,9 +817,8 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-jar-plugin</artifactId>
-                                       <version>2.6</version>
+                                       <version>3.0.2</version>
                                        <configuration>
-                                               
<useDefaultManifestFile>true</useDefaultManifestFile>
                                                <archive>
                                                        <manifest>
                                                                
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
@@ -864,7 +863,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-release-plugin</artifactId>
-                                       <version>2.5.2</version>
+                                       <version>2.5.3</version>
                                        <inherited>true</inherited>
                                        <configuration>
                                                <pushChanges>false</pushChanges>
@@ -906,7 +905,7 @@
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-source-plugin</artifactId>
-                                       <version>2.4</version>
+                                       <version>3.0.1</version>
                                        <executions>
                                                <execution>
                                                        <id>attach-sources</id>
@@ -1239,7 +1238,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.8.1</version>
+                               <version>2.9</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>

http://git-wip-us.apache.org/repos/asf/wicket/blob/cbda2bc4/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml 
b/testing/wicket-arquillian/pom.xml
index aa77ba3..73d148d 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -44,7 +44,6 @@
 
                <arquillian.version>1.1.12.Final</arquillian.version>
                
<maven.dependency.plugin.version>2.10</maven.dependency.plugin.version>
-               
<maven.surefire.plugin.version>2.18.1</maven.surefire.plugin.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <wildfly.version>8.2.1.Final</wildfly.version>
                
<version.wildfly.maven.plugin>1.0.2.Final</version.wildfly.maven.plugin>
@@ -153,7 +152,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-surefire-plugin</artifactId>
-                                       
<version>${maven.surefire.plugin.version}</version>
+                                       
<version>${maven.surefire.version}</version>
                                        <configuration>
                                                <systemPropertyVariables>
                                                        <!-- 
<jboss.socket.binding.port-offset>1100</jboss.socket.binding.port-offset> -->

Reply via email to