File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11Apache Ignite Extensions Release Notes
22======================================
33
4+ Apache Ignite Spring Data Module 3.1.0
5+ --------------------------------------
6+
7+ * Added custom converters support.
8+
49Apache Ignite Spring Data Module 3.0.0
510--------------------------------------
611
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments