mirror of https://github.com/apache/ant-ivy
Merge pull request #104 from maartenc/release_2.5.3
Prepare 2.5.3 release
This commit is contained in:
commit
879ef9e92b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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]"/>
|
||||
|
|
|
|||
|
|
@ -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]"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue