You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/06/23 00:13:57 UTC

svn commit: r1138660 - /tapestry/tapestry5/branches/maint-5-2/pom.xml

Author: hlship
Date: Wed Jun 22 22:13:57 2011
New Revision: 1138660

URL: http://svn.apache.org/viewvc?rev=1138660&view=rev
Log:
Lock down the version of the GPG plugin

Modified:
    tapestry/tapestry5/branches/maint-5-2/pom.xml

Modified: tapestry/tapestry5/branches/maint-5-2/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/pom.xml?rev=1138660&r1=1138659&r2=1138660&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/pom.xml Wed Jun 22 22:13:57 2011
@@ -253,6 +253,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.3</version>
           <executions>
             <execution>
               <id>sign-artifacts</id>