You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2006/03/20 03:19:09 UTC

svn commit: r387107 - in /jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH: build.xml project.xml

Author: sandymac
Date: Sun Mar 19 18:19:08 2006
New Revision: 387107

URL: http://svn.apache.org/viewcvs?rev=387107&view=rev
Log:
Update build numbers for 1.3-rc1

Modified:
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml?rev=387107&r1=387106&r2=387107&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml Sun Mar 19 18:19:08 2006
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2003-2004,2006 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
 
       <property name="name" value="commons-pool"/>
       <property name="title" value="Jakarta Commons Object Pooling Package"/>
-      <property name="version" value="Nightly-${DSTAMP}${TSTAMP}"/>
+      <property name="version" value="1.3-rc1"/>
       <property name="package" value="org.apache.commons.pool.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>
@@ -49,7 +49,7 @@
       <property name="build.classes.dir" value="${build.dir}/classes"/>
       <property name="build.test-classes.dir" value="${build.dir}/test-classes"/>
       <property name="dist.dir" value="${basedir}/dist"/>
-      <property name="dist.jar" value="${dist.dir}/${name}.jar"/>
+      <property name="dist.jar" value="${dist.dir}/${name}-${version}.jar"/>
 
       <property name="test.entry" value="org.apache.commons.pool.TestAll"/>
       <property name="test.failonerror" value="true" /> 

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml?rev=387107&r1=387106&r2=387107&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml Sun Mar 19 18:19:08 2006
@@ -21,7 +21,7 @@
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
   <inceptionYear>2001</inceptionYear>
-  <currentVersion>1.3-dev</currentVersion>
+  <currentVersion>1.3-rc1</currentVersion>
   <shortDescription>Commons Object Pooling Library</shortDescription>
   <description>Commons Object Pooling Library</description>
   <logo>/images/pool-logo-white.png</logo>



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