This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
The following commit(s) were added to refs/heads/master by this push:
new 8799a4e keep version as part of retrieved file so fat-dist becomes
more user-friendly
8799a4e is described below
commit 8799a4efbc75481580feef2490b1b31ac12ce9f8
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat May 23 18:15:19 2026 +0200
keep version as part of retrieved file so fat-dist becomes more
user-friendly
---
ivy.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ivy.xml b/ivy.xml
index 12906ef..95162ef 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -145,8 +145,8 @@
<target name="resolve" depends="install-ivy,-no-resolve" if="with.ivy"
unless="no.resolve">
<ivy:resolve file="ivy.xml"/>
- <ivy:retrieve conf="default" pattern="${lib.dir.compile}/[artifact].[ext]"
sync="yes"/>
- <ivy:retrieve conf="test" pattern="${lib.dir.test}/[artifact].[ext]"
sync="yes"/>
+ <ivy:retrieve conf="default"
pattern="${lib.dir.compile}/[artifact]-[revision].[ext]" sync="yes"/>
+ <ivy:retrieve conf="test"
pattern="${lib.dir.test}/[artifact]-[revision].[ext]" sync="yes"/>
<ivy:cachepath pathid="classpath.compile" conf="default"/>
<ivy:cachepath pathid="classpath.test" conf="default,test"/>
</target>