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 555987233..303977f36 100644 --- a/appc-directed-graph/appc-dgraph/pom.xml +++ b/appc-directed-graph/appc-dgraph/pom.xml @@ -29,14 +29,14 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-directed-graph</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 0c34f03a9..3ceb0f27f 100644 --- a/appc-directed-graph/appc-dgraph/provider/pom.xml +++ b/appc-directed-graph/appc-dgraph/provider/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 0ea654c9c..5b3494e82 100644 --- a/appc-directed-graph/dg-loader/features/pom.xml +++ b/appc-directed-graph/dg-loader/features/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 964a016c7..2a83536c4 100644 --- a/appc-directed-graph/dg-loader/pom.xml +++ b/appc-directed-graph/dg-loader/pom.xml @@ -27,14 +27,14 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-directed-graph</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 3abb4fefb..67d48e754 100644 --- a/appc-directed-graph/dg-loader/provider/pom.xml +++ b/appc-directed-graph/dg-loader/provider/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 e241de66a..1bbe5c21b 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.appc</groupId> |