Browse Source

Fix spelling error in maven plugin name

pull/9/head
Dave Syer 13 years ago
parent
commit
06ddd92438
  1. 2
      spring-boot-ups/spring-boot-up-parent/pom.xml
  2. 2
      spring-boot-ups/src/main/parent/pom.xml

2
spring-boot-ups/spring-boot-up-parent/pom.xml

@ -282,7 +282,7 @@ @@ -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>

2
spring-boot-ups/src/main/parent/pom.xml

@ -282,7 +282,7 @@ @@ -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>

Loading…
Cancel
Save