You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2005/07/07 00:25:22 UTC

svn commit: r209529 - in /jakarta/commons/proper/cli/branches/CLI_1_BRANCH: maven.xml project.xml

Author: roxspring
Date: Wed Jul  6 15:25:19 2005
New Revision: 209529

URL: http://svn.apache.org/viewcvs?rev=209529&view=rev
Log:
Preparing for a 1.1 release.
RELEASE-NOTES.txt now included in distributions
Added me as developer

Modified:
    jakarta/commons/proper/cli/branches/CLI_1_BRANCH/maven.xml
    jakarta/commons/proper/cli/branches/CLI_1_BRANCH/project.xml

Modified: jakarta/commons/proper/cli/branches/CLI_1_BRANCH/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_BRANCH/maven.xml?rev=209529&r1=209528&r2=209529&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_BRANCH/maven.xml (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_BRANCH/maven.xml Wed Jul  6 15:25:19 2005
@@ -39,6 +39,7 @@
   <postGoal name="dist:prepare-src-filesystem">
     <copy todir="${maven.dist.src.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </postGoal>
 
@@ -46,6 +47,7 @@
   <preGoal name="dist:build-bin">
     <copy todir="${maven.dist.bin.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </preGoal>
 

Modified: jakarta/commons/proper/cli/branches/CLI_1_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_BRANCH/project.xml?rev=209529&r1=209528&r2=209529&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_BRANCH/project.xml (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_BRANCH/project.xml Wed Jul  6 15:25:19 2005
@@ -18,7 +18,7 @@
   <pomVersion>3</pomVersion>
   <id>commons-cli</id>
   <name>CLI</name>
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>1.1</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons CLI</shortDescription>
   <description>
@@ -26,6 +26,10 @@
     validating a command line interface.
   </description>
   <logo>/images/logo.jpg</logo>
+  
+  <versions>
+    <version>1.0</version>
+  </versions>
 
   <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
   <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
@@ -93,6 +97,15 @@
       <organization>integral Source</organization>
       <roles>
         <role>contributed ideas and code from Optz</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Rob Oxspring</name>
+      <id>roxspring</id>
+      <email>roxspring@imapmail.org</email>
+      <organization>Indigo Stone</organization>
+      <roles>
+        <role>designed CLI2</role>
       </roles>
     </developer>
   </developers>



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