blob: d9e452254758e85ecc3ce60556b93767e76136b4 [file] [log] [blame]
<#-- FreeMarker template (see http://freemarker.org/) -->
<#if version != "">
# Generally it is better to set the version only for release builds, build time
# from command line using -Pversion=${version}
#
# Only use SNAPSHOT versions if you need to contribute your binaries to a
# local Maven project.
version=${version}
</#if>