fix broken license url for asm objectweb (#4972)
Georg Müller geo.rgmueller@web.de
diff --git a/pom.xml b/pom.xml
index 170803f..386dd42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
@@ -188,7 +188,7 @@
</license>
<license>
<name>Modified BSD</name>
- <url>http://asm.objectweb.org/license.html</url>
+ <url>https://asm.ow2.io/license.html</url>
<distribution>repo</distribution>
<comments>ASM @ jersey.repackaged.org.objectweb.asm</comments>
</license>