You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/06/10 22:44:55 UTC

cvs commit: maven-components/maven-project pom.xml

jvanzyl     2004/06/10 13:44:55

  Modified:    maven-project pom.xml
  Log:
  o currentVersion -> version
  
  Revision  Changes    Path
  1.3       +1 -1      maven-components/maven-project/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-project/pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom.xml	10 Jun 2004 20:27:09 -0000	1.2
  +++ pom.xml	10 Jun 2004 20:44:55 -0000	1.3
  @@ -9,7 +9,7 @@
     <name>Maven Project</name>
     <groupId>maven</groupId>
     <artifactId>maven-project</artifactId>
  -  <currentVersion>2.0-SNAPSHOT</currentVersion>
  +  <version>2.0-SNAPSHOT</version>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description></description>
     <shortDescription>Java Project Management Tools</shortDescription>