aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-03-16 20:00:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-16 20:00:55 +0000
commitdd5fdf5d895c5682ddcb796238513a4de7147dc4 (patch)
treea02b4162cad258c7446010358a793bffe601b1f3 /pom.xml
parent6a168ffe4d98f9c55b1c8cd59c1994e63e0b0692 (diff)
parent19c23d2a3b79a0c218937110c2e92086b1a9b3c9 (diff)
Merge "Update APPC LCM version to incorporate response"
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions
udo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# 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

major=2
minor=5
patch=9

base_version=${major}.${minor}.${patch}

# Release must be completed with git revision # in Jenkins
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT