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 2007/08/25 22:42:36 UTC

svn commit: r569732 - /maven/plugins/trunk/maven-stage-plugin/pom.xml

Author: dennisl
Date: Sat Aug 25 13:42:36 2007
New Revision: 569732

URL: http://svn.apache.org/viewvc?rev=569732&view=rev
Log:
o Tweak the name.
o Bump prerequisites to 2.0.5.

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

Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=569732&r1=569731&r2=569732&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-stage-plugin/pom.xml Sat Aug 25 13:42:36 2007
@@ -30,10 +30,10 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-stage-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Maven Staging Plugin</name>
+  <name>Maven Stage Plugin</name>
   <version>1.0-SNAPSHOT</version>
   <prerequisites>
-    <maven>2.0</maven>
+    <maven>2.0.5</maven>
   </prerequisites>
   <issueManagement>
     <system>JIRA</system>