diff --git a/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs b/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs index 701b9919..d4ba616f 100644 --- a/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs +++ b/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs @@ -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" } }