[maven-release-plugin] prepare release maven-enforcer-rules-1.1.0
diff --git a/pom.xml b/pom.xml
index 0acdecc..12bc611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <version>48</version>
     </parent>
     <artifactId>maven-enforcer-rules</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>Maven Enforcer Rules</name>
     <description>Custom Maven Enforcer rules specifically targeted at working with OSGi bundle modules</description>
 
@@ -34,14 +34,14 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-maven-enforcer-rules.git</url>
-      <tag>HEAD</tag>
+      <tag>maven-enforcer-rules-1.1.0</tag>
   </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>
         <api.version>3.0.0</api.version>
         <maven.version>3.1.1</maven.version><!-- must be the same version as used by m-enforcer-p/enforcer-api due to shared classloader -->
-        <project.build.outputTimestamp>1654762702</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1656073050</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>