Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hogwarts
Gs Spring Boot
Commits
32ae177d
Unverified
Commit
32ae177d
authored
7 years ago
by
Greg Turnquist
Browse files
Options
Download
Email Patches
Plain Diff
Upgrade to Spring Boot 2.0.1.RELEASE
parent
39533966
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.adoc
+1
-1
README.adoc
complete/build.gradle
+1
-1
complete/build.gradle
complete/pom.xml
+1
-1
complete/pom.xml
initial/build.gradle
+1
-1
initial/build.gradle
initial/pom.xml
+1
-1
initial/pom.xml
with
5 additions
and
5 deletions
+5
-5
README.adoc
+
1
-
1
View file @
32ae177d
:spring_boot_version: 2.0.
0
.RELEASE
:spring_boot_version: 2.0.
1
.RELEASE
:spring-boot: https://github.com/spring-projects/spring-boot
:toc:
:icons: font
...
...
This diff is collapsed.
Click to expand it.
complete/build.gradle
+
1
-
1
View file @
32ae177d
...
...
@@ -3,7 +3,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:2.0.
0
.RELEASE"
)
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:2.0.
1
.RELEASE"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
complete/pom.xml
+
1
-
1
View file @
32ae177d
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.0.
0
.RELEASE
</version>
<version>
2.0.
1
.RELEASE
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
initial/build.gradle
+
1
-
1
View file @
32ae177d
...
...
@@ -3,7 +3,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:2.0.
0
.RELEASE"
)
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:2.0.
1
.RELEASE"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
initial/pom.xml
+
1
-
1
View file @
32ae177d
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.0.
0
.RELEASE
</version>
<version>
2.0.
1
.RELEASE
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets