diff --git a/org.doctales.ant-contrib.json b/org.doctales.ant-contrib.json index c9acfc6..a96bb30 100644 --- a/org.doctales.ant-contrib.json +++ b/org.doctales.ant-contrib.json @@ -1,18 +1,5 @@ [ { - "name": "org.doctales.ant-contrib", - "description": "Utility plugin which provides the ant-contrib library.", - "keywords": ["Ant"], - "homepage": "https://github.com/doctales/org.doctales.ant-contrib/", - "vers": "1.0.0-beta3", - "license": "Apache-1.1", - "deps": [ - { - "name": "org.dita.base", - "req": ">=1.0.0" - } - ], - "url": "https://github.com/doctales/org.doctales.ant-contrib/archive/1.0.beta3.zip", - "cksum": "cbfeafdbb2edd7d1d349cfd1cfcf8f6b66a7fb88808e159ff5a3cec233a17949" + "alias": "org.jung.ant-contrib" } ] diff --git a/org.jung.ant-contrib.json b/org.jung.ant-contrib.json new file mode 100644 index 0000000..447be7c --- /dev/null +++ b/org.jung.ant-contrib.json @@ -0,0 +1,18 @@ +[ + { + "name": "org.jung.ant-contrib", + "description": "Utility plugin which provides the ant-contrib library.", + "keywords": ["Ant"], + "homepage": "https://stefan-jung.org/plugins/ant-contrib", + "vers": "1.0.0-beta3", + "license": "Apache-1.1", + "deps": [ + { + "name": "org.dita.base", + "req": ">=1.0.0" + } + ], + "url": "https://github.com/stefan-jung/org.jung.ant-contrib/archive/refs/tags/1.0.beta3.zip", + "cksum": "d9d91cb0205265211f25a43a9c449d15d460021f7ea86a952a0191c91a581f49" + } +]