[maven-release-plugin] prepare release org.apache.sling.models.caconfig-1.0.0
diff --git a/pom.xml b/pom.xml
index af03dd7..951fd37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.caconfig</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
     <name>Apache Sling Models Context-Aware Configuration</name>
     <description>Integration of Sling Models and Sling Context-Aware Configuration</description>
@@ -37,10 +37,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-caconfig.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-caconfig.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-caconfig.git</url>
-    </scm>
+      <tag>org.apache.sling.models.caconfig-1.0.0</tag>
+  </scm>
 
     <properties>
-        <project.build.outputTimestamp>2021-12-22T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-03T11:49:06Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>