[maven-release-plugin] prepare release jetty-build-support-1.4
diff --git a/jetty-build-support/pom.xml b/jetty-build-support/pom.xml
index 0d89f26..076fd8d 100644
--- a/jetty-build-support/pom.xml
+++ b/jetty-build-support/pom.xml
@@ -9,7 +9,7 @@
   </parent>
   <artifactId>jetty-build-support</artifactId>
   <packaging>jar</packaging>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <name>Jetty Toolchain :: Build Support</name>
   <description>Build Support for Jetty (Contains Enforcer Rules, PMD Rulesets, etc ...)</description>
   <properties>
@@ -103,6 +103,7 @@
     <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
     <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
     <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-build-support</url>
+    <tag>jetty-build-support-1.4</tag>
   </scm>
 </project>