Repository: cxf Updated Branches: refs/heads/master 5031f5fbb -> 7b4cb818c
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/7b4cb818 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7b4cb818 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7b4cb818 Branch: refs/heads/master Commit: 7b4cb818cb6276dfd3a7432c796e67e98c8c941e Parents: 5031f5f Author: Daniel Kulp <[email protected]> Authored: Tue May 19 20:21:14 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue May 19 20:21:37 2015 -0400 ---------------------------------------------------------------------- pom.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7b4cb818/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b32aff..e449eb8 100644 --- a/pom.xml +++ b/pom.xml @@ -361,7 +361,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> @@ -384,7 +384,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> @@ -437,7 +436,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> @@ -464,7 +463,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.7</source> @@ -485,7 +484,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> @@ -502,7 +501,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> @@ -530,12 +529,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> @@ -543,12 +542,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> @@ -563,7 +562,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> @@ -669,7 +668,7 @@ </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> <configuration> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration>
