diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:16:12 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:16:15 -0700 |
commit | 09560943b4d0076a3932a23ac50bc18d75d211ae (patch) | |
tree | ef62c63fbb6e75696345c3f2873efeec5e5f06d6 /version.properties | |
parent | 9eb2423588ab174fe3a15819f8e2b69422e49657 (diff) |
Change major version of parent2.5.0
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: I194078d686abd3c6b793c26a62ff83bf15cafc0b
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 0c2ba15..8fff555 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=5 feature_revision=0 |