mirror of https://github.com/apache/ant-ivy
Update CHANGES, RELEASE_NOTES, version.properties headers for 2.4.0-rc1 release
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.4.0-rc1@1559570 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db711125b7
commit
957d420ae3
|
|
@ -137,7 +137,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br
|
|||
Sven Zethelius
|
||||
Aleksey Zhukov
|
||||
|
||||
trunk
|
||||
2.4.0-rc1
|
||||
=====================================
|
||||
- DOCUMENTATION: Broken link in <dependency> documentation (IVY-1405)
|
||||
- DOCUMENTATION: Explicitly document that threaded use is not supported.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Apache Ivy (TM) v2.4.0-devel
|
||||
Apache Ivy (TM) v2.4.0-rc1
|
||||
Release Notes
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
# * specific language governing permissions and limitations
|
||||
# * under the License.
|
||||
# ***************************************************************
|
||||
target.ivy.version=2.4.0
|
||||
target.ivy.version=2.4.0-rc1
|
||||
# Following OSGi spec: have to be 3 numbers separated by dots
|
||||
target.ivy.bundle.version=2.4.0
|
||||
# in case we want to add a qualifier such as alpha, beta, etc...
|
||||
# if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200
|
||||
target.ivy.bundle.version.qualifier=alpha_
|
||||
target.ivy.bundle.version.qualifier=cr1_
|
||||
|
|
|
|||
Loading…
Reference in New Issue