You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/28 05:27:30 UTC

cvs commit: maven-plugins/jar project.xml

jvanzyl     2003/12/27 20:27:30

  Modified:    jar      project.xml
  Log:
  o groupId/artifactId
  
  Revision  Changes    Path
  1.16      +2 -1      maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	8 Nov 2003 01:54:38 -0000	1.15
  +++ project.xml	28 Dec 2003 04:27:30 -0000	1.16
  @@ -25,7 +25,8 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>velocity</id>
  +      <groupId>velocity</groupId>
  +      <artifactId>velocity</artifactId>
         <version>1.4-dev</version>
       </dependency>
     </dependencies>
  
  
  

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