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 /binding-parent | |
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 'binding-parent')
-rw-r--r-- | binding-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 3c7d735..2d717c3 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> |