[maven-release-plugin] prepare release maven-project-info-reports-plugin-3.3.0
diff --git a/pom.xml b/pom.xml
index b71f289..5a719bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>36</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-project-info-reports-plugin</artifactId>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.3.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Project Info Reports Plugin</name>
@@ -100,7 +100,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-project-info-reports-plugin-3.3.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -127,7 +127,7 @@
     <surefire.version>2.22.2</surefire.version>
     <javaVersion>8</javaVersion>
     <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2022-02-21T20:17:22Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-23T10:29:24Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>