[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-07 00:02:15 +00:00
parent d3e6481b71
commit 706e67e898
2 changed files with 23 additions and 37 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-j2ee-plugin</id>
<name>Maven J2EE Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<description/>
<shortDescription>J2EE tools</shortDescription>
<url>http://maven.apache.org/reference/plugins/j2ee/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/j2ee/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/j2ee/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/j2ee/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/j2ee/</url>
</repository>
<developers>
@ -115,4 +116,11 @@
<version>3.8.1</version>
</dependency>
</dependencies>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_J2EE_1_4</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.
@ -23,48 +24,25 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="plynch@apache.org">Peter Lynch</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix">
Add tag to get a J2EE Entity Resolver for use in other plugins
</action>
<release version="1.4" date="2004-03-07">
<action dev="brett" type="fix">Add tag to get a J2EE Entity Resolver for use in other plugins</action>
</release>
<release version="1.3" 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">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>
</release>
<release version="1.2" date="Unknown">
<action dev="dion" type="fix">
Fixed class not found for war validator task
</action>
<action dev="dion" type="fix">Fixed class not found for war validator task</action>
</release>
<release version="1.1" date="2003-02-12">
<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>
<action dev="plynch" type="remove">
Removed appserver plugin from the J2EE project workspace. The Maven
appserver plugin is now a seperate project.
<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>
<action dev="plynch" type="remove">Removed appserver plugin from the J2EE project workspace. The Maven appserver plugin is now a seperate project.</action>
</release>
</body>
</document>