You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/02/02 21:03:37 UTC

svn commit: r502712 - /tapestry/tapestry5/tapestry-core/trunk/pom.xml

Author: hlship
Date: Fri Feb  2 12:03:36 2007
New Revision: 502712

URL: http://svn.apache.org/viewvc?view=rev&rev=502712
Log:
Remove gpg plugin call (we just do it manually for now).

Modified:
    tapestry/tapestry5/tapestry-core/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=502712&r1=502711&r2=502712
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Fri Feb  2 12:03:36 2007
@@ -79,10 +79,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-gpg-plugin</artifactId>
-            </plugin>
         </plugins>
     </build>
     <reporting>