ensure the next release, if any, uses proper ivy coordinates
diff --git a/changes.xml b/changes.xml
index 4e43174..deef041 100644
--- a/changes.xml
+++ b/changes.xml
@@ -38,6 +38,10 @@
   </properties>
 
   <release version="1.4" date="unreleased">
+    <action type="update" breaks-bwc="true">
+      The coordinates inside the Ivy file have been changed to match
+      those of the POM.
+    </action>
     <action type="fix" issue="57341">
       The br-replace template inside the XSLT stylesheets used by
       for reports could cause stack overflows or out-of-memory errors
diff --git a/common b/common
index 51f7f81..159f032 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 51f7f81979e31e6ca6d7711c16508a229e940e09
+Subproject commit 159f032c33839f0afea7c9c857a9e43da81e2969
diff --git a/ivy.xml b/ivy.xml
index 28316f2..79d4b56 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -18,7 +18,7 @@
 
 -->
 <ivy-module version="2.0">
-  <info organisation="Apache Ant"
+  <info organisation="org.apache.ant"
         module="${artifact.name}"
         revision="${artifact.version}"
         publication="${artifact.publication.datetime}">