dion 2004/07/18 17:47:36
Modified: release/xdocs index.xml changes.xml
release project.xml
Log:
Add deprecation warning
Revision Changes Path
1.3 +1 -0 maven-plugins/release/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven-plugins/release/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 4 Mar 2004 18:38:44 -0000 1.2
+++ index.xml 19 Jul 2004 00:47:36 -0000 1.3
@@ -26,6 +26,7 @@
<body>
<section name="Maven Release Plug-in">
+ <p><strong>This plugin is deprecated.</strong></p>
<p>
This plug-in provides some basic help with releases.
</p>
1.15 +3 -0 maven-plugins/release/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- changes.xml 19 Jun 2004 05:47:59 -0000 1.14
+++ changes.xml 19 Jul 2004 00:47:36 -0000 1.15
@@ -25,6 +25,9 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
+ <release version="1.5-SNAPSHOT" date="in CVS">
+ </release>
+
<release version="1.4" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed
version of Maven</action>
<action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove
unused imports</action>
1.36 +1 -1 maven-plugins/release/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/release/project.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- project.xml 25 Jun 2004 15:24:30 -0000 1.35
+++ project.xml 19 Jul 2004 00:47:36 -0000 1.36
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-release-plugin</id>
<name>Maven Release Plug-in</name>
- <currentVersion>1.4</currentVersion>
+ <currentVersion>1.5-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Produce project release</shortDescription>
<url>http://maven.apache.org/reference/plugins/release/</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]