Bump sub-release number; really just added a note that in the future
we won't need versions for xml-commons as a whole, just for the individual components. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecae5130ad
commit
923ad01f94
@ -14,6 +14,13 @@ just creates a distribution out of all of them.
|
|||||||
<property file="build.properties"/>
|
<property file="build.properties"/>
|
||||||
|
|
||||||
<!-- Name and version information -->
|
<!-- Name and version information -->
|
||||||
|
<!-- NOTE: In the future, it's likely we will be releasing each
|
||||||
|
component individually, so there really isn't a need for a
|
||||||
|
version number for the whole xml-commons project. This section
|
||||||
|
and the distro stuff in this file needs to be reworked.
|
||||||
|
Note, however, the docs section in this file, esp. forrest stuff,
|
||||||
|
should be kept for the whole xml-commons project. Sep-03 -sc
|
||||||
|
-->
|
||||||
<!-- Versions similar to Xalan builds: major.minor [isbeta release | release]
|
<!-- Versions similar to Xalan builds: major.minor [isbeta release | release]
|
||||||
Version flow:
|
Version flow:
|
||||||
Beta builds leading up to 1.0 gold: 1.0.b1, 1.0.b2, ...
|
Beta builds leading up to 1.0 gold: 1.0.b1, 1.0.b2, ...
|
||||||
@ -29,7 +36,7 @@ just creates a distribution out of all of them.
|
|||||||
<property name="version.major" value="1"/>
|
<property name="version.major" value="1"/>
|
||||||
<property name="version.minor" value="0"/>
|
<property name="version.minor" value="0"/>
|
||||||
<property name="version.isbeta" value="b"/><!-- values: 'b'|'' -->
|
<property name="version.isbeta" value="b"/><!-- values: 'b'|'' -->
|
||||||
<property name="version.release" value="2"/>
|
<property name="version.release" value="3"/>
|
||||||
<property name="version" value="${version.major}.${version.minor}.${version.isbeta}${version.release}" />
|
<property name="version" value="${version.major}.${version.minor}.${version.isbeta}${version.release}" />
|
||||||
|
|
||||||
<!-- Location of the system's temporary directory; all output sent here -->
|
<!-- Location of the system's temporary directory; all output sent here -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user