[maven-release-plugin] prepare release depends-maven-plugin-1.4.0
diff --git a/depends-maven-plugin/pom.xml b/depends-maven-plugin/pom.xml
index 80703fa..806b990 100644
--- a/depends-maven-plugin/pom.xml
+++ b/depends-maven-plugin/pom.xml
@@ -1,5 +1,4 @@
-<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 contributor license agreements. See the NOTICE file distributed 
         with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, 
@@ -13,20 +12,20 @@
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>maven-plugins-pom</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../maven-plugins-pom/pom.xml</relativePath>
     </parent>
 
     <artifactId>depends-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>Apache ServiceMix :: Plugins :: Maven2 Depends Plugin</name>
 
     <scm>
         <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>depends-maven-plugin-1.4.0</tag>
     </scm>
 
     <build>