[maven-release-plugin] prepare release apache-33
diff --git a/docs/pom.xml b/docs/pom.xml
index 02eb09e..2fba2c3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>33-SNAPSHOT</version>
+    <version>33</version>
   </parent>
 
   <artifactId>docs</artifactId>
diff --git a/pom.xml b/pom.xml
index d02e04f..b03121d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
-  <version>33-SNAPSHOT</version>
+  <version>33</version>
   <packaging>pom</packaging>
 
   <name>The Apache Software Foundation</name>
@@ -67,7 +67,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>
     <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>apache-33</tag>
   </scm>
 
   <distributionManagement>
@@ -102,7 +102,7 @@
     <surefire.version>3.3.0</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
 
-    <project.build.outputTimestamp>2024-04-13T16:31:35Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-07-04T18:52:46Z</project.build.outputTimestamp>
 
     <version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
     <version.apache-resource-bundles>1.5</version.apache-resource-bundles>