Browse Source

Change parent for tools poms

pull/9/head
Dave Syer 13 years ago
parent
commit
413658fbca
  1. 2
      spring-boot-tools/spring-boot-gradle-plugin/pom.xml
  2. 2
      spring-boot-tools/spring-boot-loader-tools/pom.xml
  3. 2
      spring-boot-tools/spring-boot-loader/pom.xml
  4. 2
      spring-boot-tools/spring-boot-maven-plugin/pom.xml

2
spring-boot-tools/spring-boot-gradle-plugin/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-gradle-plugin</artifactId>

2
spring-boot-tools/spring-boot-loader-tools/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-loader-tools</artifactId>

2
spring-boot-tools/spring-boot-loader/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-loader</artifactId>

2
spring-boot-tools/spring-boot-maven-plugin/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-maven-plugin</artifactId>

Loading…
Cancel
Save