diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-10-11 11:09:56 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-10-11 11:10:02 -0700 |
commit | 7ee4094673456823709217c769e75b73109680d2 (patch) | |
tree | d1bfe9dc82939c0707b390f514c39acf0bdb15d9 /appc-directed-graph | |
parent | 9d3800890a8fff3d431b05089975bca4585a895d (diff) |
Roll to next version after release
Change to version 1.4.1-SNAPSHOT
Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
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 1893ac848..59948b077 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc</groupId> <artifactId>appc-dgraph</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-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 2b57187ed..c58fc9f0b 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.4.0-SNAPSHOT</version> + <version>1.4.1-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 84dc44b7a..a5a2fbb8a 100644 --- a/appc-directed-graph/dg-loader/features/pom.xml +++ b/appc-directed-graph/dg-loader/features/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-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 2a83536c4..e5470ecb1 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-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 b065a709c..ed312be05 100644 --- a/appc-directed-graph/dg-loader/provider/pom.xml +++ b/appc-directed-graph/dg-loader/provider/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.appc.plugins</groupId> <artifactId>dg-loader</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-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 1bbe5c21b..5321d2f62 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.appc</groupId> |