File tree Expand file tree Collapse file tree
modules/spring-boot-autoconfigure-ext
spring-boot-autoconfigure 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
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-boot-autoconfigure-parent-ext</artifactId >
31- <version >1.1.0-SNAPSHOT </version >
31+ <version >2.0.0 </version >
3232 <relativePath >../pom.xml</relativePath >
3333 </parent >
3434
3535 <artifactId >ignite-spring-boot-autoconfigure-ext-examples</artifactId >
36- <version >${project.parent.version} </version >
36+ <version >2.0.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-boot-autoconfigure-parent-ext</artifactId >
3333 <packaging >pom</packaging >
34- <version >1.1.0-SNAPSHOT </version >
34+ <version >2.0.0 </version >
3535
3636 <url >https://ignite.apache.org</url >
3737
Original file line number Diff line number Diff line change 11Apache Ignite Extensions Release Notes
22======================================
33
4+ Apache Ignite Spring Boot Module 2.0.0
5+ --------------------------------------
6+
7+ * Spring Boot 3.2 support added.
8+
49Apache Ignite Spring Boot Module 1.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-boot-autoconfigure-parent-ext</artifactId >
31- <version >1.1.0-SNAPSHOT </version >
31+ <version >2.0.0 </version >
3232 <relativePath >../pom.xml</relativePath >
3333 </parent >
3434
3535 <artifactId >ignite-spring-boot-autoconfigure-ext</artifactId >
36- <version >${project.parent.version} </version >
36+ <version >2.0.0 </version >
3737
3838 <url >https://ignite.apache.org</url >
3939
116116 <version >${spring-boot.version} </version >
117117 </dependency >
118118 </dependencies >
119+
120+ <build >
121+ <plugins >
122+ <plugin >
123+ <groupId >org.apache.maven.plugins</groupId >
124+ <artifactId >maven-deploy-plugin</artifactId >
125+ <configuration >
126+ <skip >false</skip >
127+ </configuration >
128+ </plugin >
129+ </plugins >
130+ </build >
119131</project >
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