Author: cziegeler
Date: Thu May 6 06:13:35 2010
New Revision: 941586
URL: http://svn.apache.org/viewvc?rev=941586&view=rev
Log:
Fully specify the maven launchpad plugin
Modified:
sling/trunk/parent/pom.xml
Modified: sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=941586&r1=941585&r2=941586&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Thu May 6 06:13:35 2010
@@ -197,6 +197,9 @@ MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=128
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-launchpad-plugin</artifactId>
+ <!-- If you change the version here, make sure
+ to adjust the version reference in the
+ configuration for the maven release plugin! -->
<version>2.0.6</version>
</plugin>
<plugin>
@@ -273,7 +276,7 @@ MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=128
https://svn.apache.org/repos/asf/sling/tags
</tagBase>
<preparationGoals>
- launchpad:check-bundle-list-for-snapshots clean
verify
+
org.apache.sling:maven-launchpad-plugin:2.0.6:check-bundle-list-for-snapshots
clean verify
</preparationGoals>
</configuration>
</plugin>