Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes 1a1d776bd -> 73306269b
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/73306269 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/73306269 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/73306269 Branch: refs/heads/1.1.x-fixes Commit: 73306269b8b74d3463f3b7797caed8c8e57dc6b9 Parents: 1a1d776 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Sep 9 10:42:12 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Sep 9 10:43:00 2014 +0100 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/73306269/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fa065a8..4252c79 100644 --- a/pom.xml +++ b/pom.xml @@ -239,7 +239,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> + <version>1.9.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -259,7 +259,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>2.5.1</version> + <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -292,7 +292,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.2.1</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -337,7 +337,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -350,7 +350,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> + <version>2.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -372,7 +372,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.1</version> + <version>2.8.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -581,7 +581,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.10</version> + <version>0.11</version> <configuration> <numUnapprovedLicenses>350</numUnapprovedLicenses> <excludeSubProjects>false</excludeSubProjects> @@ -643,7 +643,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> @@ -752,7 +752,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.1</version> <configuration> <showDeprecation>${fediz.compile.show.deprecation}</showDeprecation> <showWarnings>true</showWarnings> @@ -788,7 +788,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.1</version> <configuration> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings>
