weaver      2004/12/20 07:12:51

  Modified:    maven-plugin project.xml
  Log:
  Version needs to be in the project.xml for the plugin as it will not be able 
to reference the parent when it is invoked
  
  Revision  Changes    Path
  1.12      +1 -0      jakarta-jetspeed-2/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       9 Dec 2004 18:51:53 -0000       1.11
  +++ project.xml       20 Dec 2004 15:12:51 -0000      1.12
  @@ -17,6 +17,7 @@
   <project>
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>
  +  <currentVersion>2.0-M2-dev</currentVersion>
     <id>maven-jetspeed2-plugin</id>
     <groupId>jetspeed2</groupId>
     <name>Jetspeed 2 Maven Plugin</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to