brett       2004/12/03 23:50:16

  Modified:    java     project.xml
               java/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.27      +6 -1      maven-plugins/java/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/java/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml       29 Jun 2004 13:43:16 -0000      1.26
  +++ project.xml       4 Dec 2004 07:50:16 -0000       1.27
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-java-plugin</id>
     <name>Maven Java Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <description/>
     <shortDescription>Compile java code</shortDescription>
     <url>http://maven.apache.org/reference/plugins/java/</url>
  @@ -44,6 +44,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_JAVA_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_JAVA_1_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.15      +1 -1      maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml       7 Oct 2004 18:45:35 -0000       1.14
  +++ changes.xml       4 Dec 2004 07:50:16 -0000       1.15
  @@ -25,7 +25,7 @@
       <author email="[EMAIL PROTECTED]">Kurt Schrader</author>
     </properties>
     <body>
  -    <release version="1.5-SNAPSHOT" date="in CVS">
  +    <release version="1.5" date="2004-12-04">
         <action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by 
default with any version of the JDK</action>
         <action dev="brett" type="update">Deprecate dependency handle</action>
         <action dev="dion" type="update">Use assert taglib for tests</action>
  
  
  

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

Reply via email to