Browse Source

Remove unnecessary override of helper plugin's version

pull/10519/merge
Andy Wilkinson 9 years ago
parent
commit
41fc023a67
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

1
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

@ -89,7 +89,6 @@ @@ -89,7 +89,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<executions>
<execution>
<id>attach-artifacts</id>

Loading…
Cancel
Save