You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/08/22 12:09:59 UTC

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

Author: stephenc
Date: Mon Aug 22 10:09:59 2011
New Revision: 1160181

URL: http://svn.apache.org/viewvc?rev=1160181&view=rev
Log:
fix borked release

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=1160181&r1=1160180&r2=1160181&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Mon Aug 22 10:09:59 2011
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven GPG Plugin</name>