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

git-svn-id: https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.1@508008 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5ee7061..b853179 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.0</version>
+  <version>1.1</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:http://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/resources/tags/apache-jar-resource-bundle-1.1</url>
+  </scm>
 </project>
diff --git a/src/main/resources/META-INF/NOTICE.vm b/src/main/resources/META-INF/NOTICE.vm
index 3a82dec..bfd4113 100644
--- a/src/main/resources/META-INF/NOTICE.vm
+++ b/src/main/resources/META-INF/NOTICE.vm
@@ -1,6 +1,6 @@
 // ------------------------------------------------------------------
-// NOTICE file corresponding to the section 4d of The Apache License,                                                                                               
-// Version 2.0, in this case for ${project.name}                                                                                  
+// NOTICE file corresponding to the section 4d of The Apache License,
+// Version 2.0, in this case for ${project.name}
 // ------------------------------------------------------------------
 
 ${project.name}
@@ -9,7 +9,27 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-#foreach ( $project in $projects )
-This product includes software, $project.name, developed by                                                                                                   
-$project.organization.name ($project.organization.url).
+#if($preProjectText)
+$preProjectText
 #end
+
+#if(!$noProjects)
+#foreach ( $project in $projects )
+This product includes/uses software, $project.name#if($project.url) ($project.url)#end
+#if( $project.organization.name )
+,
+developed by $project.organization.name #if( $project.organization.url ) ($project.organization.url)#end
+#end
+#if ($addLicense)#foreach ( $license in $project.licenses)
+
+License: $license.name #if ($license.url) ($license.url)#end
+#end#end
+
+
+#end
+#end
+
+#if($postProjectText)
+$postProjectText
+#end
+