From 4021ad43f7315a499432856e50f6a79bfcfc8062 Mon Sep 17 00:00:00 2001 From: Shawn Clark Date: Wed, 14 May 2014 09:45:18 -0700 Subject: [PATCH] Fix wrong closing tag Fixes gh-874 --- .../spring-boot-maven-plugin/src/site/apt/usage.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm index c329aab97f..f33b5b5a3f 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm +++ b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm @@ -123,7 +123,7 @@ mvn spring-boot:run ${project.artifactId} ${project.version} - false + false ...