From: Andy J. <and...@us...> - 2004-04-12 10:42:31
|
andy_jefferson 04/04/12 03:28:46 Modified: . maven.xml Log: Updated placeholder to use jpox-beta-3 instead of beta-2 Revision Changes Path 1.15 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- maven.xml 17 Feb 2004 08:15:30 -0000 1.14 +++ maven.xml 12 Apr 2004 10:28:46 -0000 1.15 @@ -22,7 +22,7 @@ <!-- 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-2.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-3.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |