elsci-mocks.version.properties Maven / Gradle / Ivy
# Defaults to run the app from IDE. If not set, Spring will try to resolve ${scm.commit} as nested properties
# which would fail unless someone passes those.
scm.commit=N/A
project.version=N/A
# Actual properties - most of the time Maven is going to filter this file and replace these with actual values.
# If Maven is not involved (running from IDE) then the default declared above are to be used.
version=${project.version}
commit=${scm.commit}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy