diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:22:07 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:22:10 -0700 |
commit | 4859e43b0bd7695797532adbbc6ad2ced0116030 (patch) | |
tree | a43bc13726e0e5b17a3eee3f0d0adb0fa28107f3 /version.properties | |
parent | d3fdc1498641abebf953f77e4f8ee6a5123b6163 (diff) |
Change major version of parent
The maven version plugin is not working correctly
when the parent pom file version matches the version
of appc pom files. This change will keep the numbers
different.
Change-Id: I7d376fc7c1489e9d72f7aee55454166a0188b19f
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1601
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 45e6ecd..e9dbf6a 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # 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 +release_name=2 sprint_number=6 feature_revision=0 |