X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fpom.xml;h=9cd0645099b70b271d37762be04112dfc9c4d060;hb=4db817ce10240595c9d7860f93918aa6181dd295;hp=217fcc9f1df18d305ccddeb2de382afa5551cb6f;hpb=98f822c2687fc05c6087796f89baacf76f3b370b;p=nonrtric.git diff --git a/near-rt-ric-simulator/pom.xml b/near-rt-ric-simulator/pom.xml index 217fcc9f..9cd06450 100644 --- a/near-rt-ric-simulator/pom.xml +++ b/near-rt-ric-simulator/pom.xml @@ -20,59 +20,91 @@ --> - 4.0.0 - org.oran.nearric - nearric-simulator - 1.0.0-SNAPSHOT - pom - ${project.artifactId} + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.oran.nearric + nearric-simulator + 1.0.1-SNAPSHOT + pom + ${project.artifactId} - - org.springframework.boot - spring-boot-starter-parent - 2.1.9.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 2.1.9.RELEASE + + - - 2.1.9.RELEASE - 11 - + + 2.1.9.RELEASE + 11 + 0.30.0 + - - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + - - - org.springframework - spring-context - - - org.springframework - spring-web - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - - - - + + + org.springframework + spring-context + + + org.springframework + spring-web + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + false + + + push-near-rt-ric-simulator-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/near-rt-ric-simulator:${project.version} + + ${basedir}/ric-plt/a1 + Dockerfile + + ${project.version} + latest + + + + + + + + + +