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

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@ -23,7 +23,7 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties>
<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>
</release>
<release version="1.8" date="2006-03-08">