[hotfix][asm] Use asm.major.version in shading pattern
diff --git a/flink-shaded-asm-7/pom.xml b/flink-shaded-asm-7/pom.xml
index af9d4e1..14ad022 100644
--- a/flink-shaded-asm-7/pom.xml
+++ b/flink-shaded-asm-7/pom.xml
@@ -90,7 +90,7 @@
                             <relocations>
                                 <relocation>
                                     <pattern>org.objectweb</pattern>
-                                    <shadedPattern>${shading.prefix}.asm7.org.objectweb</shadedPattern>
+                                    <shadedPattern>${shading.prefix}.asm${asm.major.version}.org.objectweb</shadedPattern>
                                 </relocation>
                             </relocations>
                         </configuration>