Browse Source

Add parent relativePath

Update sample applications to correctly refer to parent relativePath.
pull/13/head
Phillip Webb 13 years ago
parent
commit
d86bf66645
  1. 1
      spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
  2. 1
      spring-boot-samples/spring-boot-sample-actuator/pom.xml
  3. 1
      spring-boot-samples/spring-boot-sample-batch/pom.xml
  4. 1
      spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
  5. 1
      spring-boot-samples/spring-boot-sample-integration/pom.xml
  6. 1
      spring-boot-samples/spring-boot-sample-jetty/pom.xml
  7. 1
      spring-boot-samples/spring-boot-sample-profile/pom.xml
  8. 1
      spring-boot-samples/spring-boot-sample-simple/pom.xml
  9. 1
      spring-boot-samples/spring-boot-sample-tomcat/pom.xml
  10. 1
      spring-boot-samples/spring-boot-sample-traditional/pom.xml
  11. 1
      spring-boot-samples/spring-boot-sample-web-static/pom.xml
  12. 1
      spring-boot-samples/spring-boot-sample-web-ui/pom.xml
  13. 1
      spring-boot-samples/spring-boot-sample-websocket/pom.xml
  14. 1
      spring-boot-samples/spring-boot-sample-xml/pom.xml

1
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-actuator/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-actuator</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-batch/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-batch</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-data-jpa</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-integration/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-integration</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-jetty/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-jetty</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-profile/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-profile</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-simple/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-simple</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-tomcat/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-tomcat</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-traditional/pom.xml

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-traditional</artifactId>
<packaging>war</packaging>

1
spring-boot-samples/spring-boot-sample-web-static/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-web-static</artifactId>
<packaging>war</packaging>

1
spring-boot-samples/spring-boot-sample-web-ui/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-web-ui</artifactId>
<packaging>jar</packaging>

1
spring-boot-samples/spring-boot-sample-websocket/pom.xml

@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<properties>

1
spring-boot-samples/spring-boot-sample-xml/pom.xml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>

Loading…
Cancel
Save