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 /pom.xml | |
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 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> |