Skip to content

Commit 3e98210

Browse files
committed
Upgrade to @springboot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE
1 parent 9aa9f6b commit 3e98210

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

complete/configuration-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext { springBootVersion = '2.0.2.RELEASE' }
2+
ext { springBootVersion = '2.0.3.RELEASE' }
33
repositories { mavenCentral() }
44
dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") }
55
}

complete/configuration-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.2.RELEASE</version>
14+
<version>2.0.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

complete/configuration-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext { springBootVersion = '2.0.2.RELEASE' }
2+
ext { springBootVersion = '2.0.3.RELEASE' }
33
repositories { mavenCentral() }
44
dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") }
55
}

complete/configuration-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.2.RELEASE</version>
14+
<version>2.0.3.RELEASE</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

initial/configuration-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.2.RELEASE'
3+
springBootVersion = '2.0.3.RELEASE'
44
}
55
repositories {
66
mavenCentral()

initial/configuration-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.2.RELEASE</version>
14+
<version>2.0.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

initial/configuration-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.2.RELEASE'
3+
springBootVersion = '2.0.3.RELEASE'
44
}
55
repositories {
66
mavenCentral()

initial/configuration-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.2.RELEASE</version>
14+
<version>2.0.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework.cloud</groupId>
4040
<artifactId>spring-cloud-dependencies</artifactId>
41-
<version>Finchley.RC1</version>
41+
<version>Finchley.RELEASE</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

0 commit comments

Comments
 (0)