X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=164141d571b24730013a3a708f1427f4793b39e8;hb=edd51e7dd63cb88c9f72e686cd699a719184f243;hp=2410001e7414d6519061cbb8f5fa1243ae600490;hpb=41854289466b405c41bab59bd1d669fcac437117;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 2410001..164141d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,22 +25,26 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.gizmo gizmo - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT aai-gizmo ${basedir}/target 1.4.1 - 1.4.0 - 1.4.0 - 1.4.0 - 1.3.1 + 1.5.0 + 1.5.1 + 1.5.1 + 1.5.0 + + 0.60 + ${project.build.directory}/code-coverage @@ -49,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.18.RELEASE + 1.5.19.RELEASE pom import @@ -110,7 +114,7 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -127,11 +131,11 @@ limitations under the License. springfox-swagger-ui 2.9.2 - + - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} @@ -218,7 +222,7 @@ limitations under the License. org.onap.aai rest-client - 1.2.1 + 1.5.0 @@ -366,7 +370,7 @@ limitations under the License. Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order Use in combination to rewrite code and imports, then checkstyle - + mvn formatter:format spotless:apply process-sources --> @@ -444,6 +448,8 @@ limitations under the License. ${docker.location} latest + ${project.docker.latesttag.version} + ${project.major.version}.${project.minor.version}-STAGING-${maven.build.timestamp} true @@ -499,9 +505,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - org.springframework.boot @@ -528,7 +531,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} jar @@ -540,7 +543,35 @@ limitations under the License. - + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + +