diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-02 07:48:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-02 11:11:13 -0500 |
commit | 8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (patch) | |
tree | 6e7f0cef4cc3523c0b9ba0e28e249db41b993655 /version.properties | |
parent | ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 (diff) |
Add missing pom.xml files
Add missing modules to top level pom.xml and add missing
pom files for core, adaptors, northbound and plugin directories.
Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid
conflict with compiled code from individual repos during
transition to new structure.
Issue-ID: CCSDK-3009
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If58175bd2519955cd896290cac7001df4eb62287
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/version.properties b/version.properties index 977efc0e3..24081890d 100644 --- a/version.properties +++ b/version.properties @@ -2,3 +2,14 @@ # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support + + +release_name=1 +sprint_number=2 +feature_revision=0 + +base_version=${release_name}.${sprint_number}.${feature_revision} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT + |