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/03/19 11:14:48 UTC

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

Author: dennisl
Date: Sat Mar 19 10:14:48 2011
New Revision: 1083151

URL: http://svn.apache.org/viewvc?rev=1083151&view=rev
Log:
o Inherit version of maven-invoker-plugin from parent.

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=1083151&r1=1083150&r2=1083151&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Sat Mar 19 10:14:48 2011
@@ -95,7 +95,6 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.5</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>