Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
d86bf666
Commit
d86bf666
authored
Aug 06, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add parent relativePath
Update sample applications to correctly refer to parent relativePath.
parent
4e11ae16
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
0 deletions
+14
-0
pom.xml
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-batch/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-integration/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-jetty/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-profile/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-simple/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-traditional/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-websocket/pom.xml
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-xml/pom.xml
+1
-0
No files found.
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-batch/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-integration/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-jetty/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-profile/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-simple/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-traditional/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-websocket/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
spring-boot-samples/spring-boot-sample-xml/pom.xml
View file @
d86bf666
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment