dion 2004/01/04 20:57:22 Modified: codeswitcher project.xml codeswitcher/xdocs changes.xml Log: Rolling back ant 1.6 change until someone wants to test it. Revision Changes Path 1.18 +2 -2 maven-plugins/codeswitcher/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/codeswitcher/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 5 Jan 2004 03:43:12 -0000 1.17 +++ project.xml 5 Jan 2004 04:57:22 -0000 1.18 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-codeswitcher-plugin</id> <name>Maven CodeSwitcher Plugin</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.1</currentVersion> <description/> <shortDescription/> <url>http://maven.apache.org/reference/plugins/codeswitcher/</url> @@ -42,7 +42,7 @@ <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> - <version>1.6</version> + <version>1.5.3-1</version> <properties> <classloader>root</classloader> </properties> 1.5 +0 -5 maven-plugins/codeswitcher/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/codeswitcher/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:57:22 -0000 1.5 @@ -6,11 +6,6 @@ </properties> <body> - <release version="1.2" date="in CVS"> - <action dev="dion" type="update"> - Upgrade to ant 1.6 - </action> - </release> <release version="1.1" date="2003-09-29"> <action dev="dion" type="update"> update to commons-lang 1.0.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]