X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=springboot%2Fspring-boot-setup%2Fpom.xml;h=18de4a8a548218980d6548ecc9d981de16a2845f;hb=1c6dd26b168d5619de5fbfc4d60051e43f603247;hp=bd4cbca3c440b532cc0bbdc0551b223cb62a3940;hpb=2d071d42b8c333ffadd084960f85a3822e414815;p=ccsdk%2Fparent.git diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index bd4cbca3..18de4a8a 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent springboot-aggregator - 2.3.4-SNAPSHOT + 2.4.2-SNAPSHOT org.onap.ccsdk.parent spring-boot-setup - 2.3.4-SNAPSHOT + 2.4.2-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -35,7 +35,7 @@ src/main/resources - pom-template.xml + pom-template-jdk8.xml true @@ -48,25 +48,73 @@ - create-springboot2-parent-pom + create-springboot23-parent-pom copy-resources validate - ../springboot2 + ../springboot23 src/main/resources - pom-template.xml + pom-template-jdk8.xml true \ - ${basedir}/src/main/properties/springboot2.properties + ${basedir}/src/main/properties/springboot23.properties + + UTF-8 + + + + create-springboot25-parent-pom + + copy-resources + + validate + + ../springboot25 + + + src/main/resources + + pom-template-jdk11.xml + + true + + + \ + + ${basedir}/src/main/properties/springboot25.properties + + UTF-8 + + + + create-springboot26-parent-pom + + copy-resources + + validate + + ../springboot26 + + + src/main/resources + + pom-template-jdk11.xml + + true + + + \ + + ${basedir}/src/main/properties/springboot26.properties UTF-8 @@ -85,19 +133,41 @@ rename - ../springboot1/pom-template.xml + ../springboot1/pom-template-jdk8.xml ../springboot1/pom.xml - rename-springboot2-parent-pom + rename-springboot23-parent-pom + validate + + rename + + + ../springboot23/pom-template-jdk8.xml + ../springboot23/pom.xml + + + + rename-springboot25-parent-pom + validate + + rename + + + ../springboot25/pom-template-jdk11.xml + ../springboot25/pom.xml + + + + rename-springboot26-parent-pom validate rename - ../springboot2/pom-template.xml - ../springboot2/pom.xml + ../springboot26/pom-template-jdk11.xml + ../springboot26/pom.xml