[maven-release-plugin] prepare release org.apache.sling.jcr.oak.server-1.3.0
diff --git a/pom.xml b/pom.xml
index b1f433e..ee7491d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.jcr.oak.server</artifactId>
-  <version>1.2.11-SNAPSHOT</version>
+  <version>1.3.0</version>
 
   <name>Apache Sling JCR Oak Server</name>
   <description>This bundle provides a SlingRepository based on Apache Jackrabbit Oak.</description>
@@ -38,14 +38,14 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-oak-server.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.jcr.oak.server-1.3.0</tag>
   </scm>
 
   <properties>
     <jackrabbit.version>2.16.3</jackrabbit.version>
     <oak.version>1.8.9</oak.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-    <project.build.outputTimestamp>2020-10-21T17:26:41Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-05-12T20:21:13Z</project.build.outputTimestamp>
   </properties>
 
   <build>