diff options
Diffstat (limited to 'northbound/asdcApi')
-rwxr-xr-x | northbound/asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml index 109ebc855..e7cae417d 100755 --- a/northbound/asdcApi/installer/pom.xml +++ b/northbound/asdcApi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index cee6d083d..0cdba2746 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index fa82e7e19..6bd4f3f73 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index 455c667ed..4dd445204 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> |