You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2021/10/29 14:45:39 UTC

[ant] branch master updated: add new jakartamail artifact to Ivy as well

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.git


The following commit(s) were added to refs/heads/master by this push:
     new dde3f73  add new jakartamail artifact to Ivy as well
dde3f73 is described below

commit dde3f7363ca527893db18fed6df3a5abdebca554
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Fri Oct 29 16:43:39 2021 +0200

    add new jakartamail artifact to Ivy as well
---
 release/ivy.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/release/ivy.xml b/release/ivy.xml
index 471104d..ccd677d 100644
--- a/release/ivy.xml
+++ b/release/ivy.xml
@@ -109,6 +109,12 @@
     <artifact name="ant-javamail" type="jar.asc" ext="jar.asc"/>
     <artifact name="ant-javamail" type="source" ext="jar" e:classifier="sources"/>
     <artifact name="ant-javamail" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+    <artifact name="ant-jakartamail" type="pom" ext="pom"/>
+    <artifact name="ant-jakartamail" type="pom.asc" ext="pom.asc"/>
+    <artifact name="ant-jakartamail" type="jar" ext="jar"/>
+    <artifact name="ant-jakartamail" type="jar.asc" ext="jar.asc"/>
+    <artifact name="ant-jakartamail" type="source" ext="jar" e:classifier="sources"/>
+    <artifact name="ant-jakartamail" type="source.asc" ext="jar.asc" e:classifier="sources"/>
     <artifact name="ant-jdepend" type="pom" ext="pom"/>
     <artifact name="ant-jdepend" type="pom.asc" ext="pom.asc"/>
     <artifact name="ant-jdepend" type="jar" ext="jar"/>