diff options
Diffstat (limited to 'restconf-client')
-rw-r--r-- | restconf-client/features/ccsdk-restconf-client/pom.xml | 2 | ||||
-rw-r--r-- | restconf-client/features/features-restconf-client/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/features/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/installer/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml index 462036e7..1c45de21 100644 --- a/restconf-client/features/ccsdk-restconf-client/pom.xml +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/restconf-client/features/features-restconf-client/pom.xml b/restconf-client/features/features-restconf-client/pom.xml index 166ddc53..bd42f8cf 100644 --- a/restconf-client/features/features-restconf-client/pom.xml +++ b/restconf-client/features/features-restconf-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/restconf-client/features/pom.xml b/restconf-client/features/pom.xml index 6aa3fde8..7c0a89ff 100755 --- a/restconf-client/features/pom.xml +++ b/restconf-client/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/installer/pom.xml b/restconf-client/installer/pom.xml index fd675c80..96578642 100755 --- a/restconf-client/installer/pom.xml +++ b/restconf-client/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/pom.xml b/restconf-client/pom.xml index fccd697b..fbfdf071 100755 --- a/restconf-client/pom.xml +++ b/restconf-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 43c9d173..cfa37454 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |