You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/14 22:11:41 UTC

svn commit: r1103202 - /maven/plugins/trunk/maven-gpg-plugin/pom.xml

Author: dennisl
Date: Sat May 14 20:11:41 2011
New Revision: 1103202

URL: http://svn.apache.org/viewvc?rev=1103202&view=rev
Log:
Use release version of maven-shared-resources.

Modified:
    maven/plugins/trunk/maven-gpg-plugin/pom.xml

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=1103202&r1=1103201&r2=1103202&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Sat May 14 20:11:41 2011
@@ -117,7 +117,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>1-SNAPSHOT</version>
+              <version>1</version>
             </dependency>
           </dependencies>
         </plugin>