发布

  • feat(maven): bump maven plugin version to 0.0.13 (#34318)

    frostbyte_neo 发布于 2026-02-04 19:06:18 +00:00

    Current Behavior

    The Maven plugin version is 0.0.12 across all pom.xml files and the
    versions.ts constant. The bump-maven-version generator does not update
    the batch-runner-adapters pom files, causing version mismatches.

    Expected Behavior

    The Maven plugin version is bumped to 0.0.13 in all pom.xml files
    (including batch-runner-adapters), with a migration created for users
    upgrading to Nx 22.5.0-beta.4. The bump generator now includes the
    batch-runner-adapters pom files so future bumps won't miss them.

    Changes

    • Updated version from 0.0.12 to 0.0.13 in all pom.xml files (root,
      maven, maven-plugin, shared, batch-runner, batch-runner-adapters,
      maven3-adapter, maven4-adapter)
    • Updated mavenPluginVersion constant in
      packages/maven/src/utils/versions.ts
    • Added update-0-0-13 migration entry in
      packages/maven/migrations.json targeting Nx 22.5.0-beta.4
    • Created migration file
      packages/maven/src/migrations/0-0-13/update-pom-xml-version.ts
    • Fixed bump-maven-version generator to include
      batch-runner-adapters pom files
    下载附件