[maven-release-plugin] prepare release maven-plugins-pom-6
diff --git a/maven-plugins-pom/pom.xml b/maven-plugins-pom/pom.xml
index 850ec0c..683bf4b 100644
--- a/maven-plugins-pom/pom.xml
+++ b/maven-plugins-pom/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -27,7 +26,7 @@
 
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>maven-plugins-pom</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
 
     <packaging>pom</packaging>
     <name>Apache ServiceMix :: Plugins :: Plugins POM</name>
@@ -36,7 +35,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-plugins.git</url>
-        <tag>HEAD</tag>
+        <tag>maven-plugins-pom-6</tag>
     </scm>
 
     <properties>