brett 2004/03/06 16:17:43
Modified: appserver project.xml
appserver/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 2.0
Revision Changes Path
1.23 +10 -2 maven-plugins/appserver/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/appserver/project.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- project.xml 4 Mar 2004 17:59:26 -0000 1.22
+++ project.xml 7 Mar 2004 00:17:43 -0000 1.23
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,19 +18,19 @@
*/
-->
-
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-appserver-plugin</id>
<name>Maven Appserver Plugin</name>
- <currentVersion>2.0-SNAPSHOT</currentVersion>
+ <currentVersion>2.0</currentVersion>
<description/>
<shortDescription>A Maven plugin that can be used to install and control a J2EE
application server instance.</shortDescription>
<url>http://maven.apache.org/reference/plugins/appserver/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/appserver/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven-plugins/appserver/</connection>
+ <developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:maven-plugins/appserver/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/appserver/</url>
</repository>
<developers>
@@ -74,4 +75,11 @@
<version>20030211.142821</version>
</dependency>
</dependencies>
+ <versions>
+ <version>
+ <id>2.0</id>
+ <name>2.0</name>
+ <tag>MAVEN_APPSERVER_2_0</tag>
+ </version>
+ </versions>
</project>
1.7 +7 -14 maven-plugins/appserver/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/appserver/xdocs/changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- changes.xml 4 Mar 2004 17:59:27 -0000 1.6
+++ changes.xml 7 Mar 2004 00:17:43 -0000 1.7
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,22 +23,14 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
-
<body>
- <release version="2.0" date="in CVS">
- </release>
+ <release version="2.0" date="2004-03-07"></release>
<release version="1.1" date="Unknown">
- <action dev="dion" type="fix">
- Updated docs so that they referred to the current release and not
- b5
- </action>
- <action dev="dion" type="fix">
- Fix for jars not being included in an EAR file
- </action>
- <action dev="dion" type="add">
- Added the new <a href="changes-report.html">changes report</a>.
+ <action dev="dion" type="fix">Updated docs so that they referred to the
current release and not b5</action>
+ <action dev="dion" type="fix">Fix for jars not being included in an EAR
file</action>
+ <action dev="dion" type="add">Added the new
+ <a href="changes-report.html">changes report</a>.
</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]