This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push: new 6fc8657b prepare Ivy 2.5.2 6fc8657b is described below commit 6fc8657b81082b1c986aa35a787a15cad06c4b98 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Wed Aug 16 20:58:47 2023 +0200 prepare Ivy 2.5.2 --- ivy.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ivy.xml b/ivy.xml index c3dac27e..47a21578 100644 --- a/ivy.xml +++ b/ivy.xml @@ -21,7 +21,7 @@ xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> <info organisation="org.apache.ivy" module="ivy" - status="integration"> + status="release"> <description homepage="http://ant.apache.org/ivy/"> Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. </description> diff --git a/version.properties b/version.properties index dc92edea..f90a3e3b 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ target.ivy.bundle.version=2.5.2 # 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 # NB: be careful with naming, OSGi orders version alphabetically. Suggested values: alpha_, beta_, cr1_ (for RC-1), final_ -target.ivy.bundle.version.qualifier=alpha_ +target.ivy.bundle.version.qualifier=final_ # Versions of dependencies