Correct version of license plugin

This commit is contained in:
jamesagnew 2019-07-05 09:38:31 -04:00
parent f988d124ad
commit cdb0006a5b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.util;
/*-
* #%L
* HAPI FHIR JPA Server
* HAPI FHIR Model
* %%
* Copyright (C) 2014 - 2019 University Health Network
* %%

View File

@ -1571,7 +1571,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0</version>
<version>2.0.0</version>
<configuration>
<verbose>true</verbose>
<addSvnKeyWords>false</addSvnKeyWords>