Merge pull request #40 from coheigea/coheigea/license

Use SPDX identifier for license name
diff --git a/pom.xml b/pom.xml
index cc851e7..0a48eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,8 +81,8 @@
 
   <licenses>
     <license>
-      <name>Apache 2.0 License</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <name>Apache-2.0</name>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>