Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jline/jline3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.4
Choose a base ref
...
head repository: jline/jline3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.5
Choose a head ref
  • 6 commits
  • 28 files changed
  • 2 contributors

Commits on Mar 13, 2026

  1. chore: Bump release-drafter/release-drafter from 6 to 7

    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b1e711d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix: Revert build to Maven 3.9.x compatibility (fixes #1690)

    Convert all POMs from Maven 4.1.0 model to 4.0.0 model:
    - Change POM namespace from 4.1.0 to 4.0.0 and add modelVersion
    - Replace <subprojects> with <modules>
    - Replace empty <parent/> with full parent references
    - Add explicit groupId to intra-project dependencies
    - Add reactor modules to dependencyManagement with ${project.version}
    - Use ${revision} CI-friendly version with flatten-maven-plugin
    - Configure nisse translation table to map dynamicVersion to revision
    - Add .mvn/maven.config for Maven 3.x nisse configuration
    - Update mvx to use Maven 3.9.14
    - Update enforcer to require Maven 3.9.0+
    
    Zero-commit versioning via nisse is preserved.
    gnodet committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    aef6dbb View commit details
    Browse the repository at this point in the history
  2. fix: Guard release workflow against SNAPSHOT hint tags

    Version hint tags like `4.1.0-SNAPSHOT` match the workflow's tag
    pattern and would accidentally trigger a release. Add an early
    check that rejects tags containing `-` (e.g. SNAPSHOT, RC, beta).
    gnodet committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    d783438 View commit details
    Browse the repository at this point in the history
  3. fix: Clean up mvx command syntax in release workflow

    Remove deprecated '--' separators and add missing -B flag.
    gnodet committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    b33c819 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1699 from jline/fix/maven3-compat

    fix: Revert build to Maven 3.9.x compatibility
    gnodet authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    bd76b2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1698 from jline/dependabot/github_actions/master/…

    …release-drafter/release-drafter-7
    
    chore: Bump release-drafter/release-drafter from 6 to 7
    gnodet authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    ee52d32 View commit details
    Browse the repository at this point in the history
Loading