brett 2004/05/15 19:52:05
Modified: jdiff project.xml
jdiff/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.3
Revision Changes Path
1.27 +8 -3 maven-plugins/jdiff/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jdiff/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 16 May 2004 01:35:47 -0000 1.26
+++ project.xml 16 May 2004 02:52:05 -0000 1.27
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,14 +18,13 @@
*/
-->
-
<project>
<extend>../plugin-parent/project.xml</extend>
-<package>blah</package>
+ <package>blah</package>
<pomVersion>3</pomVersion>
<id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name>
- <currentVersion>1.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Diff between CVS releases</shortDescription>
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
@@ -40,6 +40,11 @@
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_JDIFF_1_2</tag>
+ </version>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>MAVEN_JDIFF_1_3</tag>
</version>
</versions>
<developers>
1.9 +3 -5 maven-plugins/jdiff/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jdiff/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 30 Apr 2004 14:38:45 -0000 1.8
+++ changes.xml 16 May 2004 02:52:05 -0000 1.9
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -23,10 +24,8 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
-
<body>
- <release version="1.3" date="In CVS">
- </release>
+ <release version="1.3" date="2004-05-15"></release>
<release version="1.2" date="2004-01-04">
<action dev="evenisse" type="fix" issue="MPJDIFF-1">MPJDIFF-1. Fix error due
to makeRelativePath.</action>
</release>
@@ -35,4 +34,3 @@
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]