[maven-release-plugin] prepare release logging-parent-9
diff --git a/pom.xml b/pom.xml
index 38dcb07..121b6e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.logging</groupId>
   <artifactId>logging-parent</artifactId>
-  <version>9-SNAPSHOT</version>
+  <version>9</version>
   <packaging>pom</packaging>
 
   <name>Apache Logging Services</name>
@@ -54,7 +54,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>logging-parent-9</tag>
     <url>https://gitbox.apache.org/repos/asf?p=logging-parent.git</url>
   </scm>
 
@@ -68,7 +68,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <!-- Support reproducible builds with a static build timestamp -->
-    <project.build.outputTimestamp>1677790598</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1682105044</project.build.outputTimestamp>
     <spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>
   </properties>