From ca583191dfab76a3725e64b9fa383736122f7a15 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 24 May 2017 15:05:14 -0400 Subject: [PATCH] Fix typo and plugin version --- .../src/main/resources/templates/blog.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }