brett 2004/05/15 19:55:39
Modified: struts project.xml
struts/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.3
Revision Changes Path
1.38 +7 -2 maven-plugins/struts/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/struts/project.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- project.xml 2 May 2004 14:16:24 -0000 1.37
+++ project.xml 16 May 2004 02:55:39 -0000 1.38
@@ -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-struts-plugin</id>
<name>Maven Struts Plugin</name>
- <currentVersion>1.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Work with struts jars</shortDescription>
<url>http://maven.apache.org/reference/plugins/struts/</url>
@@ -38,6 +38,11 @@
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_STRUTS_1_2</tag>
+ </version>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>MAVEN_STRUTS_1_3</tag>
</version>
</versions>
<developers>
1.11 +9 -22 maven-plugins/struts/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/struts/xdocs/changes.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- changes.xml 4 Mar 2004 18:38:56 -0000 1.10
+++ changes.xml 16 May 2004 02:55:39 -0000 1.11
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,30 +23,16 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
-
<body>
- <release version="1.3" date="in CVS">
- <action dev="dion" type="update">
- Remove unneeded ant dependency
- </action>
+ <release version="1.3" date="2004-05-15">
+ <action dev="dion" type="update">Remove unneeded ant dependency</action>
</release>
<release version="1.2" date="2003-09-29">
- <action dev="dion" type="update">
- Upgrade to dom4j 1.4
- </action>
- <action dev="dion" type="update">
- Upgrade to dom4j 1.4-dev-8
- </action>
- <action dev="dion" type="update">
- Upgrade to commons-logging 1.0.3
- </action>
- <action dev="dion" type="update">
- update to commons-lang 1.0.1
- </action>
- <action dev="dion" type="update">
- Updated to commons-collections 2.1
- </action>
+ <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
+ <action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
+ <action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
+ <action dev="dion" type="update">update to commons-lang 1.0.1</action>
+ <action dev="dion" type="update">Updated to commons-collections 2.1</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]