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

anovikov pushed a commit to branch 
release/ignite-spring-boot-thin-client-autoconfigure-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git

commit 7a7591b912b372f2ca3ced6da77f31a960d08782
Author: nva <[email protected]>
AuthorDate: Wed Mar 12 11:38:16 2025 +0700

    IGNITE-24759 Set the Ignite Spring Boot Thin Autoconfigure Extension 2.0.0 
release version with 2.17.0 Apache Ignite.
---
 .github/workflows/prepare-rc.yml                                     | 4 ++--
 .github/workflows/release-checker.yml                                | 2 +-
 modules/spring-boot-thin-client-autoconfigure-ext/examples/pom.xml   | 4 ++--
 modules/spring-boot-thin-client-autoconfigure-ext/pom.xml            | 2 +-
 .../spring-boot-thin-client-autoconfigure/RELEASE_NOTES.txt          | 5 +++++
 .../spring-boot-thin-client-autoconfigure/pom.xml                    | 4 ++--
 parent-internal/pom.xml                                              | 2 +-
 7 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/prepare-rc.yml b/.github/workflows/prepare-rc.yml
index 2216e6eb..cf44c1b2 100644
--- a/.github/workflows/prepare-rc.yml
+++ b/.github/workflows/prepare-rc.yml
@@ -82,7 +82,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 8
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract POM Version and Compare With Branch Version
@@ -192,7 +192,7 @@ jobs:
           cd -
 
       - name: Upload Job Artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: ${{ env.EXTENSION_RC_TAG }}
           path: ${{ env.GIT_HOME }}/target/${{ env.EXTENSION_RC_TAG }}.zip
diff --git a/.github/workflows/release-checker.yml 
b/.github/workflows/release-checker.yml
index 202109c9..1cfc1383 100644
--- a/.github/workflows/release-checker.yml
+++ b/.github/workflows/release-checker.yml
@@ -74,7 +74,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 8
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract Branch POM Version and Compare
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/examples/pom.xml 
b/modules/spring-boot-thin-client-autoconfigure-ext/examples/pom.xml
index e24f7b9e..1caa35a5 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/examples/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/examples/pom.xml
@@ -28,12 +28,12 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         
<artifactId>ignite-spring-boot-thin-client-autoconfigure-parent-ext</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     
<artifactId>ignite-spring-boot-thin-client-autoconfigure-ext-examples</artifactId>
-    <version>${project.parent.version}</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml 
b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
index 465a77b8..19e74412 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
@@ -31,7 +31,7 @@
 
     
<artifactId>ignite-spring-boot-thin-client-autoconfigure-parent-ext</artifactId>
     <packaging>pom</packaging>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git 
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/RELEASE_NOTES.txt
 
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/RELEASE_NOTES.txt
index 606c7de9..28bc35ce 100644
--- 
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/RELEASE_NOTES.txt
+++ 
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/RELEASE_NOTES.txt
@@ -5,3 +5,8 @@ Apache Ignite Spring Boot Thin Module 1.0.0
 -------------------------------------------
 
 * Auto configure of Ignite thin client for spring-boot based applications 
implemented.
+
+Apache Ignite Spring Boot Thin Module 2.0.0
+--------------------------------------
+
+* Spring Boot 3.2 support added.
diff --git 
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
 
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
index 96585170..a7bed387 100644
--- 
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
+++ 
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
@@ -27,12 +27,12 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         
<artifactId>ignite-spring-boot-thin-client-autoconfigure-parent-ext</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>ignite-spring-boot-thin-client-autoconfigure-ext</artifactId>
-    <version>${project.parent.version}</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git a/parent-internal/pom.xml b/parent-internal/pom.xml
index 3ce44d71..5c8ae2d4 100644
--- a/parent-internal/pom.xml
+++ b/parent-internal/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-parent</artifactId>
-        <version>2.18.0-SNAPSHOT</version>
+        <version>2.17.0</version>
         <relativePath /> <!-- lookup parent from repository -->
     </parent>
 

Reply via email to