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/09/11 13:58:02 UTC

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

vmassol     2003/09/11 04:58:02

  Modified:    src/plugins-build/cactus/sample project.xml
  Log:
  Keep the cactus sample project at version 1.0 to simplify version management.
  
  Revision  Changes    Path
  1.4       +2 -2      maven/src/plugins-build/cactus/sample/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/sample/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	30 May 2003 13:16:09 -0000	1.3
  +++ project.xml	11 Sep 2003 11:58:02 -0000	1.4
  @@ -12,7 +12,7 @@
     
     <!-- The version of the project under development, e.g.
          1.1, 1.2, 2.0-dev -->
  -  <currentVersion>3.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     
     <!-- details about the organization that 'owns' the project -->
     <organization>
  @@ -21,7 +21,7 @@
     </organization>
     
     <!-- the year the project started -->
  -  <inceptionYear>2002</inceptionYear>
  +  <inceptionYear>2002-2003</inceptionYear>
     
     <!-- the top level of java packages that this project defines
          e.g. if your project contains the packages
  
  
  

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