X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fpom.xml;h=a8cffe151eabdd98dab23d4f1e86574033c35d9f;hb=refs%2Fchanges%2F49%2F4749%2F5;hp=e1884fc02aef8cdf7d40d6758341d9553435647e;hpb=d1d085456c485599f6b8aba87b6d761b29c2ecd4;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index e1884fc0..a8cffe15 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -30,8 +30,8 @@ org.o-ran-sc.nonrtric - policy-agent - 2.1.0-SNAPSHOT + enrichment-coordinator-service + 1.0.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -54,8 +54,8 @@ 20190722 3.6 3.8.0 - 2.8.1 - 1.18.0 + 2.12.2 + 1.24.3 0.30.0 1.1.11 2.1.1 @@ -293,7 +293,7 @@ false - generate-policy-agent-image + generate-enrichment-coordinator-service-image package build @@ -302,7 +302,7 @@ ${env.CONTAINER_PULL_REGISTRY} - o-ran-sc/nonrtric-policy-agent:${project.version} + o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} try ${basedir} @@ -319,7 +319,7 @@ - push-policy-agent-image + push-enrichment-coordinator-service-image build push @@ -329,7 +329,7 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/nonrtric-policy-agent:${project.version} + o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} ${basedir} Dockerfile @@ -353,26 +353,6 @@ sonar-maven-plugin ${sonar-maven-plugin.version} - - org.codehaus.mojo - exec-maven-plugin - - - run-test-script - verify - - exec - - - - - bash - - run_test.sh - - ../test/jenkins/ - -