Update some plugins to work better with git and other things
Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/72c9d016 Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/72c9d016 Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/72c9d016 Branch: refs/heads/master Commit: 72c9d01610ff49faf2d02fdd73c008d411e9e980 Parents: 324ce54 Author: Daniel Kulp <[email protected]> Authored: Fri May 30 14:56:57 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 30 14:56:57 2014 -0400 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/72c9d016/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f845797..0243a95 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.0-beta-9</version> + <version>2.5</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/cxf/xjc-utils/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> @@ -232,10 +232,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> + <version>2.9.1</version> <configuration> <attach>true</attach> - <source>1.5</source> + <source>1.6</source> <quiet>true</quiet> <bottom>Apache CXF</bottom> <javadocVersion>1.6</javadocVersion> @@ -246,7 +246,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.5</version> + <version>2.17</version> <configuration> <reportFormat>brief</reportFormat> <useFile>false</useFile> @@ -288,7 +288,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.4</version> + <version>2.6</version> <configuration> <encoding>UTF-8</encoding> </configuration> @@ -317,7 +317,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.4</version> + <version>2.8.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
