aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Benjamin <mb388a@att.com>2017-02-17 11:35:13 -0500
committerMax Benjamin <mb388a@att.com>2017-02-17 14:09:04 -0500
commit110cfb07d469260d73d88b73641972afa7e48eed (patch)
tree9786f2b958cfc603afc83bad9c56b78524c7d351
parent4113a7d2891bbd8eae2cad2f4790f3cb56c272e9 (diff)
increased version number of license plugin
Issue described here: https://github.com/mojohaus/license-maven-plugin/issues/56 Change-Id: I5319aa4464ffea2e3e413a7a31b5426e4c8f0b06 Signed-off-by: Max Benjamin <mb388a@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 355d68d..266f4ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
- <version>1.10</version>
+ <version>1.12</version>
<configuration>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<licenseName>apache_v2</licenseName>