[maven-release-plugin] prepare release org.apache.felix.utils-1.11.6
diff --git a/utils/pom.xml b/utils/pom.xml
index c63306c..9bcad84 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -27,14 +27,15 @@
     <modelVersion>4.0.0</modelVersion>
     <name>Apache Felix Utils</name>
     <description>Utility classes for OSGi.</description>
-    <version>1.11.5-SNAPSHOT</version>
+    <version>1.11.6</version>
     <artifactId>org.apache.felix.utils</artifactId>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    </scm>
+      <tag>org.apache.felix.utils-1.11.6</tag>
+  </scm>
 
     <properties>
         <felix.java.version>7</felix.java.version>