You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2012/08/03 15:42:36 UTC

svn commit: r1368951 - /struts/struts2/branches/STRUTS_2_3_4_X/pom.xml

Author: rgielen
Date: Fri Aug  3 13:42:36 2012
New Revision: 1368951

URL: http://svn.apache.org/viewvc?rev=1368951&view=rev
Log:
Reverted plugin management change

Modified:
    struts/struts2/branches/STRUTS_2_3_4_X/pom.xml

Modified: struts/struts2/branches/STRUTS_2_3_4_X/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_3_4_X/pom.xml?rev=1368951&r1=1368950&r2=1368951&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_3_4_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_3_4_X/pom.xml Fri Aug  3 13:42:36 2012
@@ -197,11 +197,6 @@
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>2.1.0</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-gpg-plugin</artifactId>
-                    <version>1.4</version>
-                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>