Tweak the release notes to include the last enhancement.
Update version number to 1.0.4 in both build.xml and MANIFEST.MF (in the original Ant based build mechanisms, we used to use filter replacement so you only had to change this in one place; is there some technique to regain that benefit that works with both Ant and Maven?). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
<!--
|
||||
"Logging" component of the Jakarta Commons Subproject
|
||||
$Id: build.xml,v 1.43 2004/03/03 19:13:48 dirkv Exp $
|
||||
$Id: build.xml,v 1.44 2004/03/06 22:20:54 craigmcc Exp $
|
||||
-->
|
||||
|
||||
|
||||
@@ -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.1-dev"/>
|
||||
<property name="component.version" value="1.0.4"/>
|
||||
|
||||
<!-- The base directory for compilation targets -->
|
||||
<property name="build.home" value="${basedir}/target"/>
|
||||
|
||||
Reference in New Issue
Block a user