[VOTE] Release Maven Site Plugin version 3.21.0
Hi, NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack#TowardsDoxia2.0.0Stack-MavenSitePlugin3.21.0/4.0.0 we solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12355103 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-/ https://repository.apache.org/content/repositories/maven-/org/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0-source-release.zip Source release checksum(s): maven-site-plugin-3.21.0-source-release.zip sha512: 32220a7741e6a86aa1e27955d12f4b88a9c2ce5dce3bfd50737f28d797c96d711770888b6e31edc2706895d53aa55a049f434040614c5bc0cbc9a28deff80357 Staging site: https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
Re: [VOTE] Release Apache Maven 4.0.0-beta-5
-1 Discovered a problem in model building when using modelVersion 4.1.0. Some dependencies will not be present in the model. Details are in MNG-8331 [1]. Working on an IT that demonstrates it as well as a fix. Maarten [1] https://issues.apache.org/jira/browse/MNG-8331 On 18/10/2024 18:33, Tamás Cservenák wrote: Howdy, We solved 67 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355075 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2225 Dev dist directory (binary bundles updated): https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-beta-5/ Source release checksums: apache-maven-4.0.0-beta-5-src.tar.gz.sha512 0d36db4843bec943d9ac0d7a157ab05941ef45a3ddf1883d27966c84f798067c783e6de22b2bdd3ceecddfa677294eb7cadb722a23340b50319004775f9d0f0c apache-maven-4.0.0-beta-5-src.zip.sha512 517d29a980ceac7155f4815dd03713468eea9d015eebc9d1882f65cfff5726756f2f3e97651b0fd80dc190a417d72359c51d6b8917c24110f548ad09b3ad70c9 Staged site: https://maven.apache.org/ref/4-LATEST/ Draft for release notes: https://github.com/apache/maven-site/pull/564 Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72h [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[VOTE] Release Apache Maven 4.0.0-beta-5
Howdy, We solved 67 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355075 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2225 Dev dist directory (binary bundles updated): https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-beta-5/ Source release checksums: apache-maven-4.0.0-beta-5-src.tar.gz.sha512 0d36db4843bec943d9ac0d7a157ab05941ef45a3ddf1883d27966c84f798067c783e6de22b2bdd3ceecddfa677294eb7cadb722a23340b50319004775f9d0f0c apache-maven-4.0.0-beta-5-src.zip.sha512 517d29a980ceac7155f4815dd03713468eea9d015eebc9d1882f65cfff5726756f2f3e97651b0fd80dc190a417d72359c51d6b8917c24110f548ad09b3ad70c9 Staged site: https://maven.apache.org/ref/4-LATEST/ Draft for release notes: https://github.com/apache/maven-site/pull/564 Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72h [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[ANN] Apache Maven Reporting Exec 2.0.0 released
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0 ** Bug * [MSHARED-1298] - Missing site report should be detected ** Improvement * [MSHARED-1236] - Supply execution id of caller (Maven Site Plugin) to MavenReportExecutorRequest * [MSHARED-1329] - Add field to MavenReportExecution whether it is user-defined or autodetected ** Task * [MSHARED-1060] - Upgrade to Java 8 * [MSHARED-1061] - Replace Plexus Logger with SLF4J * [MSHARED-1064] - Reintroduce org.codehaus.doxia.sink.Sink * [MSHARED-1105] - Replace Plexus Annotations with JSR 330 and upgrade relevant dependencies * [MSHARED-1193] - Remove Maven 2 compat code * [MSHARED-1207] - Deprecate MavenReportExecutorRequest#localRepository * [MSHARED-1387] - Clean up dependencies ** Dependency upgrade * [MSHARED-1062] - Upgrade Maven Reporting API to 4.0.0-M1 * [MSHARED-1063] - Upgrade to Doxia Sitetools to 2.0.0-M2 * [MSHARED-1065] - Upgrade plugins and components in UTs and ITs * [MSHARED-1100] - Upgrade Maven Parent to 36 * [MSHARED-1101] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3 * [MSHARED-1102] - Upgrade plugins and components in ITs * [MSHARED-1103] - Upgrade Maven Reporting API to 4.0.0-M2 * [MSHARED-1163] - Upgrade Maven Reporting API to 4.0.0-M3 * [MSHARED-1164] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4 * [MSHARED-1166] - Upgrade Plexus Utils to 3.5.0 * [MSHARED-1167] - Upgrade plugins in ITs * [MSHARED-1180] - Upgrade Parent to 39 * [MSHARED-1190] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M5 * [MSHARED-1191] - Upgrade Maven Reporting API to 4.0.0-M4 * [MSHARED-1192] - Upgrade plugins in ITs * [MSHARED-1208] - Upgrade plugins and components (in ITs) * [MSHARED-1222] - Upgrade to Doxia Sitetools 2.0.0-M7 * [MSHARED-1223] - Upgrade to Maven Reporting Impl 4.0.0-M6 in ITs * [MSHARED-1235] - Upgrade to Maven Reporting API 4.0.0-M6 * [MSHARED-1241] - Upgrade plugins and components in ITs * [MSHARED-1242] - Upgrade to Doxia Sitetools 2.0.0-M8 * [MSHARED-1246] - Upgrade components (in ITs) * [MSHARED-1281] - Upgrade to Doxia 2.0.0-M7 * [MSHARED-1282] - Upgrade plugins and components (in ITs) * [MSHARED-1283] - Upgrade to Maven Reporting API 4.0.0-M7/Maven Reporting Impl 4.0.0-M9 * [MSHARED-1310] - Upgrade to Parent 40 * [MSHARED-1311] - Upgrade plugins and components (in ITs) * [MSHARED-1322] - Upgrade to Doxia 2.0.0-M8 * [MSHARED-1323] - Upgrade to Maven Reporting API 4.0.0-M8 * [MSHARED-1324] - Upgrade plugins and components (in ITs) * [MSHARED-1334] - Upgrade to Parent 41 * [MSHARED-1335] - Upgrade to Maven Reporting API 4.0.0-M9 * [MSHARED-1337] - Upgrade plugins and components (in ITs) * [MSHARED-1362] - Upgrade plugins and components (in ITs) * [MSHARED-1392] - Upgrade to Parent 42 and Maven 3.6.3 * [MSHARED-1404] - Upgrade plugins and components (in ITs) * [MSHARED-1439] - Upgrade to Parent 43 * [MSHARED-1440] - Upgrade to Doxia 2.0.0 * [MSHARED-1441] - Upgrade to Maven Reporting API 4.0.0 * [MSHARED-1442] - Upgrade to Doxia Sitetools 2.0.0 * [MSHARED-1443] - Upgrade plugins and components (in ITs) Enjoy, -The Apache Maven team - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[VOTE] Release Maven Invoker Plugin version 3.8.1
Hi, NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack we solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12355205 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MINVOKER%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2226/ https://repository.apache.org/content/repositories/maven-2226/org/apache/maven/plugins/maven-invoker-plugin/3.8.1/maven-invoker-plugin-3.8.1-source-release.zip Source release checksum(s): maven-invoker-plugin-3.8.1-source-release.zip sha512: 0193e858c6f34d67dda07b67ae959c53122de92d3cced46bd43ba26765ef11f1b959e790c3146d02482fed876fa915b4d2cd972a9598b2cf72d74b7ee6ee8f70 Staging site: https://maven.apache.org/plugins-archives/maven-invoker-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[VOTE] Release Maven Project Info Reports Plugin version 3.8.0
Hi, NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12355138 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MPIR/issues Staging repo: https://repository.apache.org/content/repositories/maven-2220/ https://repository.apache.org/content/repositories/maven-2220/org/apache/maven/plugins/maven-project-info-reports-plugin/3.8.0/maven-project-info-reports-plugin-3.8.0-source-release.zip Source release checksum(s): maven-project-info-reports-plugin-3.8.0-source-release.zip sha512: 9806df150d0ebd9a66a2bce78119743adb605faa57eda701c8e31d05071f4bfeea33d55478440f533e02506343a81ea31cb9c4a269a9bd98fe7d844eff506dd2 Staging site: https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[VOTE] Release Maven Help Plugin version 3.5.1
Hi, NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12355200 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2221/ https://repository.apache.org/content/repositories/maven-2221/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1-source-release.zip Source release checksum(s): maven-help-plugin-3.5.1-source-release.zip sha512: 99181f1b5bbd34a1b52eacf237517e3e43a406daf0246b8046cdb01fe6f72bd3c21ed676965fccbe23bbcf9bc5abe71a28421c45ef6aa1465a4e010032d20127 Staging site: https://maven.apache.org/plugins-archives/maven-help-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[RESULT] [VOTE] Release Apache Maven Reporting Exec version 2.0.0
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.