[maven-scm] copy for tag apache-jar-resource-bundle-1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4@637922 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1e904c7..0e32dae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,9 +8,15 @@
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains templates for generating the necessary license files and notices for all Apache releases.
   </description>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</url>
+  </scm>
 </project>
diff --git a/src/main/resources/META-INF/DEPENDENCIES.vm b/src/main/resources/META-INF/DEPENDENCIES.vm
index abd09a2..76b5c00 100644
--- a/src/main/resources/META-INF/DEPENDENCIES.vm
+++ b/src/main/resources/META-INF/DEPENDENCIES.vm
@@ -18,6 +18,9 @@
 ##
 ## $Date: 2008-03-09 23:17:06 -0700 (Sun, 09 Mar 2008) $ $Rev: 635446 $
 ##
+#if($preDepListText)
+$preDepListText
+#else
 // ------------------------------------------------------------------
 // Transitive dependencies of this project determined from the
 // maven pom organized by organization.
@@ -25,6 +28,9 @@
 
 #if ($projectName)$projectName#else${project.name}#end
 
+#end
+
+
 #foreach ( $organizationName in $projectsSortedByOrganization.keySet() )
 From: '$organizationName.name'#if($organizationName.url) ($organizationName.url)#end
 
@@ -37,3 +43,9 @@
 #end
 
 #end
+
+
+#if($postDepListText)
+$postDepListText
+#end
+