From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- ms/error-catalog/application/pom.xml | 3 +- ms/error-catalog/application/pom.xml-n | 34 +++++++ ms/error-catalog/core/pom.xml | 3 +- ms/error-catalog/core/pom.xml-n | 34 +++++++ ms/error-catalog/pom.xml | 3 +- ms/error-catalog/pom.xml-n | 157 +++++++++++++++++++++++++++++++++ ms/error-catalog/services/pom.xml | 3 +- ms/error-catalog/services/pom.xml-n | 41 +++++++++ 8 files changed, 274 insertions(+), 4 deletions(-) create mode 100644 ms/error-catalog/application/pom.xml-n create mode 100644 ms/error-catalog/core/pom.xml-n create mode 100644 ms/error-catalog/pom.xml-n create mode 100644 ms/error-catalog/services/pom.xml-n (limited to 'ms/error-catalog') diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index c2a09dbdb..26249132e 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT error-catalog-application diff --git a/ms/error-catalog/application/pom.xml-n b/ms/error-catalog/application/pom.xml-n new file mode 100644 index 000000000..4d992718e --- /dev/null +++ b/ms/error-catalog/application/pom.xml-n @@ -0,0 +1,34 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.error.catalog + error-catalog + 1.0.0-SNAPSHOT + + + error-catalog-application + + Error Catalog Application + Error Catalog Application + + + true + + diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index 0592112cf..a7ecdccbb 100644 --- a/ms/error-catalog/core/pom.xml +++ b/ms/error-catalog/core/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT error-catalog-core diff --git a/ms/error-catalog/core/pom.xml-n b/ms/error-catalog/core/pom.xml-n new file mode 100644 index 000000000..a3663f2c3 --- /dev/null +++ b/ms/error-catalog/core/pom.xml-n @@ -0,0 +1,34 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.error.catalog + error-catalog + 1.0.0-SNAPSHOT + + + error-catalog-core + + Error Catalog Core + Error Catalog Core + + + true + + diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 8b82d7d75..f40258e33 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds ms - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT .. diff --git a/ms/error-catalog/pom.xml-n b/ms/error-catalog/pom.xml-n new file mode 100644 index 000000000..319f2f6de --- /dev/null +++ b/ms/error-catalog/pom.xml-n @@ -0,0 +1,157 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds + ms + 1.0.0-SNAPSHOT + .. + + + org.onap.ccsdk.cds.error.catalog + error-catalog + pom + + Error Catalog Lib + Error Catalog Lib for ONAP Components + + + application + core + services + + + + + + org.onap.ccsdk.cds.error.catalog + error-catalog-core + ${project.version} + + + org.onap.ccsdk.cds.error.catalog + error-catalog-services + ${project.version} + + + + + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-common + + + org.jetbrains.kotlin + kotlin-script-util + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + + + + + org.jetbrains.kotlin + kotlin-compiler + + + + + org.springframework.boot + spring-boot-starter-webflux + + + javax.persistence + javax.persistence-api + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-test + test + + + io.projectreactor + reactor-test + test + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.maven.version} + + + compile + + compile + + + + src/main/kotlin + + + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + + + + + + + + diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index a0a1ba9b1..3be5f9f9e 100644 --- a/ms/error-catalog/services/pom.xml +++ b/ms/error-catalog/services/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT error-catalog-services diff --git a/ms/error-catalog/services/pom.xml-n b/ms/error-catalog/services/pom.xml-n new file mode 100644 index 000000000..44f12f7e3 --- /dev/null +++ b/ms/error-catalog/services/pom.xml-n @@ -0,0 +1,41 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.error.catalog + error-catalog + 1.0.0-SNAPSHOT + + + error-catalog-services + + Error Catalog Service + Error Catalog Service + + + true + + + + + org.onap.ccsdk.cds.error.catalog + error-catalog-core + + + -- cgit 1.2.3-korg