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: codehaus-plexus/plexus-archiver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 539719e
Choose a base ref
...
head repository: codehaus-plexus/plexus-archiver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb1b46b
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    bd36c81 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Bump actions/checkout from 2.3.4 to 2.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ab01e2f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Respect the order entries in a JAR file

    The insertion order did not take into account that META-INF/ and/or
    META-INF/MANIFEST.MF can or should come first. The code has added it
    META-INF/ to directories, thus the actual order of a JAR file was:
    
    META-INF/MANIFEST.MF
    META-INF/
    META-INF/maven
    
    which does not make sense.
    
    Test supplied by: Plamen Totev <[email protected]>
    
    This closes #189
    michael-o committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    1d2b764 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    fb1b46b View commit details
    Browse the repository at this point in the history
Loading