You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/10 13:04:27 UTC

cvs commit: maven-plugins/jnlp/xdocs changes.xml

brett       2004/03/10 04:04:27

  Modified:    jnlp     project.xml
               jnlp/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.19      +9 -2      maven-plugins/jnlp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.18
  +++ project.xml	10 Mar 2004 12:04:27 -0000	1.19
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-jnlp-plugin</id>
     <name>Maven JNLP Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <shortDescription>JNLP Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jnlp/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/jnlp/</siteDirectory>
  @@ -54,4 +54,11 @@
       </developer>
     </developers>
     <dependencies/>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_JNLP_1_3</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.13      +12 -33    maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	4 Mar 2004 18:36:13 -0000	1.12
  +++ changes.xml	10 Mar 2004 12:04:27 -0000	1.13
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,43 +24,21 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -    <release version="1.3" date="In CVS">
  -      <action dev="evenisse" type="add" issue="MPJNLP-7">
  -        Added extra property maven.jnlp.cert.version to support certificate renewals.
  -      </action>
  -      <action dev="evenisse" type="fix" issue="MPJNLP-6">
  -        Updated jarversions support to take SNAPSHOT jars into account.
  -      </action>
  -      <action dev="evenisse" type="fix" issue="MPJNLP-1">
  -      </action>
  -      <action dev="evenisse" type="fix" issue="MPJNLP-4">
  -        Add support for jar versions.
  -      </action>
  -      <action dev="jvanzyl" type="update">
  -        Remove the need for ${pom} interpolation in properties. The
  -        use of the maven:property tag is now used to glean a default property.
  -      </action>
  +    <release version="1.3" date="2004-03-10">
  +      <action dev="evenisse" type="add" issue="MPJNLP-7">Added extra property maven.jnlp.cert.version to support certificate renewals.</action>
  +      <action dev="evenisse" type="fix" issue="MPJNLP-6">Updated jarversions support to take SNAPSHOT jars into account.</action>
  +      <action dev="evenisse" type="fix" issue="MPJNLP-1"></action>
  +      <action dev="evenisse" type="fix" issue="MPJNLP-4">Add support for jar versions.</action>
  +      <action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
       </release>
       <release version="1.2" date="2003-09-29">
  -      <action dev="evenisse" type="fix">
  -        Fixes for MAVEN-518.
  -        Artifact processing in the plugin 
  -        was slightly changed and now it supports jar overriding mechanism           
  -      </action>
  -      <action dev="evenisse" type="fix" due-to="James Macgill">
  -        Fix Maven-343. Support large jar files.
  -      </action>
  -      <action dev="evenisse" type="fix">
  -        Fix generated jnlp file. We use now argument tag instead of sysproperty tag.
  -      </action>
  +      <action dev="evenisse" type="fix">Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism</action>
  +      <action dev="evenisse" type="fix" due-to="James Macgill">Fix Maven-343. Support large jar files.</action>
  +      <action dev="evenisse" type="fix">Fix generated jnlp file. We use now argument tag instead of sysproperty tag.</action>
       </release>
       <release version="1.1" date="in CVS">
  -      <action dev="evenisse" type="add" due-to="Dominique Collette">
  -        Add the possibility to choose the main jar.
  -      </action>
  +      <action dev="evenisse" type="add" due-to="Dominique Collette">Add the possibility to choose the main jar.</action>
       </release>
     </body>
   </document>
  -
  
  
  

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