Updated HEAD version.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<property name="component.title" value="Logging Wrapper Library"/>
|
||||
|
||||
<!-- The current version number of this component -->
|
||||
<property name="component.version" value="1.0.5-dev"/>
|
||||
<property name="component.version" value="1.0.6-dev"/>
|
||||
|
||||
<!-- The base directory for compilation targets -->
|
||||
<property name="build.home" value="${basedir}/target"/>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<!--
|
||||
"Logging" component of the Jakarta Commons Subproject
|
||||
$Id: build.xml,v 1.1 2004/11/04 23:00:04 rdonkin Exp $
|
||||
$Id$
|
||||
-->
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<property name="component.title" value="Logging Wrapper Library (Optional Implementations)"/>
|
||||
|
||||
<!-- The current version number of this component -->
|
||||
<property name="component.version" value="1.0.5-dev"/>
|
||||
<property name="component.version" value="1.0.6-dev"/>
|
||||
|
||||
<!-- The base directory for compilation targets -->
|
||||
<property name="build.home" value="${basedir}/target"/>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<name>Logging</name>
|
||||
<id>commons-logging-optional</id>
|
||||
<currentVersion>1.0.5-dev</currentVersion>
|
||||
<currentVersion>1.0.6-dev</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<shortDescription>Commons Logging (Optional Implementations)</shortDescription>
|
||||
<description>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<name>Logging</name>
|
||||
<id>commons-logging</id>
|
||||
<currentVersion>1.0.5-dev</currentVersion>
|
||||
<currentVersion>1.0.6-dev</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<shortDescription>Commons Logging</shortDescription>
|
||||
<description>
|
||||
|
||||
@@ -58,6 +58,17 @@ package. In addition, there is a (short)
|
||||
|
||||
|
||||
<section name="Releases">
|
||||
<subsection name='1.0.5 Release (Proposed)'>
|
||||
<p>
|
||||
<strong>Note:</strong> <em>release candidate is currently under preparation.</em>
|
||||
</p>
|
||||
<p>
|
||||
JCL 1.0.5 is a service release adding optional improved automatic memory management
|
||||
for containers which do not support JCL explicit memory release
|
||||
during hot reployment (1.4+ JVMs only). For more details see the
|
||||
<a href='guide.html#Classloader%20and%20Memory%20Management'>user guide</a>.
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name='1.0.4 Release'>
|
||||
<p>
|
||||
The 1.0.4 release of commons-logging is a service
|
||||
|
||||
Reference in New Issue
Block a user