Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
maven-doc-phases: package
# TODO: Remove
maven-stable-artifact-phases: clean,install,deploy
packages: openjdk17-jdk
packages: openjdk21
env:
central_portal_username: ${{secrets.CENTRAL_REPOSITORY_USERNAME}}
central_portal_token: ${{secrets.CENTRAL_REPOSITORY_TOKEN}}
Expand Down
2 changes: 0 additions & 2 deletions lexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ POSSIBILITY OF SUCH DAMAGE.

<!-- configure the versions you want to use here -->
<antlr4.version>4.13.2</antlr4.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

</properties>
<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<name>Registry API Model</name>
<description>PDS Registry API Controllers and Responses Models</description>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Go through this file line-by-line and replace the template values with your own.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 0 additions & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<name>Registry API Service</name>

<properties>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Keep your base boot version -->
<spring-boot-version>3.5.12</spring-boot-version>
Expand Down
Loading