brett 2004/05/15 19:25:46
Modified: latka project.xml
latka/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.4
Revision Changes Path
1.31 +8 -4 maven-plugins/latka/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/latka/project.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.xml 2 May 2004 14:16:24 -0000 1.30
+++ project.xml 16 May 2004 02:25:46 -0000 1.31
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +18,12 @@
*/
-->
-
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-latka-plugin</id>
<name>Maven Latka Plug-in</name>
- <currentVersion>1.4-SNAPSHOT</currentVersion>
+ <currentVersion>1.4</currentVersion>
<description/>
<shortDescription>Run Latka scripts</shortDescription>
<url>http://maven.apache.org/reference/plugins/latka/</url>
@@ -40,9 +40,13 @@
<name>1.3</name>
<tag>MAVEN_LATKA_1_3</tag>
</version>
+ <version>
+ <id>1.4</id>
+ <name>1.4</name>
+ <tag>MAVEN_LATKA_1_4</tag>
+ </version>
</versions>
- <developers>
- </developers>
+ <developers></developers>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
1.9 +6 -18 maven-plugins/latka/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/latka/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:25:46 -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.
@@ -22,35 +23,22 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
-
<body>
-
- <release version="1.4" date="in CVS">
- <action dev="dion" type="fix" issue="MAVEN-993">
- Fix MAVEN-993. Complain if file to be converted doesn't exist
- </action>
+ <release version="1.4" date="2004-05-15">
+ <action dev="dion" type="fix" issue="MAVEN-993">Fix MAVEN-993. Complain if
file to be converted doesn't exist</action>
</release>
-
<release version="1.3" date="2003-09-29">
- <action dev="dion" type="update">
- update to xalan 2.4.1
- </action>
+ <action dev="dion" type="update">update to xalan 2.4.1</action>
<action dev="dion" type="fix">Consistent http tags.</action>
</release>
-
<release version="1.2" date="Unknown">
<action dev="dion" type="fix">Fixed docs.</action>
</release>
-
<release version="1.1" date="2003-03-02">
<action dev="dion" type="fix">Various jelly usage bugs.</action>
</release>
-
<release version="1.0" date="in CVS">
- <action dev="dion" type="add">
- Created.
- </action>
+ <action dev="dion" type="add">Created.</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]