From 91587d63a228feb5e9b29770778a36aa3c4edecb Mon Sep 17 00:00:00 2001 From: Matthias Friedrich Date: Wed, 31 Dec 2014 17:48:10 +0100 Subject: [PATCH] Add application version info to JAR manifest Update maven-jar-plugin configuration in spring-boot-starter-parent with `addDefaultImplementationEntries` so that implementation versions are included by default. Fixes gh-2266 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index bd383930c4..cb65812b3b 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -68,6 +68,7 @@ ${start-class} + true @@ -93,6 +94,7 @@ ${start-class} + true