diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 00c79c3db0..f4fbe26796 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1 +1 @@ -javaFormatVersion=0.0.20 \ No newline at end of file +javaFormatVersion=0.0.22 \ No newline at end of file diff --git a/ci/images/releasescripts/pom.xml b/ci/images/releasescripts/pom.xml deleted file mode 100644 index b868ee91cb..0000000000 --- a/ci/images/releasescripts/pom.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.4.RELEASE - - - io.spring.concourse.releasescripts - release-scripts - 0.0.1-SNAPSHOT - releasescripts - Utility that can be used when releasing Java projects - - - 1.8 - 0.0.20 - - - - - org.springframework.boot - spring-boot-starter - - - org.springframework - spring-web - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - - - com.fasterxml.jackson.module - jackson-module-parameter-names - - - org.awaitility - awaitility - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - - - spring-boot-release-scripts - - - org.springframework.boot - spring-boot-maven-plugin - - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-javaformat.version} - - - validate - - ${disable.checks} - - - validate - - - - - - - -