FELIX-4461 : Update to ASM 5 for Java 8 compatibility

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1591821 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/bnd-scr-plugin/changelog.txt b/scrplugin/bnd-scr-plugin/changelog.txt
new file mode 100644
index 0000000..404c93e
--- /dev/null
+++ b/scrplugin/bnd-scr-plugin/changelog.txt
@@ -0,0 +1,8 @@
+Changes from 1.1.0 to 1.0.0
+----------------------------
+** Improvement
+    * [FELIX-4461] - Update to ASM 5 for Java 8 compatibility
+
+
+
+
diff --git a/scrplugin/bnd-scr-plugin/pom.xml b/scrplugin/bnd-scr-plugin/pom.xml
index bf00d39..a5e1060 100644
--- a/scrplugin/bnd-scr-plugin/pom.xml
+++ b/scrplugin/bnd-scr-plugin/pom.xml
@@ -61,7 +61,7 @@
 		<dependency>
 			<groupId>org.ow2.asm</groupId>
 			<artifactId>asm-all</artifactId>
-			<version>4.0</version>
+			<version>5.0.2</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>
diff --git a/scrplugin/generator/changelog.txt b/scrplugin/generator/changelog.txt
index cdf8964..f5bb239 100644
--- a/scrplugin/generator/changelog.txt
+++ b/scrplugin/generator/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.10.0 to 1.9.0
+----------------------------
+** Improvement
+    * [FELIX-4461] - Update to ASM 5 for Java 8 compatibility
+
+
 Changes from 1.9.0 to 1.8.2
 ---------------------------
 ** Improvement
diff --git a/scrplugin/generator/pom.xml b/scrplugin/generator/pom.xml
index 33bdcb8..c2f9aac 100644
--- a/scrplugin/generator/pom.xml
+++ b/scrplugin/generator/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-all</artifactId>
-            <version>4.0</version>
+            <version>5.0.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index 518e6d9..a331a49 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.17.0 to 1.16.0
+-----------------------------
+** Improvement
+    * [FELIX-4461] - Update to ASM 5 for Java 8 compatibility
+
+
 Changes from 1.16.0 to 1.15.0
 -----------------------------
 ** Improvement
diff --git a/scrplugin/scrtask/changelog.txt b/scrplugin/scrtask/changelog.txt
index f51bbbe..021b910 100644
--- a/scrplugin/scrtask/changelog.txt
+++ b/scrplugin/scrtask/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.11.0 to 1.10.0
+-----------------------------
+** Improvement
+    * [FELIX-4461] - Update to ASM 5 for Java 8 compatibility
+
+
 Changes from 1.10.0 to 1.9.0
 ----------------------------
 ** Improvement
diff --git a/scrplugin/scrtask/pom.xml b/scrplugin/scrtask/pom.xml
index 9e8ca8c..04dd2d6 100644
--- a/scrplugin/scrtask/pom.xml
+++ b/scrplugin/scrtask/pom.xml
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-all</artifactId>
-            <version>4.0</version>
+            <version>5.0.2</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>