From: Andy J. <and...@us...> - 2004-04-25 15:05:47
|
andy_jefferson 04/04/25 05:47:48 Modified: . maven.xml Log: Updated to JPOX 1.0.0 beta-4 Revision Changes Path 1.16 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- maven.xml 12 Apr 2004 10:28:46 -0000 1.15 +++ maven.xml 25 Apr 2004 12:47:48 -0000 1.16 @@ -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-3.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |