Skip to content

Commit

Permalink
Update Spring Boot 1.3.8 and Spring Cloud Brixton.SR6
Browse files Browse the repository at this point in the history
closes #299
  • Loading branch information
joshiste committed Oct 11, 2016
1 parent ed45e91 commit 0362426
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,21 +4,21 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.7.RELEASE</version>
<version>1.3.8.RELEASE</version>
<relativePath/>
</parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<packaging>pom</packaging>
<name>Spring Boot Admin</name>
<description>Spring Boot Admin</description>
<url>https://github.com/codecentric/spring-boot-admin/</url>
<properties>
<java.version>1.7</java.version>
<main.basedir>${basedir}</main.basedir>
<spring-boot.version>1.3.7.RELEASE</spring-boot.version>
<spring-cloud.version>Brixton.SR4</spring-cloud.version>
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>
<spring-cloud.version>Brixton.SR6</spring-cloud.version>
<build-plugin.jacoco.version>0.7.5.201505241946</build-plugin.jacoco.version>
<build-plugin.coveralls.version>4.0.0</build-plugin.coveralls.version>
<build-plugin.gpg.version>1.6</build-plugin.gpg.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-docs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-samples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-samples</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-consul</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-eureka</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-hazelcast</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "spring-boot-admin-server-ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"postinstall": "./node_modules/protractor/bin/webdriver-manager update",
"pretest": "./node_modules/protractor/bin/webdriver-manager start &",
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-server-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-starter-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-starter-client</artifactId>
Expand Down

0 comments on commit 0362426

Please sign in to comment.