[maven-scm-plugin] prepare release 2.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 09:33:33 +00:00
parent 36a977f79b
commit b9b9b38855
2 changed files with 61 additions and 56 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-genapp-plugin</id>
<name>Maven Genapp Plugin</name>
<currentVersion>2.3.1-SNAPSHOT</currentVersion>
<currentVersion>2.3.1</currentVersion>
<description>A collection of example projects showing how to use maven in different situations</description>
<shortDescription>A collection of example projects</shortDescription>
<versions>
@ -46,6 +46,11 @@
<name>2.3</name>
<tag>MAVEN_GENAPP_2_3</tag>
</version>
<version>
<id>2.3.1</id>
<name>2.3.1</name>
<tag>MAVEN_GENAPP_2_3_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -22,7 +22,7 @@
<title>Changes</title>
</properties>
<body>
<release version="2.3.1-SNAPSHOT" date="In SVN">
<release version="2.3.1" date="2006-10-29">
<action dev="ltheussl" type="fix" issue="MPGENAPP-26">Problem when maven.genapp.repackage.dir is empty.</action>
<action dev="ltheussl" type="fix" issue="MPGENAPP-27">Generated poms contain deprecated id elements.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>