Author: vmassol
Date: Fri Jun 3 12:40:07 2005
New Revision: 179870
URL: http://svn.apache.org/viewcvs?rev=179870&view=rev
Log:
[maven-scm-plugin] prepare release 1.6
Modified:
maven/maven-1/plugins/trunk/plugin/project.xml
maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/plugin/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/project.xml?rev=179870&r1=179869&r2=179870&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/project.xml Fri Jun 3 12:40:07 2005
@@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
-
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name>
- <currentVersion>1.6-SNAPSHOT</currentVersion>
+ <currentVersion>1.6</currentVersion>
<description>Maven Plugin management plugin.</description>
<shortDescription>Maven Plugin plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/plugin/</url>
@@ -65,6 +64,11 @@
<name>1.5.2</name>
<tag>MAVEN_PLUGIN_1_5_2</tag>
</version>
+ <version>
+ <id>1.6</id>
+ <name>1.6</name>
+ <tag>MAVEN_PLUGIN_1_6</tag>
+ </version>
</versions>
<developers>
<developer>
@@ -150,4 +154,3 @@
</dependency>
</dependencies>
</project>
-
Modified: maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml?rev=179870&r1=179869&r2=179870&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml Fri Jun 3 12:40:07
2005
@@ -17,17 +17,15 @@
* limitations under the License.
*/
-->
-
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
- <release version="1.6-SNAPSHOT" date="in SVN">
- <action dev="vmassol" type="add">
- Added new <code>assert:assertFileContains</code> tag that verifies if
a
- file contains a specific string.
+ <release version="1.6" date="2005-06-03">
+ <action dev="vmassol" type="add">Added new
+ <code>assert:assertFileContains</code>tag that verifies if a file
contains a specific string.
</action>
<action dev="dion" type="add">Add plugin:generate-tags goal</action>
<action dev="dion" type="add">Mention in docs for the
plugin:repository-deploy that it uses the artifact plugin</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]