[maven-scm-plugin] prepare release 2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-07 00:20:24 +00:00
parent 706e67e898
commit 3ab98e9323
3 changed files with 27 additions and 18 deletions

View File

@@ -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:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/appserver/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/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>

View File

@@ -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="dion@multitask.com.au">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>

View File

@@ -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-webserver-plugin</id>
<name>Maven Webserver Plugin</name>
<currentVersion>2.0-SNAPSHOT</currentVersion>
<currentVersion>2.0</currentVersion>
<description/>
<shortDescription>Manage web servers</shortDescription>
<url>http://maven.apache.org/reference/plugins/webserver/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/webserver/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/webserver/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/webserver/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/webserver/</url>
</repository>
<developers>
@@ -75,4 +76,11 @@
<version>20030211.142821</version>
</dependency>
</dependencies>
<versions>
<version>
<id>2.0</id>
<name>2.0</name>
<tag>MAVEN_WEBSERVER_2_0</tag>
</version>
</versions>
</project>