Repository: cxf-fediz Updated Branches: refs/heads/master d16365db1 -> d9c372faf
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/d9c372fa Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/d9c372fa Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/d9c372fa Branch: refs/heads/master Commit: d9c372faf211a57f7377a5d3a3ee77683376f1df Parents: d16365d Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Feb 3 11:38:14 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Feb 3 11:38:14 2015 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d9c372fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a226e92..c794d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -283,7 +283,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <attach>true</attach> <source>1.5</source> @@ -303,7 +303,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target>
