From: Andy J. <and...@us...> - 2004-06-25 10:15:58
|
andy_jefferson 04/06/25 03:15:50 Modified: jpox/xdocs changes.xml navigation.xml jpox project.xml . maven.xml Log: Updates for JPOX 1.0.0 release Revision Changes Path 1.10 +3 -0 maven-plugins/jpox/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 19 May 2004 16:29:57 -0000 1.9 +++ changes.xml 25 Jun 2004 10:15:48 -0000 1.10 @@ -6,6 +6,9 @@ </properties> <body> + <release version="1.0.0" date="04-Jul-2004" description="Use of JPOX 1.0.0"> + </release> + <release version="1.0.0-beta-4" date="27-Apr-2004" description="Use of JPOX 1.0.0-beta-4"> <action dev="andy_jefferson" type="update">Changed to use JPOX 1.0.0-beta-4</action> <action dev="andy_jefferson" type="update">Changed to use JPOX Enhancer 1.0.0-beta-4 instead of Sun RI enhancer</action> 1.7 +1 -1 maven-plugins/jpox/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 25 Apr 2004 12:47:09 -0000 1.6 +++ navigation.xml 25 Jun 2004 10:15:49 -0000 1.7 @@ -12,7 +12,7 @@ <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> <item name="Changes" href="/changes-report.html" /> - <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0-beta-4.jar" /> + <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0.jar" /> </menu> </body> </project> 1.14 +3 -3 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 9 Jun 2004 08:48:53 -0000 1.13 +++ project.xml 25 Jun 2004 10:15:49 -0000 1.14 @@ -2,7 +2,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <id>maven-jpox-plugin</id> <name>JPOX JDO plugin</name> - <currentVersion>1.0.0-beta-4</currentVersion> + <currentVersion>1.0.0</currentVersion> <inceptionYear>2003</inceptionYear> <description>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</description> <shortDescription>Maven plugin for JPOX.</shortDescription> @@ -31,12 +31,12 @@ <dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>jpox</groupId> <artifactId>jpox-enhancer</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>log4j</groupId> 1.20 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- maven.xml 16 Jun 2004 18:54:12 -0000 1.19 +++ maven.xml 25 Jun 2004 10:15:49 -0000 1.20 @@ -22,8 +22,8 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0.jar"/> <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> <!-- for the jaxb plugin --> |