You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2016/10/08 15:43:13 UTC

svn commit: r1763910 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: adangel
Date: Sat Oct  8 15:43:12 2016
New Revision: 1763910

URL: http://svn.apache.org/viewvc?rev=1763910&view=rev
Log:
[MPMD-229] Cleanup POM, remove temporary workarounds
Use m-release-p from parent

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=1763910&r1=1763909&r2=1763910&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sat Oct  8 15:43:12 2016
@@ -240,16 +240,6 @@ 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>