Fix the license link in pom.xml

"New BSD License" is the old name for the "3-Clause BSD License", while
the link was pointing to the "2-Clause BSD License".

Fixes .

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
Sebastian Schuberth 2017-02-28 09:32:36 +01:00
parent ee6bb50ddb
commit dcfb6de7c6

View File

@ -16,7 +16,7 @@
<licenses>
<license>
<name>New BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>