diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:14:59 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:14:59 -0400 |
commit | 258216bfca01a583c6a86359a5eead8a339e2fc5 (patch) | |
tree | c0254fe6f81bf765207908ec4d5743ceb5eca467 /mdsal-resource | |
parent | 58df303dbd3192d391bb77c96a75ecf5e88f73cd (diff) |
Prepare for RC0 release3.0.0-ONAP0.3.1
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I5e07d7af8381af1f22b8288965d400f95eb92abf
Issue-ID: CCSDK-617
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 ef564a84..e8d383ee 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/mdsal-resource/features/features-mdsal-resource/pom.xml b/mdsal-resource/features/features-mdsal-resource/pom.xml index 3e85e1c7..f2b8adbd 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index 8554f4a5..c3ac9cfe 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index 89d4ddd7..ffb8ddbe 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index 839c64e6..afad0727 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index d5f41807..78014fed 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> |