diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-13 12:40:16 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-13 12:40:16 -0500 |
commit | f42486b2c59eccc34236882aa496593ec699ed67 (patch) | |
tree | 13cd68e0f86d94231ea5eb7681298e0e757e1722 /mdsal-resource | |
parent | 1a8acf046198463cfeacf5a4c411b8e29e3a5e5a (diff) |
Prepare for release build0.3.2
Prepare sli/adaptors for 0.3.2 release build
Change-Id: I04f399bbafca6ad36020db24df2e2ffbc771ef5b
Issue-ID: CCSDK-679
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'mdsal-resource')
-rw-r--r-- | mdsal-resource/features/ccsdk-mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/features/features-mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mdsal-resource/features/ccsdk-mdsal-resource/pom.xml b/mdsal-resource/features/ccsdk-mdsal-resource/pom.xml index cbaaa9a3..b2209116 100644 --- a/mdsal-resource/features/ccsdk-mdsal-resource/pom.xml +++ b/mdsal-resource/features/ccsdk-mdsal-resource/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/mdsal-resource/features/features-mdsal-resource/pom.xml b/mdsal-resource/features/features-mdsal-resource/pom.xml index 6cf62b91..cbdf4ea4 100755 --- a/mdsal-resource/features/features-mdsal-resource/pom.xml +++ b/mdsal-resource/features/features-mdsal-resource/pom.xml @@ -6,7 +6,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/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index 7c610d98..839f6dbf 100755 --- a/mdsal-resource/features/pom.xml +++ b/mdsal-resource/features/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index b3e3af76..fd3a0567 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index dacd117e..428941cb 100755 --- a/mdsal-resource/pom.xml +++ b/mdsal-resource/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index d446707e..276c0f8d 100755 --- a/mdsal-resource/provider/pom.xml +++ b/mdsal-resource/provider/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> |