[maven-release-plugin] prepare release org.apache.sling.tooling.support.install-1.1.0
diff --git a/pom.xml b/pom.xml
index 06e72c1..5f591ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.tooling.support.install</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
 
     <name>Apache Sling Tooling Support Install</name>
     <description>ReST endpoint for installing/updating a bundle from a directory</description>
@@ -35,11 +35,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-tooling-support-install.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.tooling.support.install-1.1.0</tag>
     </scm>
 
     <properties>
-        <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-11-25T08:20:37Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>