Fix spelling error in maven plugin name

This commit is contained in:
Dave Syer 2013-07-26 17:54:59 +01:00
parent 2098e23fca
commit 06ddd92438
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@
<!-- Support our own packaging plugin -->
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-package-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<executions>
<execution>

View File

@ -282,7 +282,7 @@
<!-- Support our own packaging plugin -->
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-package-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<executions>
<execution>