Skip to content

Commit f408d89

Browse files
authored
Merge pull request #802 from NASA-PDS/fix/maven-compiler-plugin-release
Fix release build: upgrade maven-compiler-plugin and consolidate Java compiler release target
2 parents 4aef772 + 28d553b commit f408d89

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

lexer/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

model/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
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>

0 commit comments

Comments
 (0)