brett 2004/05/15 19:48:53 Modified: jalopy project.xml jalopy/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.2 Revision Changes Path 1.34 +9 -4 maven-plugins/jalopy/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/jalopy/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 16 May 2004 01:35:47 -0000 1.33 +++ project.xml 16 May 2004 02:48:53 -0000 1.34 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- /* @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-jalopy-plugin</id> <name>Maven Jalopy Plugin</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <description/> <shortDescription>Reformat java source</shortDescription> <url>http://maven.apache.org/reference/plugins/jalopy/</url> @@ -40,6 +40,11 @@ <name>1.1</name> <tag>MAVEN_JALOPY_1_1</tag> </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_JALOPY_1_2</tag> + </version> </versions> <developers> <developer> @@ -52,10 +57,10 @@ </roles> </developer> <developer> - <name>Stéphane Mor</name> + <name>Stéphane Mor</name> <id>smor</id> <email>[EMAIL PROTECTED]</email> - <organization>Hasgard Systèmes et Réseaux</organization> + <organization>Hasgard Systèmes et Réseaux</organization> <roles> <role>Java Developer</role> </roles> 1.10 +7 -16 maven-plugins/jalopy/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 2 May 2004 14:01:09 -0000 1.9 +++ changes.xml 16 May 2004 02:48:53 -0000 1.10 @@ -1,4 +1,5 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -22,23 +23,13 @@ <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> - <body> - <release version="1.2-SNAPSHOT" date="in CVS"> - </release> + <release version="1.2" date="2004-05-15"></release> <release version="1.1" date="2003-09-29"> - <action dev="evenisse" type="fix"> - Fixed MAVEN-798. Add Test source formatting. - </action> - <action dev="dion" type="update"> - Move to oro 2.0.7 - </action> - <action dev="dion" type="update"> - Move to log4j 1.2.8 - </action> - <action dev="evenisse" type="fix"> - Fixed directory of plugin resources. - </action> + <action dev="evenisse" type="fix">Fixed MAVEN-798. Add Test source formatting.</action> + <action dev="dion" type="update">Move to oro 2.0.7</action> + <action dev="dion" type="update">Move to log4j 1.2.8</action> + <action dev="evenisse" type="fix">Fixed directory of plugin resources.</action> </release> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]