diff options
Diffstat (limited to 'asdcApi/features')
-rw-r--r-- | asdcApi/features/ccsdk-asdcApi/pom.xml | 2 | ||||
-rw-r--r-- | asdcApi/features/features-asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/asdcApi/features/ccsdk-asdcApi/pom.xml b/asdcApi/features/ccsdk-asdcApi/pom.xml index 3739ee92..e72b924f 100644 --- a/asdcApi/features/ccsdk-asdcApi/pom.xml +++ b/asdcApi/features/ccsdk-asdcApi/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> diff --git a/asdcApi/features/features-asdcApi/pom.xml b/asdcApi/features/features-asdcApi/pom.xml index 3864e139..abd7d234 100644 --- a/asdcApi/features/features-asdcApi/pom.xml +++ b/asdcApi/features/features-asdcApi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index d0260800..2b207e69 100755 --- a/asdcApi/features/pom.xml +++ b/asdcApi/features/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |