[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@404906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-05-08 03:37:02 +00:00
parent e3f2dd021e
commit bccd8c94c1
2 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jalopy-plugin</id>
<name>Maven Jalopy Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<description/>
<shortDescription>Reformat java source</shortDescription>
<versions>
@ -51,6 +51,11 @@
<name>1.4</name>
<tag>MAVEN_JALOPY_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_JALOPY_1_5</tag>
</version>
</versions>
<developers>
<developer>
@ -138,5 +143,4 @@
</includes>
</unitTest>
</build>
</project>

View File

@ -23,7 +23,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="In SVN">
<release version="1.5" date="2006-05-07">
<action dev="ltheussl" type="add" issue="MPJALOPY-11" due-to="Joachim Bader">Add a new goal to open Jalopy's SettingsDialog.</action>
<action dev="ltheussl" type="update" issue="MPJALOPY-10">Rewrite the plugin so it doesn't use the jalopy ant task anymore.</action>
<action dev="ltheussl" type="add">New properties maven.jalopy.inspect, maven.jalopy.backup and maven.jalopy.force. Removed properties maven.jalopy.logLevel and maven.jalopy.nbThread.</action>