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 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<executions> <executions>
<execution> <execution>
<id>attach-artifacts</id> <id>attach-artifacts</id>

Loading…
Cancel
Save