diff options
Diffstat (limited to 'utils/features')
-rw-r--r-- | utils/features/features-util/pom.xml | 4 | ||||
-rwxr-xr-x | utils/features/pom.xml | 2 | ||||
-rw-r--r-- | utils/features/sdnc-slicore-utils/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml index 42044d9c..8f8748a5 100644 --- a/utils/features/features-util/pom.xml +++ b/utils/features/features-util/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.4</version> + <version>1.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-util</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 42b93fe9..4f3be1b8 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4</version> + <version>1.1.0-SNAPSHOT</version> <relativePath/> </parent> diff --git a/utils/features/sdnc-slicore-utils/pom.xml b/utils/features/sdnc-slicore-utils/pom.xml index aa31eb84..8ff1d4cf 100644 --- a/utils/features/sdnc-slicore-utils/pom.xml +++ b/utils/features/sdnc-slicore-utils/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.4</version> + <version>1.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-slicore-utils</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |