Repository: cxf-fediz Updated Branches: refs/heads/master fd46b5bf3 -> 8c47a982f
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/8c47a982 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/8c47a982 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/8c47a982 Branch: refs/heads/master Commit: 8c47a982f87deb9eeab79aafc74dbc966af26f29 Parents: fd46b5b 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:42:12 2014 +0100 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/8c47a982/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c0b8146..8bdc2c2 100644 --- a/pom.xml +++ b/pom.xml @@ -244,7 +244,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> @@ -264,7 +264,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> @@ -296,7 +296,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> @@ -341,7 +341,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> @@ -354,7 +354,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> @@ -376,7 +376,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> @@ -585,7 +585,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> @@ -647,7 +647,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> @@ -756,7 +756,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> @@ -792,7 +792,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>
