Skip to content

Commit 5bfc0a4

Browse files
committed
Merge pull request #7 from joshiste/master
Upgraded to Spring Boot 1.1.7
2 parents 6210707 + 28b9bed commit 5bfc0a4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>1.1.6.RELEASE</version>
8+
<version>1.1.7.RELEASE</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.codecentric</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring Boot Admin</description>
1717
<url>https://github.com/codecentric/spring-boot-admin/</url>
1818
<properties>
19-
<spring-boot.version>1.1.6.RELEASE</spring-boot.version>
19+
<spring-boot.version>1.1.7.RELEASE</spring-boot.version>
2020
<spring.version>4.0.7.RELEASE</spring.version>
2121
<bootstrap.version>2.3.2</bootstrap.version>
2222
<jquery.version>1.11.0</jquery.version>

spring-boot-admin-example/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.0.3-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-example</artifactId>
@@ -32,9 +32,10 @@
3232
</execution>
3333
</executions>
3434
<configuration>
35-
<mainClass>de.codecentric.SpringBootAdminApplication</mainClass>
35+
<mainClass>de.codecentric.boot.admin.SpringBootAdminApplication</mainClass>
36+
<addResources>false</addResources>
3637
</configuration>
3738
</plugin>
3839
</plugins>
3940
</build>
40-
</project>
41+
</project>

spring-boot-admin-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.0.3-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-server</artifactId>
@@ -90,4 +90,4 @@
9090
</resource>
9191
</resources>
9292
</build>
93-
</project>
93+
</project>

spring-boot-starter-admin-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.0.3-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-starter-admin-client</artifactId>
@@ -30,4 +30,4 @@
3030
<artifactId>jolokia-core</artifactId>
3131
</dependency>
3232
</dependencies>
33-
</project>
33+
</project>

0 commit comments

Comments
 (0)