You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/05 05:49:05 UTC

cvs commit: maven-plugins/jalopy/xdocs changes.xml

dion        2004/01/04 20:49:05

  Modified:    jalopy   project.xml
               jalopy/xdocs changes.xml
  Log:
  Rolling back ant 1.6 change until someone wants to test it.
  
  Revision  Changes    Path
  1.22      +5 -5      maven-plugins/jalopy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	5 Jan 2004 03:50:24 -0000	1.21
  +++ project.xml	5 Jan 2004 04:49:05 -0000	1.22
  @@ -1,11 +1,11 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-jalopy-plugin</id>
     <name>Maven Jalopy Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description/>
     <shortDescription>Reformat java source</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jalopy/</url>
  @@ -34,10 +34,10 @@
         </roles>
       </developer>
       <developer>
  -      <name>St�phane Mor</name>
  +      <name>Stéphane Mor</name>
         <id>smor</id>
         <email>stephanemor@yahoo.fr</email>
  -      <organization>Hasgard Syst�mes et R�seaux</organization>
  +      <organization>Hasgard Systèmes et Réseaux</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  @@ -57,7 +57,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
  -      <version>1.6</version>
  +      <version>1.5.3-1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.7       +0 -5      maven-plugins/jalopy/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	5 Jan 2004 03:43:13 -0000	1.6
  +++ changes.xml	5 Jan 2004 04:49:05 -0000	1.7
  @@ -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="evenisse" type="fix">
           Fixed MAVEN-798. Add Test source formatting.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org