Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes cdf7c47ba -> 6b8a72adc
Updating some plugins Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/6b8a72ad Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/6b8a72ad Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/6b8a72ad Branch: refs/heads/1.1.x-fixes Commit: 6b8a72adc0a8ed0c528d66c9ff263db2cee9efa7 Parents: cdf7c47 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Mar 10 11:02:38 2014 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Mar 10 11:04:35 2014 +0000 ---------------------------------------------------------------------- pom.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6b8a72ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1e9525..f2e2a30 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,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> @@ -244,7 +244,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>2.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -254,12 +254,12 @@ <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> <artifactId>maven-release-plugin</artifactId> - <version>2.3.2</version> + <version>2.5</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/cxf/fediz/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> @@ -272,7 +272,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9</version> + <version>2.9.1</version> <configuration> <attach>true</attach> <source>1.5</source> @@ -345,9 +345,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> @@ -356,7 +355,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> @@ -368,22 +367,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.12.2</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> <!-- TODO commented out for now <plugin> @@ -442,7 +441,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> @@ -452,6 +451,7 @@ </dependencies> <configuration> <encoding>UTF-8</encoding> + <includeResources>false</includeResources> </configuration> <executions> <execution> @@ -517,7 +517,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.14</version> + <version>2.16</version> <configuration> <includes> <include>**/*Test.java</include> @@ -576,7 +576,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.7</version> + <version>0.10</version> <configuration> <numUnapprovedLicenses>350</numUnapprovedLicenses> <excludeSubProjects>false</excludeSubProjects> @@ -599,7 +599,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.3</version> <configuration> <chmod>true</chmod> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
