Browse Source

Merge pull request #2266 from mafr/master

* pull2266:
  Add application version info to JAR manifest
pull/2272/head
Phillip Webb 11 years ago
parent
commit
491a61d54a
  1. 2
      spring-boot-starters/spring-boot-starter-parent/pom.xml

2
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -68,6 +68,7 @@ @@ -68,6 +68,7 @@
<archive>
<manifest>
<mainClass>${start-class}</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
@ -93,6 +94,7 @@ @@ -93,6 +94,7 @@
<archive>
<manifest>
<mainClass>${start-class}</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>

Loading…
Cancel
Save