diff options
Diffstat (limited to 'appc-directed-graph')
-rw-r--r-- | appc-directed-graph/appc-dgraph/pom.xml | 4 | ||||
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-directed-graph/dg-loader/features/pom.xml | 2 | ||||
-rw-r--r-- | appc-directed-graph/dg-loader/pom.xml | 4 | ||||
-rw-r--r-- | appc-directed-graph/dg-loader/provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-directed-graph/pom.xml | 2 |
6 files changed, 8 insertions, 8 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> diff --git a/appc-directed-graph/dg-loader/features/pom.xml b/appc-directed-graph/dg-loader/features/pom.xml index 16186d83c..d624cbcaa 100644 --- a/appc-directed-graph/dg-loader/features/pom.xml +++ b/appc-directed-graph/dg-loader/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </parent> <artifactId>dg-loader-features</artifactId> <name>Directed Graph Loader - Features</name> diff --git a/appc-directed-graph/dg-loader/pom.xml b/appc-directed-graph/dg-loader/pom.xml index ad2d2b240..659522513 100644 --- a/appc-directed-graph/dg-loader/pom.xml +++ b/appc-directed-graph/dg-loader/pom.xml @@ -26,14 +26,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> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Directed Graph Loader Node</name> diff --git a/appc-directed-graph/dg-loader/provider/pom.xml b/appc-directed-graph/dg-loader/provider/pom.xml index 566d292ae..c7e4c3f97 100644 --- a/appc-directed-graph/dg-loader/provider/pom.xml +++ b/appc-directed-graph/dg-loader/provider/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </parent> <artifactId>dg-loader-provider</artifactId> <packaging>bundle</packaging> diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index b3d8ba096..65c59de24 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </parent> <groupId>org.onap.appc</groupId> |