From 9f1417f8e6385e4d1b227bc7c871c485959e8145 Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Sun, 13 Oct 2024 10:28:36 +0200 Subject: [PATCH 1/3] Migrated to org.jung.ant-contrib Signed-off-by: Stefan Jung --- org.doctales.ant-contrib.json => org.jung.ant-contrib.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename org.doctales.ant-contrib.json => org.jung.ant-contrib.json (61%) diff --git a/org.doctales.ant-contrib.json b/org.jung.ant-contrib.json similarity index 61% rename from org.doctales.ant-contrib.json rename to org.jung.ant-contrib.json index c9acfc6..8afa828 100644 --- a/org.doctales.ant-contrib.json +++ b/org.jung.ant-contrib.json @@ -1,6 +1,6 @@ [ { - "name": "org.doctales.ant-contrib", + "name": "org.jung.ant-contrib", "description": "Utility plugin which provides the ant-contrib library.", "keywords": ["Ant"], "homepage": "https://github.com/doctales/org.doctales.ant-contrib/", @@ -12,7 +12,7 @@ "req": ">=1.0.0" } ], - "url": "https://github.com/doctales/org.doctales.ant-contrib/archive/1.0.beta3.zip", - "cksum": "cbfeafdbb2edd7d1d349cfd1cfcf8f6b66a7fb88808e159ff5a3cec233a17949" + "url": "https://github.com/stefan-jung/org.jung.ant-contrib/archive/refs/tags/1.0.beta3.zip", + "cksum": "d9d91cb0205265211f25a43a9c449d15d460021f7ea86a952a0191c91a581f49" } ] From 6976cd41be20f8be3ab618c683c1addfa2df81d1 Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Sun, 13 Oct 2024 19:26:07 +0200 Subject: [PATCH 2/3] Fix website URL. Signed-off-by: Stefan Jung --- org.jung.ant-contrib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jung.ant-contrib.json b/org.jung.ant-contrib.json index 8afa828..447be7c 100644 --- a/org.jung.ant-contrib.json +++ b/org.jung.ant-contrib.json @@ -3,7 +3,7 @@ "name": "org.jung.ant-contrib", "description": "Utility plugin which provides the ant-contrib library.", "keywords": ["Ant"], - "homepage": "https://github.com/doctales/org.doctales.ant-contrib/", + "homepage": "https://stefan-jung.org/plugins/ant-contrib", "vers": "1.0.0-beta3", "license": "Apache-1.1", "deps": [ From 060500b8d8e7ea85cd02f6b6b88594b671a39938 Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Fri, 18 Oct 2024 13:01:39 +0200 Subject: [PATCH 3/3] Add alias Signed-off-by: Stefan Jung --- org.doctales.ant-contrib.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 org.doctales.ant-contrib.json diff --git a/org.doctales.ant-contrib.json b/org.doctales.ant-contrib.json new file mode 100644 index 0000000..a96bb30 --- /dev/null +++ b/org.doctales.ant-contrib.json @@ -0,0 +1,5 @@ +[ + { + "alias": "org.jung.ant-contrib" + } +]