You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/06/13 06:49:24 UTC

cvs commit: maven/src/plugins-build/antlr/xdocs changes.xml

vmassol     2003/06/12 21:49:24

  Modified:    src/plugins-build/antlr project.xml
               src/plugins-build/antlr/xdocs changes.xml
  Log:
  Fixed bug  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-484
  
  Revision  Changes    Path
  1.10      +17 -6     maven/src/plugins-build/antlr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/antlr/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	9 Apr 2003 01:06:44 -0000	1.9
  +++ project.xml	13 Jun 2003 04:49:24 -0000	1.10
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-antlr-plugin</id>
     <name>Maven Antlr Plugin</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/antlr/</url>
  @@ -16,6 +16,15 @@
     </repository>
     <developers>
       <developer>
  +      <name>Vincent Massol</name>
  +      <id>vmassol</id>
  +      <email>vmassol@pivolis.com</email>
  +      <organization>Pivolis</organization>
  +      <roles>
  +        <role>Developer</role>
  +      </roles>
  +    </developer>
  +    <developer>
         <name>dIon Gillard</name>
         <id>dion</id>
         <email>dion@multitask.com.au</email>
  @@ -46,7 +55,8 @@
     </developers>
     <dependencies>
       <dependency>
  -      <id>ant</id>
  +      <groupId>ant</groupId>
  +      <artifactId>ant</artifactId>
         <version>1.5.1</version>
         <properties>
           <classloader>root</classloader>
  @@ -61,16 +71,17 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>commons-lang</id>
  +      <groupId>commons-lang</groupId>
  +      <artifactId>commons-lang</artifactId>
         <version>1.0-b1.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
       </dependency>
       <dependency>
  -      <id>antlr</id>
  -      <version>2.7.1</version>
  -      <jar>antlrall-2.7.1.jar</jar>
  +      <groupId>antlr</groupId>
  +      <artifactId>antlr</artifactId>
  +      <version>2.7.2</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.2       +6 -0      maven/src/plugins-build/antlr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/antlr/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:44:36 -0000	1.1
  +++ changes.xml	13 Jun 2003 04:49:24 -0000	1.2
  @@ -7,6 +7,12 @@
   
     <body>
       <release version="1.1" date="in CVS">
  +      <action dev="vmassol" type="fix">
  +        Upgraded version of Antlr used to 2.7.2, so that this plugin plays
  +        well with the Checkstyle plugin (which requires Antlr 2.7.2). This
  +        fixes bug
  +        <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-484">MAVEN-484</a>.
  +      </action>
         <action dev="dion" type="add">
           Added documentation for navigation, changes, properties and goals
         </action>
  
  
  

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