brett 2004/12/04 14:22:23 Modified: ear project.xml ear/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.6 Revision Changes Path 1.38 +6 -1 maven-plugins/ear/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/ear/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 18 Oct 2004 14:12:02 -0000 1.37 +++ project.xml 4 Dec 2004 22:22:22 -0000 1.38 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-ear-plugin</id> <name>Maven EAR Plugin</name> - <currentVersion>1.6-SNAPSHOT</currentVersion> + <currentVersion>1.6</currentVersion> <description>Ear Plugin for Maven</description> <shortDescription>Ear Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/ear/</url> @@ -49,6 +49,11 @@ <id>1.5</id> <name>1.5</name> <tag>MAVEN_EAR_1_5</tag> + </version> + <version> + <id>1.6</id> + <name>1.6</name> + <tag>MAVEN_EAR_1_6</tag> </version> </versions> <branches/> 1.31 +24 -11 maven-plugins/ear/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- changes.xml 16 Nov 2004 06:01:44 -0000 1.30 +++ changes.xml 4 Dec 2004 22:22:23 -0000 1.31 @@ -24,19 +24,32 @@ <author email="[EMAIL PROTECTED]">Nathan Coast</author> </properties> <body> - <release version="1.6-SNAPSHOT" date="in CVS"> - <action dev="felipeal" type="fix" issue="MPEAR-27">Fixed the name of the bundled dependency when <code>maven.jar.overrides</code> is used.</action> - <action dev="felipeal" type="fix" issue="MPEAR-24">Properties <code>maven.ear.src</code> and <code>maven.ear.resources</code> now cannot have the same value.</action> - <action dev="felipeal" type="fix" issue="MPEAR-7"><code>application.xml</code> is now generated at <code>maven.build.dir</code></action> - <action dev="felipeal" type="add" issue="MPEAR-26">Add new property dependency (<code>ear.bundle.name</code>) to define the name a dependency should have the EAR.</action> - <action dev="felipeal" type="fix" issue="MPEAR-20">Changed the default value of <code>maven.ear.displayname</code>.</action> - <action dev="felipeal" type="add" issue="MPEAR-23" due-to="Wiley Fuller">Add new property dependency(<code>ear.bundle.dir</code>) to define where a dependency should be added in the EAR.</action> + <release version="1.6" date="2004-12-05"> + <action dev="felipeal" type="fix" issue="MPEAR-27">Fixed the name of the bundled dependency when + <code>maven.jar.overrides</code>is used. + </action> + <action dev="felipeal" type="fix" issue="MPEAR-24">Properties + <code>maven.ear.src</code>and + <code>maven.ear.resources</code>now cannot have the same value. + </action> + <action dev="felipeal" type="fix" issue="MPEAR-7"> + <code>application.xml</code>is now generated at + <code>maven.build.dir</code> + </action> + <action dev="felipeal" type="add" issue="MPEAR-26">Add new property dependency ( + <code>ear.bundle.name</code>) to define the name a dependency should have the EAR. + </action> + <action dev="felipeal" type="fix" issue="MPEAR-20">Changed the default value of + <code>maven.ear.displayname</code>. + </action> + <action dev="felipeal" type="add" issue="MPEAR-23" due-to="Wiley Fuller">Add new property dependency( + <code>ear.bundle.dir</code>) to define where a dependency should be added in the EAR. + </action> <action dev="felipeal" type="fix" issue="MPEAR-9" due-to="Sean Timm">Build now fails in some cases were the dependencies are copied with wrong case.</action> - <action dev="felipeal" type="add" issue="MPEAR-21">Added property <code>maven.ear.appxml.encoding</code>.</action> - <action dev="vmassol" type="update" issue="MPEAR-19"> - The plugin now displays the version of the bundled artifacts on the - console. + <action dev="felipeal" type="add" issue="MPEAR-21">Added property + <code>maven.ear.appxml.encoding</code>. </action> + <action dev="vmassol" type="update" issue="MPEAR-19">The plugin now displays the version of the bundled artifacts on the console.</action> <action dev="brett" type="update">Deprecated the ear:load hook goal</action> </release> <release version="1.5" date="2004-05-15">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]