summaryrefslogtreecommitdiffstats
path: root/services/appc-dmaap-service
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 /services/appc-dmaap-service
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 'services/appc-dmaap-service')
-rw-r--r--services/appc-dmaap-service/appc-dmaap-adapter-bundle/pom.xml2
-rw-r--r--services/appc-dmaap-service/appc-event-listener-bundle/pom.xml2
-rw-r--r--services/appc-dmaap-service/appc-message-adapter-api/pom.xml2
-rw-r--r--services/appc-dmaap-service/appc-message-adapter-factory/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/services/appc-dmaap-service/appc-dmaap-adapter-bundle/pom.xml b/services/appc-dmaap-service/appc-dmaap-adapter-bundle/pom.xml
index 76401f916..960954a01 100644
--- a/services/appc-dmaap-service/appc-dmaap-adapter-bundle/pom.xml
+++ b/services/appc-dmaap-service/appc-dmaap-adapter-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.services.dmaap</groupId>
diff --git a/services/appc-dmaap-service/appc-event-listener-bundle/pom.xml b/services/appc-dmaap-service/appc-event-listener-bundle/pom.xml
index 0d02b2155..c8aabee52 100644
--- a/services/appc-dmaap-service/appc-event-listener-bundle/pom.xml
+++ b/services/appc-dmaap-service/appc-event-listener-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.services.dmaap</groupId>
diff --git a/services/appc-dmaap-service/appc-message-adapter-api/pom.xml b/services/appc-dmaap-service/appc-message-adapter-api/pom.xml
index 84cd805aa..225a44179 100644
--- a/services/appc-dmaap-service/appc-message-adapter-api/pom.xml
+++ b/services/appc-dmaap-service/appc-message-adapter-api/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>
diff --git a/services/appc-dmaap-service/appc-message-adapter-factory/pom.xml b/services/appc-dmaap-service/appc-message-adapter-factory/pom.xml
index f234c92dd..7c5a65678 100644
--- a/services/appc-dmaap-service/appc-message-adapter-factory/pom.xml
+++ b/services/appc-dmaap-service/appc-message-adapter-factory/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>