You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/09/14 07:14:19 UTC

empire-db git commit: Attempt to fix Maven-licence-plugin error

Repository: empire-db
Updated Branches:
  refs/heads/master e7a8d320f -> 38d7d5d0a


Attempt to fix Maven-licence-plugin error

Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/38d7d5d0
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/38d7d5d0
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/38d7d5d0

Branch: refs/heads/master
Commit: 38d7d5d0a6b37d64267c4d2a5654c3f971c18149
Parents: e7a8d32
Author: Rainer Döbele <do...@apache.org>
Authored: Fri Sep 14 09:14:14 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Fri Sep 14 09:14:14 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/38d7d5d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d3be43..be12f3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
 				<plugins>
 					<!-- check the apache headers -->
 					<plugin>
-						<groupId>com.mycila.maven-license-plugin</groupId>
+						<groupId>com.mycila</groupId>
 						<artifactId>maven-license-plugin</artifactId>
 						<configuration>
 							<!-- TODO enable strict checking and fix issues -->
@@ -476,9 +476,9 @@
                     </executions>
                 </plugin>
 				<plugin>
-		            <groupId>com.mycila.maven-license-plugin</groupId>
+		            <groupId>com.mycila</groupId>
 		            <artifactId>maven-license-plugin</artifactId>
-		            <version>1.9.0</version>
+		            <version>3.0</version>
 		            <configuration>
 		                <basedir>${basedir}</basedir>
 		                <header>tools/header.txt</header>