[maven-release-plugin] prepare release 0.24.0
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 7d24347..830b381 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.24.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 42833b4..c6125d7 100644
--- a/examples/engine/pom.xml
+++ b/examples/engine/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.24.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index fa6371c..08d25e0 100644
--- a/examples/reactor/pom.xml
+++ b/examples/reactor/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.24.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 7ff089a..1a6619d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-j-parent</artifactId>
-  <version>0.24.0-SNAPSHOT</version>
+  <version>0.24.0</version>
   <packaging>pom</packaging>
 
   <name>Proton-J Parent</name>
@@ -169,7 +169,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git</url>
-    <tag>HEAD</tag>
+    <tag>0.24.0</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 6c6e954..95c4002 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.24.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index 698228d..40c7992 100644
--- a/tests/performance-jmh/pom.xml
+++ b/tests/performance-jmh/pom.xml
@@ -15,12 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>proton-j-parent</artifactId>
-        <version>0.24.0-SNAPSHOT</version>
+        <version>0.24.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -67,8 +66,7 @@
                         <configuration>
                             <finalName>proton-j-performance-jmh</finalName>
                             <transformers>
-                                <transformer
-                                        implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>org.openjdk.jmh.Main</mainClass>
                                 </transformer>
                             </transformers>
diff --git a/tests/pom.xml b/tests/pom.xml
index 0612daa..e1abf55 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.24.0</version>
   </parent>
 
   <artifactId>proton-tests</artifactId>