Spring Boot 3 migration (#255)

* It compiles

* WIP

* Upgraded jdk to 17:

* Added tests for Github repo

* Modified the sagan client

* Updated versions
This commit is contained in:
Marcin Grzejszczak
2023-06-22 16:30:34 +02:00
committed by GitHub
parent a0b43f5ac6
commit aa5d636de3
143 changed files with 863 additions and 9409 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud.internal</groupId>
<artifactId>releaser-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>releaser-docs</artifactId>
<packaging>pom</packaging>
@@ -16,11 +16,11 @@
<configprops.inclusionPattern>releaser.*</configprops.inclusionPattern>
</properties>
<dependencies>
<dependency>
<!--<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-info</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>releaser-core</artifactId>