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 56fa2eba..3a143282 100644 --- a/restconf-client/features/ccsdk-restconf-client/pom.xml +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/restconf-client/features/features-restconf-client/pom.xml b/restconf-client/features/features-restconf-client/pom.xml index 56846fb4..a99be46b 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/restconf-client/features/pom.xml b/restconf-client/features/pom.xml index 5a882ebc..ee2f035c 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/installer/pom.xml b/restconf-client/installer/pom.xml index 4a454b14..321b5b52 100755 --- a/restconf-client/installer/pom.xml +++ b/restconf-client/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/pom.xml b/restconf-client/pom.xml index 7f2e9c82..067166f8 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index e6da0cd1..24db30ad 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |