diff options
author | JoeOLeary <joseph.o.leary@est.tech> | 2019-01-31 08:45:39 +0000 |
---|---|---|
committer | JoeOLeary <joseph.o.leary@est.tech> | 2019-01-31 08:45:39 +0000 |
commit | c4b59c469603b044ed75b5418e9b10e5b99dcbcc (patch) | |
tree | 5598d82d56704274c82f32dc6841e6c3a0f493da /version.properties | |
parent | becd8eebb1079e8cb970824ef704f5eebfdbdd42 (diff) |
Change Docker image path & building
*Update path to docker image location in nexus
*Add versions.properties file
Change-Id: I00563ac583f59414920e09ce3c12740c116d6ca4
Issue-ID: DCAEGEN2-1123
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..32acbf9 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |