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
5bfc0a46
Commit
5bfc0a46
authored
Sep 30, 2014
by
Dennis Schulte
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from joshiste/master
Upgraded to Spring Boot 1.1.7
parents
62107078
28b9bedd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
12 deletions
+10
-12
pom.xml
pom.xml
+2
-2
pom.xml
spring-boot-admin-example/pom.xml
+4
-4
pom.xml
spring-boot-admin-server/pom.xml
+2
-3
pom.xml
spring-boot-starter-admin-client/pom.xml
+2
-3
No files found.
pom.xml
View file @
5bfc0a46
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.1.
6
.RELEASE
</version>
<version>
1.1.
7
.RELEASE
</version>
<relativePath
/>
<!-- lookup parent from repository -->
</parent>
<groupId>
de.codecentric
</groupId>
...
...
@@ -16,7 +16,7 @@
<description>
Spring Boot Admin
</description>
<url>
https://github.com/codecentric/spring-boot-admin/
</url>
<properties>
<spring-boot.version>
1.1.
6
.RELEASE
</spring-boot.version>
<spring-boot.version>
1.1.
7
.RELEASE
</spring-boot.version>
<spring.version>
4.0.7.RELEASE
</spring.version>
<bootstrap.version>
2.3.2
</bootstrap.version>
<jquery.version>
1.11.0
</jquery.version>
...
...
spring-boot-admin-example/pom.xml
View file @
5bfc0a46
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-example
</artifactId>
...
...
@@ -32,9 +32,10 @@
</execution>
</executions>
<configuration>
<mainClass>
de.codecentric.SpringBootAdminApplication
</mainClass>
<mainClass>
de.codecentric.boot.admin.SpringBootAdminApplication
</mainClass>
<addResources>
false
</addResources>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
spring-boot-admin-server/pom.xml
View file @
5bfc0a46
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
@@ -90,4 +90,4 @@
</resource>
</resources>
</build>
</project>
\ No newline at end of file
</project>
spring-boot-starter-admin-client/pom.xml
View file @
5bfc0a46
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-starter-admin-client
</artifactId>
...
...
@@ -30,4 +30,4 @@
<artifactId>
jolokia-core
</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</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