diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:27:15 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:27:15 -0500 |
commit | f6c167f57c442548e629295760dc35c8b1020f92 (patch) | |
tree | f07b37517063e8e131e151c5e7d5b6b8ebb50386 /mdsal-resource | |
parent | 8c9509d8a0c1c64e8511972195ad7c8675d49d46 (diff) |
Prepare sli/adaptors for release3.0.1-ONAP0.3.3
Prepare sli/adaptors for 0.3.3 (Casablanca Mtce) release
Change-Id: I37e6e11045f1d165c20d8ceaacb6ff7c9a1970e0
Issue-ID: CCSDK-858
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 7a1ba047..66eabf85 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/mdsal-resource/features/features-mdsal-resource/pom.xml b/mdsal-resource/features/features-mdsal-resource/pom.xml index e96867f1..6d3ad37a 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index 59ef59d4..1b24c709 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index 442c1143..302268bd 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index a8203bd6..8dd3a3f7 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index b2468a42..8c9ebdff 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.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> |