diff --git a/spring-boot-ci-cd/pom.xml b/spring-boot-ci-cd/pom.xml index 32d0950d78..e5204d53fd 100644 --- a/spring-boot-ci-cd/pom.xml +++ b/spring-boot-ci-cd/pom.xml @@ -1,107 +1,107 @@ - 4.0.0 - spring-boot-ci-cd - 0.0.1-SNAPSHOT - spring-boot-ci-cd - jar - - - com.baeldung - parent-boot-2 + 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 + spring-boot-ci-cd 0.0.1-SNAPSHOT - ../parent-boot-2 - + spring-boot-ci-cd + jar - - - org.springframework.boot - spring-boot-starter-web - + + com.baeldung + parent-boot-2 + 0.0.1-SNAPSHOT + ../parent-boot-2 + - - org.springframework.boot - spring-boot-starter-actuator - - + + + org.springframework.boot + spring-boot-starter-web + - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.jacoco - jacoco-maven-plugin - 0.8.5 - - - default-prepare-agent - - prepare-agent - - - - report - test - - report - - - - - - + + org.springframework.boot + spring-boot-starter-actuator + + - - - deploy-heroku - - true - - + - - com.heroku.sdk - heroku-maven-plugin - 3.0.2 - - spring-boot-ci-cd - - java $JAVA_OPTS -jar -Dserver.port=$PORT target/${project.build.finalName}.jar - - - + + org.springframework.boot + spring-boot-maven-plugin + + + org.jacoco + jacoco-maven-plugin + 0.8.5 + + + default-prepare-agent + + prepare-agent + + + + report + test + + report + + + + - - - - deploy-docker - - true - - - - - com.google.cloud.tools - jib-maven-plugin - 2.2.0 - - - registry.hub.docker.com/baeldungjib/baeldung-ci-cd-process - - ${project.version} - latest - - - - - - - - + + + + + deploy-heroku + + true + + + + + com.heroku.sdk + heroku-maven-plugin + 3.0.2 + + spring-boot-ci-cd + + java $JAVA_OPTS -jar -Dserver.port=$PORT target/${project.build.finalName}.jar + + + + + + + + deploy-docker + + true + + + + + com.google.cloud.tools + jib-maven-plugin + 2.2.0 + + + registry.hub.docker.com/baeldungjib/baeldung-ci-cd-process + + ${project.version} + latest + + + + + + + + \ No newline at end of file