diff options
Diffstat (limited to 'asdcApi/pom.xml')
-rwxr-xr-x | asdcApi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index b228b8e4..aaea307e 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <feature-name>asdcApi</feature-name> |