Merge pull request #104 from maartenc/release_2.5.3

Prepare 2.5.3 release
This commit is contained in:
Maarten Coene 2024-12-20 12:46:19 +01:00 committed by GitHub
commit 879ef9e92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 7 deletions

View File

@ -19,7 +19,7 @@
= Ivy Release Announcement
XXXX Date XXXX - The Apache Ivy project is pleased to announce its 2.5.3 release.
December 21 2024 - The Apache Ivy project is pleased to announce its 2.5.3 release.
== What is Ivy?
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility,
@ -34,7 +34,7 @@ More information about the project can be found on the website link:https://ant.
== Key features in this release
Key features of this 2.5.3 release are:
This 2.5.3 release is a bugfix release, no new features have been added.
== List of Changes in this Release

View File

@ -493,8 +493,10 @@
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report.dir}/rat-report.txt">
<fileset dir="${basedir}">
<exclude name=".classpath"/>
<exclude name="*.iml"/>
<exclude name="ReleaseInstructions"/>
<exclude name=".ivy2/**/*"/>
<exclude name=".idea/**/*"/>
<exclude name="build/**/*"/>
<exclude name="bin/**/*"/>
<exclude name="**/*.md5"/>

View File

@ -17,6 +17,6 @@
under the License.
-->
<ivysettings>
<include url="file:${ivy.settings.dir}/ivysettings-props.xml"/>
<include url="file:${ivy.settings.dir}/ivysettings-test.xml"/>
<include url="${ivy.settings.dir.url}/ivysettings-props.xml"/>
<include url="${ivy.settings.dir.url}/ivysettings-test.xml"/>
</ivysettings>

View File

@ -22,7 +22,7 @@
<caches defaultCacheDir="${cache.dir}"/>
<resolvers>
<chain name="test">
<ibiblio name="m2-local" m2compatible="true" useMavenMetadata="true" root="file:${ivy.settings.dir}/m2" />
<ibiblio name="m2-local" m2compatible="true" useMavenMetadata="true" root="${ivy.settings.dir.url}/m2" />
</chain>
</resolvers>
</ivysettings>

View File

@ -36,7 +36,7 @@
</filesystem>
</dual>
<ibiblio name="m2" m2compatible="true" useMavenMetadata="true"
root="file:${ivy.settings.dir}/m2" />
root="${ivy.settings.dir.url}/m2" />
</chain>
<filesystem name="install">
<ivy pattern="${ivy.basedir}/build/test/install/[organisation]/[module]/[artifact]-[revision].[ext]"/>

View File

@ -36,7 +36,7 @@
</filesystem>
</dual>
<ibiblio name="m2" m2compatible="true" useMavenMetadata="true"
root="file:${ivy.settings.dir}/m2" />
root="${ivy.settings.dir.url}/m2" />
</chain>
<filesystem name="install">
<ivy pattern="${ivy.basedir}/build/test/install/[organisation]/[module]/[artifact]-[revision].[ext]"/>