This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 37f534399b11c60606fd4e0529c1d37f764616d6
Author: Andi Huber <[email protected]>
AuthorDate: Sun Nov 13 10:56:23 2022 +0100

    ISIS-3275: migrate starters
---
 starters/pom.xml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/starters/pom.xml b/starters/pom.xml
index f08fc955e2..18809975f0 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.7.5</version>
+               <version>3.0.0-RC2</version>
                <relativePath />
        </parent>
 
@@ -39,9 +39,9 @@
 
        <properties>
 
-               <maven.compiler.release>11</maven.compiler.release>
+               <maven.compiler.release>17</maven.compiler.release>
 
-               <spring-boot.version>2.7.5</spring-boot.version>
+               <spring-boot.version>3.0.0-RC2</spring-boot.version>
                <approvaltests.version>18.5.0</approvaltests.version>
 
                <resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in 
sync with property defined in resteasy4-spring-boot-starter -->
@@ -80,6 +80,15 @@
                        </plugins>
                </pluginManagement>
        </build>
+       <repositories>
+        <!-- temporary till Nov 24, 2022 -->
+        <repository>
+            <id>spring.snapshots</id>
+            <name>Spring Milestones Repository</name>
+            <url>https://repo.spring.io/milestone/</url>
+            <snapshots><enabled>false</enabled></snapshots>
+        </repository>
+    </repositories>
        <dependencyManagement>
                <dependencies>
                        <dependency>

Reply via email to