From 6580e8b6cfa246422399eb0640ef93c30396115d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 9 Jan 2023 11:55:04 +0000 Subject: [PATCH] Bump Spring Boot and tidy up plugins --- .devcontainer/devcontainer.json | 2 +- pom.xml | 18 +++--------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 138b7ca23..83e227add 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "extensions": [ "vscjava.vscode-java-pack", "redhat.vscode-xml", - "Pivotal.vscode-boot-dev-pack", + "pivotal.vscode-boot-dev-pack", "mhutchie.git-graph" ], "forwardPorts": [8080], diff --git a/pom.xml b/pom.xml index 59fe42251..6ea3dd6e6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 petclinic @@ -207,21 +207,9 @@ - pl.project13.maven - git-commit-id-plugin - - - - revision - - - + io.github.git-commit-id + git-commit-id-maven-plugin - true - yyyy-MM-dd'T'HH:mm:ssZ - true - ${project.build.outputDirectory}/git.properties - false false