Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 8003719b5 -> 1da4d2687


Upgrade all plugin versions


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

Branch: refs/heads/wicket-6.x
Commit: 1da4d2687fbf19874adace33a7f4d094d5b83af4
Parents: 2d63219
Author: Martijn Dashorst <[email protected]>
Authored: Fri Feb 5 11:52:24 2016 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Fri Feb 5 12:05:58 2016 +0100

----------------------------------------------------------------------
 pom.xml | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1da4d268/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3fff996..a1fdd11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
                <maven.compiler.source>1.6</maven.compiler.source>
                <maven.compiler.target>1.6</maven.compiler.target>
                <maven.javadoc.version>2.10.3</maven.javadoc.version>
-               <maven.surefire.version>2.12.2</maven.surefire.version>
+               <maven.surefire.version>2.19.1</maven.surefire.version>
                <!-- do not increase the version - wicket-user-guide requires 
2.2.4 -->
                <grails.version>2.2.4</grails.version>
        </properties>
@@ -645,7 +645,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-deploy-plugin</artifactId>
-                                       <version>2.8.1</version>
+                                       <version>2.8.2</version>
                                        <configuration>
                                                
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
                                                <deployAtEnd>false</deployAtEnd>
@@ -654,35 +654,35 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-install-plugin</artifactId>
-                                       <version>2.3.1</version>
+                                       <version>2.5.2</version>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-release-plugin</artifactId>
-                                       <version>2.5</version>
+                                       <version>2.5.3</version>
                                        <inherited>true</inherited>
                                        <configuration>
                                                
<localCheckout>true</localCheckout>
                                                <pushChanges>false</pushChanges>
-                                               
<tagNameFormat>wicket-@{project.version}</tagNameFormat>
+                                               
<tagNameFormat>rel/wicket-@{project.version}</tagNameFormat>
                                        </configuration>
                                        <dependencies>
                                                <dependency>
                                                        
<groupId>org.apache.maven.scm</groupId>
                                                        
<artifactId>maven-scm-api</artifactId>
-                                                       <version>1.8.1</version>
+                                                       <version>1.9.4</version>
                                                </dependency>
                                                <dependency>
                                                        
<groupId>org.apache.maven.scm</groupId>
                                                        
<artifactId>maven-scm-provider-gitexe</artifactId>
-                                                       <version>1.8.1</version>
+                                                       <version>1.9.4</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-resources-plugin</artifactId>
-                                       <version>2.6</version>
+                                       <version>2.7</version>
                                        <configuration>
                                                
<encoding>${project.build.sourceEncoding}</encoding>
                                        </configuration>
@@ -690,7 +690,7 @@
                                                <dependency> <!-- remove me 
when maven-resources-plugin upgrades to plexus-utils:3.0.7 -->
                                                  
<groupId>org.codehaus.plexus</groupId>
                                                  
<artifactId>plexus-utils</artifactId>
-                                                 <version>3.0.7</version>
+                                                 <version>3.0.22</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>
@@ -698,7 +698,7 @@
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-compiler-plugin</artifactId>
-                                       <version>3.3</version>
+                                       <version>3.5</version>
                                        <configuration>
                                                
<source>${maven.compiler.source}</source>
                                                
<target>${maven.compiler.target}</target>
@@ -730,7 +730,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-gpg-plugin</artifactId>
-                                       <version>1.4</version>
+                                       <version>1.6</version>
                                        <executions>
                                                <execution>
                                                        <id>sign-artifacts</id>
@@ -763,7 +763,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-war-plugin</artifactId>
-                                       <version>2.2</version>
+                                       <version>2.6</version>
                                        <configuration>
                                                
<warName>${project.artifactId}</warName>
                                        </configuration>
@@ -771,7 +771,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-jar-plugin</artifactId>
-                                       <version>2.4</version>
+                                       <version>2.6</version>
                                        <configuration>
                                                
<useDefaultManifestFile>true</useDefaultManifestFile>
                                                <archive>
@@ -808,13 +808,13 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-site-plugin</artifactId>
-                                       <version>3.1</version>
+                                       <version>3.4</version>
                                </plugin>
                                <plugin>
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-source-plugin</artifactId>
-                                       <version>2.2</version>
+                                       <version>2.4</version>
                                        <executions>
                                                <execution>
                                                        <id>attach-sources</id>
@@ -860,7 +860,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-remote-resources-plugin</artifactId>
-                                       <version>1.3</version>
+                                       <version>1.5</version>
                                        <executions>
                                                <execution>
                                                        <goals>
@@ -878,7 +878,7 @@
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        
<artifactId>maven-bundle-plugin</artifactId>
-                                       <version>2.3.7</version>
+                                       <version>3.0.1</version>
                                        <executions>
                                                <execution>
                                                        <id>bundle-manifest</id>
@@ -900,7 +900,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-archetype-plugin</artifactId>
-                                       <version>2.2</version>
+                                       <version>2.4</version>
                                </plugin>
                                <plugin>
                                        <groupId>net.alchim31.maven</groupId>
@@ -922,7 +922,7 @@
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>
                                        
<artifactId>clirr-maven-plugin</artifactId>
-                                       <version>2.6.1</version>
+                                       <version>2.7</version>
                                        <configuration>
                                                
<comparisonVersion>6.0.0</comparisonVersion>
                                                <failOnError>true</failOnError>
@@ -1006,7 +1006,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.5</version>
+                               <version>2.8.1</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>

Reply via email to