Project 'eclipsefdn/it/api/eclipsefdn-mailing-lists-api' was moved to 'eclipsefdn/software-dev/api/eclipsefdn-mailing-lists-api'. Please update any links and bookmarks that may still have the old path.
feat: Update to J17 and Quarkus 3.2 + Integrate AccountService
Merged
requested to merge zacharysabourin/eclipsefdn-mailing-lists-api:zacharysabourin/main/12 into main
1 unresolved thread
Edited by Zachary Sabourin
Merge request reports
Activity
requested review from @malowe
assigned to @zacharysabourin
6 6 <groupId>org.eclipsefoundation</groupId> 7 7 <artifactId>eclipsefdn-mailing-lists</artifactId> 8 8 <version>1.0.0-SNAPSHOT</version> 9 9 10 <properties> 10 <eclipse-api-version>0.8.4</eclipse-api-version> 11 <surefire-plugin.version>2.22.1</surefire-plugin.version> 12 <compiler-plugin.version>3.8.1</compiler-plugin.version> 13 <maven.compiler.target>11</maven.compiler.target> 14 <maven.compiler.source>11</maven.compiler.source> 15 <quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id> 16 <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> 17 <quarkus.platform.version>2.16.12.Final</quarkus.platform.version> 11 <eclipse-api-version>0.9.1</eclipse-api-version> mentioned in commit 0ed46a7b
Please register or sign in to reply