Author: dennisl Date: Sun Dec 13 20:44:20 2015 New Revision: 1719830 URL: http://svn.apache.org/viewvc?rev=1719830&view=rev Log: Add a temporary workaround for MRELEASE-925, to get the release out.
Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1719830&r1=1719829&r2=1719830&view=diff ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sun Dec 13 20:44:20 2015 @@ -240,6 +240,16 @@ under the License. </dependencies> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <!-- Temporary workaround for MRELEASE-925, to get the release out --> + <version>2.5.3</version> + </plugin> + </plugins> + </pluginManagement> <plugins> <!-- Override the Java version inherited from maven-parent --> <plugin>