Skip to content

Commit dc763dc

Browse files
committed
IGNITE-24759 Set the Ignite Spring Data Extension 3.1.0 release version with 2.17.0 Apache Ignite.
1 parent eca359f commit dc763dc

7 files changed

Lines changed: 14 additions & 21 deletions

File tree

.github/workflows/prepare-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set up Java
8383
uses: actions/setup-java@v2
8484
with:
85-
java-version: 8
85+
java-version: 17
8686
distribution: 'adopt'
8787

8888
- name: Extract POM Version and Compare With Branch Version
@@ -192,7 +192,7 @@ jobs:
192192
cd -
193193
194194
- name: Upload Job Artifacts
195-
uses: actions/upload-artifact@v3
195+
uses: actions/upload-artifact@v4
196196
with:
197197
name: ${{ env.EXTENSION_RC_TAG }}
198198
path: ${{ env.GIT_HOME }}/target/${{ env.EXTENSION_RC_TAG }}.zip

.github/workflows/release-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Java
7575
uses: actions/setup-java@v2
7676
with:
77-
java-version: 8
77+
java-version: 17
7878
distribution: 'adopt'
7979

8080
- name: Extract Branch POM Version and Compare

modules/spring-data-ext/examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<parent>
2929
<groupId>org.apache.ignite</groupId>
3030
<artifactId>ignite-spring-data-parent-ext</artifactId>
31-
<version>3.0.0-SNAPSHOT</version>
31+
<version>3.1.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

3535
<artifactId>ignite-spring-data-ext-examples</artifactId>
36-
<version>${project.parent.version}</version>
36+
<version>3.1.0</version>
3737

3838
<url>https://ignite.apache.org</url>
3939

modules/spring-data-ext/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,12 @@
3131

3232
<artifactId>ignite-spring-data-parent-ext</artifactId>
3333
<packaging>pom</packaging>
34-
<version>3.0.0-SNAPSHOT</version>
34+
<version>3.1.0</version>
3535

3636
<url>https://ignite.apache.org</url>
3737

3838
<modules>
3939
<module>spring-data</module>
4040
<module>examples</module>
4141
</modules>
42-
43-
<build>
44-
<plugins>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-deploy-plugin</artifactId>
48-
<configuration>
49-
<skip>true</skip>
50-
</configuration>
51-
</plugin>
52-
</plugins>
53-
</build>
5442
</project>

modules/spring-data-ext/spring-data/RELEASE_NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Apache Ignite Extensions Release Notes
22
======================================
33

4+
Apache Ignite Spring Data Module 3.1.0
5+
--------------------------------------
6+
7+
* Added custom converters support.
8+
49
Apache Ignite Spring Data Module 3.0.0
510
--------------------------------------
611

modules/spring-data-ext/spring-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<parent>
2929
<groupId>org.apache.ignite</groupId>
3030
<artifactId>ignite-spring-data-parent-ext</artifactId>
31-
<version>3.0.0-SNAPSHOT</version>
31+
<version>3.1.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

3535
<artifactId>ignite-spring-data-ext</artifactId>
36-
<version>${project.parent.version}</version>
36+
<version>3.1.0</version>
3737

3838
<url>https://ignite.apache.org</url>
3939

parent-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.ignite</groupId>
2828
<artifactId>ignite-parent</artifactId>
29-
<version>2.18.0-SNAPSHOT</version>
29+
<version>2.17.0</version>
3030
<relativePath /> <!-- lookup parent from repository -->
3131
</parent>
3232

0 commit comments

Comments
 (0)