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
26
26
| Spring Cloud OCI | Spring Cloud | Spring Boot | OCI Java SDK |
27
27
| ------------------| --------------| --------------| --------------|
28
28
| 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 |
30
30
| 1.1.0 | 2023.0.x | 3.2.x | 3.44.x |
31
31
32
32
## 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
11
11
<parent >
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-build</artifactId >
14
- <version >4.0.4 </version >
14
+ <version >4.1.3 </version >
15
15
<relativePath />
16
16
</parent >
17
17
<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
77
77
<spring-boot-dependencies .version>3.2.7</spring-boot-dependencies .version>
78
78
<spring-framework .version>6.1.10</spring-framework .version>
79
79
<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>
82
82
<maven .compiler.source>17</maven .compiler.source>
83
83
<maven .compiler.target>17</maven .compiler.target>
84
84
<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
84
84
</configuration>
85
85
</plugin>
86
86
-->
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 >
87
94
<plugin >
88
95
<groupId >org.springframework.boot</groupId >
89
96
<artifactId >spring-boot-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments