diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-10 16:20:50 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-10 16:20:50 -0400 |
commit | 7c523d1f7011e84fd7a473af1a89df02f41cd5fa (patch) | |
tree | 6278fc45655c68f70360bc9801c46c9c7eba859c /dblib/features | |
parent | 701f863f4cc97c5e7073d17e32086ee6f32f7eab (diff) |
Prepare sli/core for RC0 release3.0.0-ONAP0.3.1
Remove -STAGING tag and update parent poms to correct release version (1.1.1)
Change-Id: I16d4a5c07fe6e3e2bf997fff417242aa6184f89e
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dblib/features')
-rw-r--r-- | dblib/features/ccsdk-dblib/pom.xml | 2 | ||||
-rw-r--r-- | dblib/features/features-dblib/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dblib/features/ccsdk-dblib/pom.xml b/dblib/features/ccsdk-dblib/pom.xml index 7cf80043..b8154518 100644 --- a/dblib/features/ccsdk-dblib/pom.xml +++ b/dblib/features/ccsdk-dblib/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/dblib/features/features-dblib/pom.xml b/dblib/features/features-dblib/pom.xml index 4a5b50f3..ed5faf2c 100644 --- a/dblib/features/features-dblib/pom.xml +++ b/dblib/features/features-dblib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index 73464775..fa3e7579 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> |