summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-05-21 17:37:49 -0700
committerPatrick Brady <patrick.brady@att.com>2020-05-21 17:37:49 -0700
commit873a441e888a250ecd4deecb216d83a04c33e5cd (patch)
tree55ac424b69407164e5c30ace9cc1db04d50f792c /appc-directed-graph/appc-dgraph
parent2a48d67cd5125d6bbc65eccba6c6499c7022e620 (diff)
Correct version to 2.7.2-SNAPSHOT
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
Diffstat (limited to 'appc-directed-graph/appc-dgraph')
-rw-r--r--appc-directed-graph/appc-dgraph/pom.xml4
-rw-r--r--appc-directed-graph/appc-dgraph/provider/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appc-directed-graph/appc-dgraph/pom.xml b/appc-directed-graph/appc-dgraph/pom.xml
index 6bc98b61d..9b8e50a17 100644
--- a/appc-directed-graph/appc-dgraph/pom.xml
+++ b/appc-directed-graph/appc-dgraph/pom.xml
@@ -25,14 +25,14 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-directed-graph</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.appc</groupId>
<artifactId>appc-dgraph</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
<name>APPC Directed Graph</name>
<description>APPC DG Module</description>
diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml
index 0298442c3..ff62cb24d 100644
--- a/appc-directed-graph/appc-dgraph/provider/pom.xml
+++ b/appc-directed-graph/appc-dgraph/provider/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-dgraph</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-provider</artifactId>
<name>APPC DG - Provider</name>