[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@397328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-26 23:09:54 +00:00
parent 200edd58da
commit 87ff914e31
2 changed files with 9 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ear-plugin</id> <id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name> <name>Maven EAR Plugin</name>
<currentVersion>1.9-SNAPSHOT</currentVersion> <currentVersion>1.9</currentVersion>
<description>Ear Plugin for Maven</description> <description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription> <shortDescription>Ear Plugin for Maven</shortDescription>
<versions> <versions>
@ -61,6 +61,11 @@
<name>1.8</name> <name>1.8</name>
<tag>MAVEN_EAR_1_8</tag> <tag>MAVEN_EAR_1_8</tag>
</version> </version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>MAVEN_EAR_1_9</tag>
</version>
</versions> </versions>
<branches/> <branches/>
<developers> <developers>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -23,9 +23,9 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author> <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties> </properties>
<body> <body>
<release version="1.9-SNAPSHOT" date="In SVN"> <release version="1.9" date="2006-04-27">
<action dev="aheritier" type="add" issue="MPEAR-17">Added support to set the description and the security roles in the generated application.xml.</action> <action dev="aheritier" type="add" issue="MPEAR-17">Added support to set the description and the security roles in the generated application.xml.</action>
</release> </release>
<release version="1.8" date="2006-03-08"> <release version="1.8" date="2006-03-08">
<action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action> <action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :