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 2003/12/07 14:25:41 UTC

cvs commit: maven-plugins/announcement project.xml

dion        2003/12/07 05:25:41

  Modified:    announcement project.xml
  Log:
  Add jelly xml tags as this is failing the 1.0 branch without the dependency.
  
  Revision  Changes    Path
  1.2       +18 -1     maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	16 Nov 2003 22:48:56 -0000	1.1
  +++ project.xml	7 Dec 2003 13:25:41 -0000	1.2
  @@ -26,8 +26,25 @@
           <role>Java Developer</role>
         </roles>
       </developer>
  +    <developer>
  +      <name>dIon Gillard</name>
  +      <id>dion</id>
  +      <email>dion@apache.org</email>
  +      <organization>ASF</organization>
  +      <roles><role>Java Developer</role></roles>
  +    </developer>
     </developers>
  -  <dependencies/>
  +
  +  <dependencies>
  +    <dependency>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-xml</artifactId>
  +      <version>20030211.142705</version>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  +      <properties><classloader>root.maven</classloader></properties>
  +    </dependency>
  +  </dependencies>
  +
     <reports>
       <report>maven-changes-plugin</report>
       <report>maven-changelog-plugin</report>
  
  
  

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