Browse Source

Upgrade maven-enforcer-plugin to 1.4

Closes gh-3661
pull/3844/head
Stephane Nicoll 11 years ago
parent
commit
19fe86169f
  1. 2
      spring-boot-parent/pom.xml

2
spring-boot-parent/pom.xml

@ -243,7 +243,7 @@ @@ -243,7 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<version>1.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save