diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-23 08:36:33 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-23 08:36:33 -0400 |
commit | 9004b3654edc1d03a13564e09e741528f4da0a3f (patch) | |
tree | 2489a6177f0907fdb7a13ac72e7824925931d547 /dataChange/features | |
parent | ee7f568ad7f2c136ffbdf1bd16afd92875f6a182 (diff) |
Roll to initial Dublin snapshot
Roll version to initial Dublin snapshot
Change-Id: Ic33e690da810cca17d7ff8cd028bb5028558fd17
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dataChange/features')
-rw-r--r-- | dataChange/features/ccsdk-dataChange/pom.xml | 4 | ||||
-rw-r--r-- | dataChange/features/features-dataChange/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/features/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dataChange/features/ccsdk-dataChange/pom.xml b/dataChange/features/ccsdk-dataChange/pom.xml index 8e10406c3..260253bc4 100644 --- a/dataChange/features/ccsdk-dataChange/pom.xml +++ b/dataChange/features/ccsdk-dataChange/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-dataChange</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name> diff --git a/dataChange/features/features-dataChange/pom.xml b/dataChange/features/features-dataChange/pom.xml index a5f343ebb..9085dcbba 100644 --- a/dataChange/features/features-dataChange/pom.xml +++ b/dataChange/features/features-dataChange/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>features-dataChange</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name> diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index d711837bb..26477be13 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange-features</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name> |