[maven-release-plugin] prepare release org.apache.felix.utils-1.11.8
diff --git a/utils/pom.xml b/utils/pom.xml
index f15e5d8..10ac677 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -27,14 +27,14 @@
     <modelVersion>4.0.0</modelVersion>
     <name>Apache Felix Utils</name>
     <description>Utility classes for OSGi.</description>
-    <version>1.11.7-SNAPSHOT</version>
+    <version>1.11.8</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>
-      <tag>HEAD</tag>
+      <tag>org.apache.felix.utils-1.11.8</tag>
   </scm>
 
     <properties>