More plugin version updates
Conflicts:
pom.xml
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d3d5b275
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d3d5b275
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d3d5b275
Branch: refs/heads/2.6.x-fixes
Commit: d3d5b275cc90118611aa758261311cf9a4aceb15
Parents: 461d118
Author: Daniel Kulp <[email protected]>
Authored: Fri Mar 7 15:17:47 2014 -0500
Committer: Daniel Kulp <[email protected]>
Committed: Mon Mar 17 11:19:10 2014 -0400
----------------------------------------------------------------------
parent/pom.xml | 5 +++--
pom.xml | 62 ++++++++++++++++++++++++++---------------------------
2 files changed, 34 insertions(+), 33 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf/blob/d3d5b275/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 92b48a7..0784765 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -292,7 +292,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.9.1</version>
+ <version>2.11</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>
@@ -302,6 +302,7 @@
</dependencies>
<configuration>
<encoding>UTF-8</encoding>
+ <includeResources>false</includeResources>
</configuration>
<executions>
<execution>
@@ -436,7 +437,7 @@
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.3</version>
+ <version>1.5</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>
http://git-wip-us.apache.org/repos/asf/cxf/blob/d3d5b275/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e1c236..3c67eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@
<!-- We want to sign the artifact, the POM, and all
attached artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
<executions>
<execution>
<goals>
@@ -474,7 +474,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.7</version>
+ <version>1.8</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -499,7 +499,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -532,7 +532,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.15</version>
+ <version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -606,7 +606,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.5</version>
+ <version>2.2</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>
@@ -618,22 +618,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.15</version>
+ <version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>2.8</version>
+ <version>3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -648,26 +648,26 @@
</dependencies>
</plugin>
<plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.7</version>
- <configuration>
- <numUnapprovedLicenses>350</numUnapprovedLicenses>
- <excludeSubProjects>false</excludeSubProjects>
- <excludes>
- <exclude>.git/**</exclude>
- <exclude>.gitignore</exclude>
- <exclude>velocity.log</exclude>
- <exclude>**/target/**</exclude>
- <exclude>distribution/**</exclude>
- <exclude>**/jaxb.index</exclude>
- <exclude>**/META-INF/MANIFEST</exclude>
- <exclude>**/src/test/**/*.txt</exclude>
- <exclude>**/.classpath</exclude>
- <exclude>**/.settings/**/*</exclude>
- <exclude>**/.project</exclude>
- </excludes>
- </configuration>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.10</version>
+ <configuration>
+ <numUnapprovedLicenses>350</numUnapprovedLicenses>
+ <excludeSubProjects>false</excludeSubProjects>
+ <excludes>
+ <exclude>.git/**</exclude>
+ <exclude>.gitignore</exclude>
+ <exclude>velocity.log</exclude>
+ <exclude>**/target/**</exclude>
+ <exclude>distribution/**</exclude>
+ <exclude>**/jaxb.index</exclude>
+ <exclude>**/META-INF/MANIFEST</exclude>
+ <exclude>**/src/test/**/*.txt</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/.project</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -696,7 +696,7 @@
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>3.1</version>
+ <version>3.3</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -704,7 +704,7 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>