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 2004/05/01 12:13:43 UTC

cvs commit: maven-plugins/aspectwerkz project.xml

vmassol     2004/05/01 03:13:43

  Modified:    aspectwerkz project.xml
  Log:
  fixed <version> tags
  
  Revision  Changes    Path
  1.19      +5 -5      maven-plugins/aspectwerkz/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	22 Mar 2004 03:35:42 -0000	1.18
  +++ project.xml	1 May 2004 10:13:43 -0000	1.19
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-aspectwerkz-plugin</id>
     <name>Maven AspectWerkz Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <description>Plugin for AspectWerkz</description>
     <shortDescription>AspectWerkz plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/aspectwerkz/</url>
  @@ -43,12 +43,12 @@
       <version>
         <id>1.1</id>
         <name>1.1</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_ASPECTWERKZ_1_1</tag>
       </version>
       <version>
  -      <id>1.1</id>
  -      <name>1.1</name>
  -      <tag>MAVEN_ASPECTWERKZ_1_1</tag>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  

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