Repository: cxf-fediz Updated Branches: refs/heads/master dac740cd9 -> 202f08f9d
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/202f08f9 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/202f08f9 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/202f08f9 Branch: refs/heads/master Commit: 202f08f9ded42277dc7e3b92f414cba81a05ae12 Parents: dac740c 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:02:38 2014 +0000 ---------------------------------------------------------------------- pom.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/202f08f9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ca7229..170e701 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,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> @@ -245,7 +245,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> @@ -255,12 +255,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> @@ -273,7 +273,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> @@ -346,9 +346,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> @@ -357,7 +356,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> @@ -369,22 +368,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> @@ -443,7 +442,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> @@ -453,6 +452,7 @@ </dependencies> <configuration> <encoding>UTF-8</encoding> + <includeResources>false</includeResources> </configuration> <executions> <execution> @@ -518,7 +518,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> @@ -577,7 +577,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> @@ -600,7 +600,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>
