Author: wsmoak Date: Tue Apr 17 20:26:59 2007 New Revision: 529844 URL: http://svn.apache.org/viewvc?view=rev&rev=529844 Log: Use the latest release of the gpg plugin.
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=529844&r1=529843&r2=529844 ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Tue Apr 17 20:26:59 2007 @@ -180,7 +180,7 @@ <!-- We want to sign the artifact, the POM, and all attached artifacts --> <plugin> <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-1</version> + <version>1.0-alpha-3</version> <configuration> <passphrase>${gpg.passphrase}</passphrase> </configuration>