X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=fac2743ab6032e83d4a5d765329c8cb4302342e1;hb=b7c9d29d2b472e63bbe0331a413da0e7cd492aee;hp=77d39218971462e3bcf64b3189c3729e2ec3d3c4;hpb=5c87567c1743fb3f6957fe8fe0906310212cd1d6;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 77d39218..fac2743a 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,13 +25,15 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend 1.8 2.9.2 + + 0 @@ -42,12 +44,12 @@ limitations under the License. org.o-ran-sc.ric.anrxapp.client anr-xapp-client - 0.0.7-SNAPSHOT + 0.0.8-SNAPSHOT org.o-ran-sc.ric.e2mgr.client e2-mgr-client - 20190515-SNAPSHOT + 20190620-SNAPSHOT org.o-ran-sc.ric.xappmgr.client @@ -94,15 +96,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - org.codehaus.mojo license-maven-plugin @@ -128,6 +121,35 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + true + + + ${project.version}-b${build.number} + + + + maven-resources-plugin @@ -149,6 +171,15 @@ limitations under the License. + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + io.fabric8