File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ POSSIBILITY OF SUCH DAMAGE.
5050
5151 <!-- configure the versions you want to use here -->
5252 <antlr4 .version>4.13.2</antlr4 .version>
53- <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
54-
5553 </properties >
5654 <dependencies >
5755 <dependency >
Original file line number Diff line number Diff line change 4444 <name >Registry API Model</name >
4545 <description >PDS Registry API Controllers and Responses Models</description >
4646 <properties >
47- <maven .compiler.release>17</maven .compiler.release>
4847 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4948 </properties >
5049
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ Go through this file line-by-line and replace the template values with your own.
229229 <plugin >
230230 <groupId >org.apache.maven.plugins</groupId >
231231 <artifactId >maven-compiler-plugin</artifactId >
232- <version >3.8.1 </version >
232+ <version >3.13.0 </version >
233233 </plugin >
234234 <plugin >
235235 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 4545 <name >Registry API Service</name >
4646
4747 <properties >
48- <maven .compiler.release>21</maven .compiler.release>
4948 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5049 <!-- Keep your base boot version -->
5150 <spring-boot-version >3.5.12</spring-boot-version >
You can’t perform that action at this time.
0 commit comments