Several plugin version updates (but not Surefire as tests are failing with Surefire 2.18.1)
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d398d1ef Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d398d1ef Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d398d1ef Branch: refs/heads/3.0.x-fixes Commit: d398d1efeee96f7e30abe6d0bf3663622bc4b375 Parents: 034b5e9 Author: Daniel Kulp <[email protected]> Authored: Tue May 19 20:21:14 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 22 14:36:03 2015 -0400 ---------------------------------------------------------------------- pom.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d398d1ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aa0a73e..1b95e09 100644 --- a/pom.xml +++ b/pom.xml @@ -353,7 +353,7 @@ <!-- We want to sign the artifact, the POM, and all attached artifacts --> <plugin> <artifactId>maven-gpg-plugin</artifactId> - <version>1.5</version> + <version>1.6</version> <executions> <execution> <goals> @@ -376,7 +376,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> @@ -454,7 +453,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>2.5</version> + <version>2.6.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -481,7 +480,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.3</version> <configuration> <attach>true</attach> <source>1.6</source> @@ -502,7 +501,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -519,7 +518,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> + <version>1.8</version> <dependencies> <dependency> <groupId>ant-contrib</groupId> @@ -547,12 +546,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.5</version> + <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> + <version>2.7</version> <configuration> <encoding>UTF-8</encoding> </configuration> @@ -560,12 +559,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4.1</version> + <version>2.5.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>2.10</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -580,7 +579,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -655,7 +654,7 @@ </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> <configuration> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration>
