dion 2004/01/04 20:43:31 Modified: appserver project.xml appserver/xdocs changes.xml Log: Rolling back ant 1.6 change until someone wants to test it. Revision Changes Path 1.19 +2 -2 maven-plugins/appserver/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/appserver/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 5 Jan 2004 03:43:12 -0000 1.18 +++ project.xml 5 Jan 2004 04:43:31 -0000 1.19 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-appserver-plugin</id> <name>Maven Appserver Plugin</name> - <currentVersion>2.0-SNAPSHOT</currentVersion> + <currentVersion>2.0-dev</currentVersion> <description/> <shortDescription>A Maven plugin that can be used to install and control a J2EE application server instance.</shortDescription> <url>http://maven.apache.org/reference/plugins/appserver/</url> @@ -57,7 +57,7 @@ <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> - <version>1.6</version> + <version>1.5.3-1</version> </dependency> <dependency> <groupId>commons-jelly</groupId> 1.5 +0 -3 maven-plugins/appserver/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/appserver/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 5 Jan 2004 03:43:12 -0000 1.4 +++ changes.xml 5 Jan 2004 04:43:31 -0000 1.5 @@ -7,9 +7,6 @@ <body> <release version="2.0" date="in CVS"> - <action dev="dion" type="update"> - Upgrade to ant 1.6 - </action> </release> <release version="1.1" date="Unknown"> <action dev="dion" type="fix">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]