提交 de2115c2 编写于 作者: A alanharder

inherit versions for some maven plugins from parent pom,

effectively bumping maven-release-plugin from 2.0-beta-9 to 2.1,
and maven-javadoc-plugin from 2.2 to 2.7 (there was a comment
here that 2.3 caused some release problem so sticking with 2.2..
hopefully 2.7 will be ok)
上级 d8219c4d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<!-- if your java.net user name is different from local user name, specify it here --> <!-- if your jenkins-ci.org user name is different from local user name, specify it here -->
<java.net.id>${user.name}</java.net.id> <java.net.id>${user.name}</java.net.id>
</properties> </properties>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<plugin> <plugin>
<groupId>org.jenkins-ci.tools</groupId> <groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId> <artifactId>maven-hpi-plugin</artifactId>
<version>1.64</version> <!-- version specified in parent pom -->
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version> <!-- version specified in parent pom -->
<configuration> <configuration>
<goals>deploy</goals> <goals>deploy</goals>
</configuration> </configuration>
...@@ -156,12 +156,8 @@ ...@@ -156,12 +156,8 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<!--
javadoc plugin 2.3 apparently interferes with the release process,
so sticking to 2.2 (http://www.nabble.com/description-setting-plugin-tp14846399p14950047.html)
-->
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.2</version> <!-- version specified in parent pom -->
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.groovy.maven</groupId> <groupId>org.codehaus.groovy.maven</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册