From: <jo...@us...> - 2004-11-19 13:49:15
|
joehni 04/11/19 05:48:57 Modified: javaapp project.xml javaapp/xdocs changes.xml properties.xml Log: Ready for release 1.3. Revision Changes Path 1.14 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 19 Nov 2004 13:38:05 -0000 1.13 +++ project.xml 19 Nov 2004 13:48:56 -0000 1.14 @@ -6,7 +6,7 @@ <id>maven-javaapp-plugin</id> <name>Java Application Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- remove package, if parent is fixed --> 1.6 +1 -1 maven-plugins/javaapp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 18 Nov 2004 15:33:48 -0000 1.5 +++ changes.xml 19 Nov 2004 13:48:56 -0000 1.6 @@ -13,7 +13,7 @@ <body> - <release version="1.3-SNAPSHOT" date="in CVS"> + <release version="1.3" date="2004-11-19"> <action dev="joehni" type="update"> Cumulate licenses in META-INF. </action> 1.7 +6 -4 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 18 Nov 2004 15:33:48 -0000 1.6 +++ properties.xml 19 Nov 2004 13:48:56 -0000 1.7 @@ -123,10 +123,12 @@ <td> The <code>specificationVersion</code> in the manifest. According to <a href="http://java.sun.com/j2se/1.4.2/docs/guide/versioning/spec/versioning2.html"> - Sun's specification</a> this must be a number to compare. Defaults - to <code>${pom.specificationVersion}</code>. Since this value is - not part of POM v3, the plugin generates a version if the variable - is empty by using major.minor of the pom.version. + Sun's specification</a> this must be a number to compare (although + this spec defines invalid <em>Package</em> elements instead of + <em>Implementation</em> elements). Defaults to + <code>${pom.specificationVersion}</code>. Since this value is not + part of POM v3, the plugin generates a version if the variable is + empty by using major.minor of the pom.version. </td> </tr> |