Updates releaser to use boot 2.6.

Added new jgit deps.

Added junit-vintage-engine, so no tests migrated to junit 5.

Only one test needed to be @Ignore SpringCloudCustomProjectDocumentationUpdater.

Much formatting, so beauty.
This commit is contained in:
spencergibb
2021-11-19 15:58:40 -05:00
parent 430e302aae
commit db48e8542a
193 changed files with 2558 additions and 4320 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.2.3.RELEASE</version>
<version>3.1.0-RC1</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -30,11 +30,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring-cloud-bom.version>Hoxton.SR6</spring-cloud-bom.version>
<spring-cloud-bom.version>2021.0.0-RC1</spring-cloud-bom.version>
<jcabi-github.version>1.0</jcabi-github.version>
<jsch-agent.version>0.0.9</jsch-agent.version>
<hibernate-validator.version>5.4.1.Final</hibernate-validator.version>
<org.eclipse.jgit-version>5.1.3.201810200350-r</org.eclipse.jgit-version>
<org.eclipse.jgit-version>5.12.0.202106070339-r</org.eclipse.jgit-version>
<!-- Versions plugin uses this version -->
<maven-model.version>3.6.3</maven-model.version>
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>