diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 21:00:09 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 21:00:09 +0000 |
commit | aae29911cb7837ece11eeca4fa6a66275e237118 (patch) | |
tree | 7e55a559e06df49eb99dd5bbfaf6b12ee29056a0 /appc-directed-graph/appc-dgraph | |
parent | 46da690baf4ea855d333bd1fc8f72d98e5b1a529 (diff) |
Release appc1.6.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 d473d0698..e5fcf53dd 100644 --- a/appc-directed-graph/appc-dgraph/pom.xml +++ b/appc-directed-graph/appc-dgraph/pom.xml @@ -28,14 +28,14 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-directed-graph</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.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 c9c078700..d4261c35d 100644 --- a/appc-directed-graph/appc-dgraph/provider/pom.xml +++ b/appc-directed-graph/appc-dgraph/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </parent> <artifactId>appc-dg-provider</artifactId> <name>APPC DG - Provider</name> |