Fix typo and plugin version

This commit is contained in:
Spencer Gibb
2017-05-24 15:05:14 -04:00
committed by GitHub
parent dcc018c112
commit ca583191df

View File

@@ -4,7 +4,7 @@ On behalf of the community, I am pleased to announce that the {{ availability }}
{{#each projects}}
### {{ name }}
Sine text related to project
Some text related to project
{{/each}}
The following modules were updated as part of {{ releaseVersion }}:
@@ -58,7 +58,7 @@ or with Gradle:
```
buildscript {
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE"
classpath "io.spring.gradle:dependency-management-plugin:1.0.2.RELEASE"
}
}