Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
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
openSource
spring-boot-admin
Commits
c2810d94
Commit
c2810d94
authored
Oct 26, 2016
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Spring Boot 1.5.0.BUILD-SNAPSHOT
parent
e81073a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
pom.xml
pom.xml
+12
-5
No files found.
pom.xml
View file @
c2810d94
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.
4.1.RELEASE
</version>
<version>
1.
5.0.BUILD-SNAPSHOT
</version>
<relativePath/>
</parent>
<groupId>
de.codecentric
</groupId>
...
...
@@ -17,8 +17,8 @@
<properties>
<java.version>
1.7
</java.version>
<main.basedir>
${basedir}
</main.basedir>
<spring-boot.version>
1.
4.1.RELEASE
</spring-boot.version>
<spring-cloud.version>
Camden.
RELEASE
</spring-cloud.version>
<spring-boot.version>
1.
5.0.BUILD-SNAPSHOT
</spring-boot.version>
<spring-cloud.version>
Camden.
BUILD-SNAPSHOT
</spring-cloud.version>
<hystrix-dashboard.version>
1.5.5
</hystrix-dashboard.version>
<build-plugin.jacoco.version>
0.7.7.201606060606
</build-plugin.jacoco.version>
<build-plugin.coveralls.version>
4.2.0
</build-plugin.coveralls.version>
...
...
@@ -267,7 +267,7 @@
</dependency>
</dependencies>
</dependencyManagement>
<!-- Removed for release
<!-- Removed for release
-->
<repositories>
<repository>
<id>
spring-release
</id>
...
...
@@ -306,6 +306,13 @@
</snapshots>
<url>
http://repo.spring.io/milestone
</url>
</pluginRepository>
<pluginRepository>
<id>
spring-snapshot
</id>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
<url>
http://repo.spring.io/snapshot
</url>
</pluginRepository>
</pluginRepositories>
-->
<!--
-->
</project>
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