• v2.6.2-hotfix d54880f827

    v2.6.2-hotfix Pre-release

    FTMahringer released this 2026-05-18 21:51:36 +02:00 | 16 commits to main since this release

    v2.6.2-hotfix

    Plugin API publishing hotfix for the v2.6.2 prerelease line.

    Added

    • Maven Central release profile for synapse-plugin-api.
    • Source JAR, Javadoc JAR, and GPG signing configuration required by Central Portal publishing.
    • GitHub Actions workflow for publishing dev.synapse:synapse-plugin-api through Maven Central.

    Guardrails

    • The publish workflow exits without deploying when the Plugin API project version is unchanged.
    • Snapshot Plugin API versions are skipped.
    • Publishing requires repository secrets:
      • CENTRAL_USERNAME
      • CENTRAL_PASSWORD
      • MAVEN_GPG_PRIVATE_KEY
      • MAVEN_GPG_PASSPHRASE

    Validation

    mvn -q -f synapse-plugin-api/pom.xml -DskipTests package
    
    Downloads