aboutsummaryrefslogtreecommitdiffstats
path: root/appc-service-communicator/appc-service-communicator-bundle
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-01-09 12:39:24 -0800
committerTakamune Cho <takamune.cho@att.com>2020-01-09 21:59:51 +0000
commit054ad488552806b7b5ab991aa2cd9fd3a8ce87cd (patch)
treedc9fa0d155ee200110d9e23df4a79c86dd006e0e /appc-service-communicator/appc-service-communicator-bundle
parent2f0066f1284eea8f3570d904e02f417cc43d315a (diff)
Fix incorrect parent versions
The parent versions in these pom files should be 1.7.0-SNAPSHOT in order to match the rest of appc. Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1808
Diffstat (limited to 'appc-service-communicator/appc-service-communicator-bundle')
-rw-r--r--appc-service-communicator/appc-service-communicator-bundle/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-service-communicator/appc-service-communicator-bundle/pom.xml b/appc-service-communicator/appc-service-communicator-bundle/pom.xml
index b93b25685..9613adbb7 100644
--- a/appc-service-communicator/appc-service-communicator-bundle/pom.xml
+++ b/appc-service-communicator/appc-service-communicator-bundle/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.6.2</version>
+ <version>2.7.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.appc</groupId>