diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-13 12:59:08 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-13 12:59:08 -0500 |
commit | fd9c0625e350f595ce0d8b0d896bc79ee1383cc1 (patch) | |
tree | 5619842f514e908c7c96c7ebca73f910a61f9039 /restconf-client/features | |
parent | da375f75c9c917d64c6a6f19b4337978b085b9a9 (diff) |
Prepare for release build0.3.2
Prepare sli/plugins for 0.3.2 release build
Change-Id: Icc495b5122c7e5e7101ab8a423bd61580722583d
Issue-ID: CCSDK-679
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'restconf-client/features')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml index 418e6c07..a43cf4e9 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.2-SNAPSHOT</version> + <version>1.1.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 d001ebfb..1ee0792b 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.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath/> </parent> diff --git a/restconf-client/features/pom.xml b/restconf-client/features/pom.xml index f3b16f7b..9786db22 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.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |