File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This project has dependency and transitive dependencies on Spring Projects. The
2626| Spring Cloud OCI | Spring Cloud | Spring Boot | OCI Java SDK |
2727| ------------------| --------------| --------------| --------------|
2828| 1.0.0 | 2022.0.x | 3.1.x, 3.0.x | 3.24.0 |
29- | 1.0.1 | 2023.0.x | 3.2.x | 3.41.1 |
29+ | 1.0.1 | 2023.0.x | 3.2.x | 3.44.3 |
3030| 1.1.0 | 2023.0.x | 3.2.x | 3.44.x |
3131
3232## Sample applications
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1111 <parent >
1212 <groupId >org.springframework.cloud</groupId >
1313 <artifactId >spring-cloud-build</artifactId >
14- <version >4.0.4 </version >
14+ <version >4.1.3 </version >
1515 <relativePath />
1616 </parent >
1717 <groupId >com.oracle.cloud.spring</groupId >
@@ -77,8 +77,8 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
7777 <spring-boot-dependencies .version>3.2.7</spring-boot-dependencies .version>
7878 <spring-framework .version>6.1.10</spring-framework .version>
7979 <jakarta-mail .version>2.0.3</jakarta-mail .version>
80- <oci-sdk .version>3.44.2 </oci-sdk .version>
81- <spring-boot-maven-plugin .version>3.2.5 </spring-boot-maven-plugin .version>
80+ <oci-sdk .version>3.44.3 </oci-sdk .version>
81+ <spring-boot-maven-plugin .version>3.2.7 </spring-boot-maven-plugin .version>
8282 <maven .compiler.source>17</maven .compiler.source>
8383 <maven .compiler.target>17</maven .compiler.target>
8484 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
8484 </configuration>
8585 </plugin>
8686 -->
87+ <plugin >
88+ <groupId >org.apache.maven.plugins</groupId >
89+ <artifactId >maven-deploy-plugin</artifactId >
90+ <configuration >
91+ <skip >true</skip >
92+ </configuration >
93+ </plugin >
8794 <plugin >
8895 <groupId >org.springframework.boot</groupId >
8996 <artifactId >spring-boot-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments