summaryrefslogtreecommitdiffstats
path: root/binding-parent/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-05-08 09:16:12 -0700
committerPatrick Brady <patrick.brady@att.com>2019-05-08 09:16:15 -0700
commit09560943b4d0076a3932a23ac50bc18d75d211ae (patch)
treeef62c63fbb6e75696345c3f2873efeec5e5f06d6 /binding-parent/pom.xml
parent9eb2423588ab174fe3a15819f8e2b69422e49657 (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 'binding-parent/pom.xml')
-rw-r--r--binding-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index a738b47..9aefd99 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.5.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>