[maven-release-plugin] prepare release logging-parent-7
diff --git a/pom.xml b/pom.xml
index fc74922..c3fc2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.logging</groupId>
   <artifactId>logging-parent</artifactId>
   <packaging>pom</packaging>
-  <version>7-SNAPSHOT</version>
+  <version>7</version>
 
   <name>Apache Logging Services</name>
   <description>
@@ -44,14 +44,14 @@
     <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>1664126943</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1664127147</project.build.outputTimestamp>
   </properties>
 
   <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>
     <url>https://gitbox.apache.org/repos/asf?p=logging-parent.git</url>
-    <tag>HEAD</tag>
+    <tag>logging-parent-7</tag>
   </scm>
 
   <mailingLists>