1
0

Updated to reflect 1.0.3 release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2003-04-07 09:36:10 +00:00
parent 3675338d7a
commit a9bd59d60a
2 changed files with 10 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Logging</em> Component</h1>
$Id: STATUS.html,v 1.11 2003/04/06 21:18:35 rdonkin Exp $<br />
$Id: STATUS.html,v 1.12 2003/04/07 09:36:10 rdonkin Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@@ -83,6 +83,13 @@ to use are present in the classpath when they use this component. </p>
<th width="50%">Version</th>
<th width="50%">Release Date</th>
</tr>
<tr>
<td>commons-logging-1.0.3 is available through the standard mirrors.
Binaries are <a href='http://jakarta.apache.org/site/binindex.cgi'>here</a> and
source is <a href='http://jakarta.apache.org/site/sourceindex.cgi'>here</a>
</td>
<td>7-Apr-2003</td>
</tr>
<tr>
<td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2'>
commons-logging-1.0.2</a></td>

View File

@@ -3,7 +3,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.34 2003/04/06 20:37:31 rdonkin Exp $
$Id: build.xml,v 1.35 2003/04/07 09:36:10 rdonkin Exp $
-->
@@ -45,7 +45,7 @@
<property name="component.title" value="Logging Wrapper Library"/>
<!-- The current version number of this component -->
<property name="component.version" value="1.0.3"/>
<property name="component.version" value="1.1-dev"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="${basedir}/target"/>