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 2002/12/17 11:51:34 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/cactus project.xml

vmassol     2002/12/17 02:51:34

  Modified:    src/plugins-build/cactus project.xml
  Log:
  Fixed version (should always have been 1.2-SNAPSHOT)
  
  Revision  Changes    Path
  1.25      +1 -1      jakarta-turbine-maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	6 Dec 2002 20:53:29 -0000	1.24
  +++ project.xml	17 Dec 2002 10:51:34 -0000	1.25
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-cactus-plugin</id>
     <name>Maven Cactus Plug-in</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>