[maven-release-plugin]  copy for tag karaf-2.1.2

git-svn-id: https://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.2@1037703 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3f90f7f..8437c88 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -34,6 +34,7 @@
     * [KARAF-284] - Remove snapshot dependency on org.apache.karaf.shell.console in archetypes/command/src/main/resources/archetype-resources/pom.xml
     * [KARAF-285] - The bin/shell script should not read the input stream when a command is passed
     * [KARAF-286] - When running in the plain shell console (using bin/shell), tab completion prints lots of exceptions
+    * [KARAF-292] - Maven filtering issue for Windows batch file in kit.
 
 ** Task
     * [KARAF-276] - upgrade to pax-url 1.2.1
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5af3fbe..bb0e911 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -336,6 +336,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <useDefaultDelimiters>false</useDefaultDelimiters>
+                    <delimiters>
+                        <delimiter>${*}</delimiter>
+                    </delimiters>
+                </configuration>
                 <executions>
                     <execution>
                         <id>filter</id>