evenisse    2004/07/12 06:02:51

  Modified:    jnlp     project.xml
               jnlp/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.23      +6 -1      maven-plugins/jnlp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml       25 Jun 2004 15:24:29 -0000      1.22
  +++ project.xml       12 Jul 2004 13:02:50 -0000      1.23
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jnlp-plugin</id>
     <name>Maven JNLP Plug-in</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <shortDescription>JNLP Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jnlp/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>
  @@ -59,6 +59,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_JNLP_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_JNLP_1_4</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.20      +2 -2      maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml       19 Jun 2004 12:42:25 -0000      1.19
  +++ changes.xml       12 Jul 2004 13:02:50 -0000      1.20
  @@ -25,7 +25,7 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.4" date="In CVS">
  +    <release version="1.4" date="2004-07-12">
         <action dev="dion" type="add">Add initial attempt at test project</action>
         <action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly 
jnlp:generate-keystore goal.</action>
         <action dev="evenisse" type="add" due-to="Pelle Braendgaard" 
issue="MPJNLP-8">Added Support for JarDiff.</action>
  @@ -36,7 +36,7 @@
       <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-1"/>
         <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>
  
  
  

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

Reply via email to