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
b12d728c
Commit
b12d728c
authored
Jan 21, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ant example to 1.0.0.BUILD-SNAPSHOT
parent
72dc09cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
build.xml
spring-boot-samples/spring-boot-sample-actuator/build.xml
+1
-1
ivy.xml
spring-boot-samples/spring-boot-sample-actuator/ivy.xml
+3
-3
No files found.
spring-boot-samples/spring-boot-sample-actuator/build.xml
View file @
b12d728c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
</description>
</description>
<property
name=
"spring-boot.version"
value=
"
0.5
.0.BUILD-SNAPSHOT"
/>
<property
name=
"spring-boot.version"
value=
"
1.0
.0.BUILD-SNAPSHOT"
/>
<property
name=
"start-class"
value=
"org.springframework.boot.sample.actuator.SampleActuatorApplication"
/>
<property
name=
"start-class"
value=
"org.springframework.boot.sample.actuator.SampleActuatorApplication"
/>
<target
name=
"resolve"
description=
"--> retrieve dependencies with ivy"
>
<target
name=
"resolve"
description=
"--> retrieve dependencies with ivy"
>
...
...
spring-boot-samples/spring-boot-sample-actuator/ivy.xml
View file @
b12d728c
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<conf
name=
"runtime"
extends=
"compile"
description=
"everything needed to run this module"
/>
<conf
name=
"runtime"
extends=
"compile"
description=
"everything needed to run this module"
/>
</configurations>
</configurations>
<dependencies>
<dependencies>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-loader"
rev=
"
0.5
.0.BUILD-SNAPSHOT"
conf=
"loader->default"
/>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-loader"
rev=
"
1.0
.0.BUILD-SNAPSHOT"
conf=
"loader->default"
/>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-starter-web"
rev=
"
0.5
.0.BUILD-SNAPSHOT"
conf=
"compile"
/>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-starter-web"
rev=
"
1.0
.0.BUILD-SNAPSHOT"
conf=
"compile"
/>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-starter-actuator"
rev=
"
0.5
.0.BUILD-SNAPSHOT"
conf=
"runtime"
/>
<dependency
org=
"org.springframework.boot"
name=
"spring-boot-starter-actuator"
rev=
"
1.0
.0.BUILD-SNAPSHOT"
conf=
"runtime"
/>
</dependencies>
</dependencies>
</ivy-module>
</ivy-module>
\ No newline at end of file
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