Skip to content

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<!-- Don't forget to update version in the Url class -->
410410
<jquery.version>1.9.1</jquery.version>
411411

412-
<license.plugin.version>1.9.0</license.plugin.version>
412+
<license.plugin.version>3.0</license.plugin.version>
413413

414414
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.2.RELEASE/spring-boot-dependencies/pom.xml) -->
415415
<liquibase.version>3.5.3</liquibase.version>
@@ -529,13 +529,12 @@
529529
</plugin>
530530

531531
<plugin>
532-
<groupId>com.mycila.maven-license-plugin</groupId>
533-
<artifactId>maven-license-plugin</artifactId>
532+
<groupId>com.mycila</groupId>
533+
<artifactId>license-maven-plugin</artifactId>
534534
<version>${license.plugin.version}</version>
535535
<configuration>
536536
<basedir>src</basedir>
537537
<header>src/main/config/license_header.txt</header>
538-
<strictCheck>true</strictCheck>
539538
<includes>
540539
<include>**/*.java</include>
541540
<include>**/*.groovy</include>

0 commit comments

Comments
 (0)