diff options
author | John J. Franey <john.franey@att.com> | 2020-04-25 08:42:01 -0400 |
---|---|---|
committer | John J. Franey <john.franey@att.com> | 2020-04-25 08:49:54 -0400 |
commit | e4220946ef3feb864ed45e4fc14682be2016dc1b (patch) | |
tree | 2671668ed24a6982df2015f26a84a9f648861b6e /version.properties | |
parent | 6a12a6f42bdb2c1a13498f88000bada9b09c683f (diff) |
Enable deploy plugin in all poms.
maven will then push all the artifacts to nexus when the
deploy goal is invoked.
Issue-ID: AAF-1136
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index aecb8d34..02ce0893 100644 --- a/version.properties +++ b/version.properties @@ -24,10 +24,10 @@ # 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 -# This TAG <version>2.1.19-SNAPSHOT</version> is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG <version>2.1.21-SNAPSHOT</version> is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 minor=1 -patch=20 +patch=21 base_version=${major}.${minor}.${patch} |