diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-22 14:29:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-22 14:29:21 +0000 |
commit | e7d0f02ef389b70096d7820d63d29db4a26abd91 (patch) | |
tree | 16c113b27f3a352ab3a2dc3d26c5dda48d20e9c5 /appc-directed-graph/appc-dgraph | |
parent | 873a441e888a250ecd4deecb216d83a04c33e5cd (diff) |
Release appc1.7.2
Diffstat (limited to 'appc-directed-graph/appc-dgraph')
-rw-r--r-- | appc-directed-graph/appc-dgraph/pom.xml | 4 | ||||
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 2 |
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 9b8e50a17..b9326d76c 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>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</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 ff62cb24d..25c141fcd 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>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> </parent> <artifactId>appc-dg-provider</artifactId> <name>APPC DG - Provider</name> |