diff options
Diffstat (limited to 'sliapi')
-rwxr-xr-x | sliapi/features/pom.xml | 2 | ||||
-rwxr-xr-x | sliapi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sliapi/model/pom.xml | 2 | ||||
-rwxr-xr-x | sliapi/pom.xml | 4 | ||||
-rwxr-xr-x | sliapi/provider/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml index 13ef69b..d5d768d 100755 --- a/sliapi/features/pom.xml +++ b/sliapi/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sliapi</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sliapi-features</artifactId> diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 1eee871..4b61dae 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>sliapi</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sliapi-installer</artifactId> <name>SLI API - Karaf Installer</name> diff --git a/sliapi/model/pom.xml b/sliapi/model/pom.xml index 775fb93..188e7c2 100755 --- a/sliapi/model/pom.xml +++ b/sliapi/model/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sliapi</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sliapi-model</artifactId> <packaging>bundle</packaging> diff --git a/sliapi/pom.xml b/sliapi/pom.xml index c0c928b..1240203 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sdnc-core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sliapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <feature-name>sliapi</feature-name> diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml index 32d0c98..9034b27 100755 --- a/sliapi/provider/pom.xml +++ b/sliapi/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sliapi</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sliapi-provider</artifactId> <packaging>bundle</packaging> |