From 3eab1f635c682ac9325e6d3e99994393e7830147 Mon Sep 17 00:00:00 2001 From: Omar Peart Date: Wed, 29 Nov 2023 23:39:59 -0500 Subject: [PATCH] Update project version to 3.0.0 --- pom.xml | 15 +- pom.xml.versionsBackup | 442 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 452 insertions(+), 5 deletions(-) create mode 100644 pom.xml.versionsBackup diff --git a/pom.xml b/pom.xml index ce55092cf..f11561df0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples spring-petclinic - 3.2.0-SNAPSHOT + 3.0.0 org.springframework.boot @@ -21,7 +21,7 @@ UTF-8 UTF-8 - 2023-05-10T07:42:50Z + 2023-11-30T04:39:37Z 5.3.2 @@ -143,6 +143,11 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.0.0 + org.apache.maven.plugins maven-enforcer-plugin @@ -218,7 +223,7 @@ spring-boot-maven-plugin - build-info @@ -376,7 +381,7 @@ - org.eclipse.m2e @@ -434,4 +439,4 @@ - \ No newline at end of file + diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 000000000..125ea0140 --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,442 @@ + + + 4.0.0 + org.springframework.samples + spring-petclinic + 3.2.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-parent + 3.2.0 + + petclinic + + + + + 17 + UTF-8 + UTF-8 + + 2023-05-10T07:42:50Z + + + 5.3.2 + 4.7.0 + + 10.12.5 + 0.8.11 + 0.2.29 + 1.0.0 + 3.3.1 + 0.0.11 + 0.0.40 + + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-test + test + + + + + com.h2database + h2 + runtime + + + com.mysql + mysql-connector-j + runtime + + + org.postgresql + postgresql + runtime + + + + + javax.cache + cache-api + + + com.github.ben-manes.caffeine + caffeine + + + + + org.webjars.npm + bootstrap + ${webjars-bootstrap.version} + + + org.webjars.npm + font-awesome + ${webjars-font-awesome.version} + + + + org.springframework.boot + spring-boot-devtools + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.springframework.boot + spring-boot-docker-compose + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + mysql + test + + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + + enforce + + + + + This build requires at least Java ${java.version}, update your JVM, and run the build again + ${java.version} + + + + + + + + io.spring.javaformat + spring-javaformat-maven-plugin + ${spring-format.version} + + + validate + + validate + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + io.spring.nohttp + nohttp-checkstyle + ${nohttp-checkstyle.version} + + + + + nohttp-checkstyle-validation + validate + + src/checkstyle/nohttp-checkstyle.xml + src/checkstyle/nohttp-checkstyle-suppressions.xml + ${basedir} + **/* + **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class + + + check + + + + + + org.graalvm.buildtools + native-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + + + build-info + + + + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + ${java.version} + ${java.version} + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + prepare-package + + report + + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + false + false + + + + + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + css + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + + generate-resources + + unpack + + + + + org.webjars.npm + bootstrap + ${webjars-bootstrap.version} + + + ${project.build.directory}/webjars + + + + + + + com.gitlab.haynes + libsass-maven-plugin + ${libsass.version} + + + generate-resources + + + compile + + + + + ${basedir}/src/main/scss/ + ${basedir}/src/main/resources/static/resources/css/ + + ${project.build.directory}/webjars/META-INF/resources/webjars/bootstrap/${webjars-bootstrap.version}/scss/ + + + + + + + m2e + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + ${lifecycle-mapping} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1,) + + check + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + [1,) + + build-info + + + + + + + + + io.spring.javaformat + spring-javaformat-maven-plugin + [0,) + + validate + + + + + + + + + + + + + + + + +