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: takari/takari-lifecycle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: takari-lifecycle-2.1.7
Choose a base ref
...
head repository: takari/takari-lifecycle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: takari-lifecycle-2.2.0
Choose a head ref
  • 16 commits
  • 31 files changed
  • 2 contributors

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

  1. Updates

    cstamas committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dedbec8 View commit details
    Browse the repository at this point in the history
  2. Make build reproducible

    cstamas committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6b148a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add build-spec-jdk to manifest. (#181)

    Fixes #177
    cstamas authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    45da0a5 View commit details
    Browse the repository at this point in the history
  2. Get rid of plexus.xml (#184)

    Fixes #182
    cstamas authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    38c703c View commit details
    Browse the repository at this point in the history
  3. Jar entries should not depend on user TZ (#185)

    This is a reproducibility related fix, as previous versions
    of takari-lifecycle produced JARs were reproducible only in
    same TZ as original. Fix was to use latest takari-archiver
    1.0.3 that contains the fix.
    
    Fixes #172
    cstamas authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    79cf56c View commit details
    Browse the repository at this point in the history
  4. Bump incrementalbuild.version from 1.0.2 to 1.0.3 (#176)

    Bumps `incrementalbuild.version` from 1.0.2 to 1.0.3.
    
    Updates `io.takari:incrementalbuild` from 1.0.2 to 1.0.3
    - [Release notes](https://github.com/takari/io.takari.incrementalbuild/releases)
    - [Commits](takari/io.takari.incrementalbuild@io.takari.incrementalbuild-1.0.2...io.takari.incrementalbuild-1.0.3)
    
    Updates `io.takari.builder:takari-builder` from 1.0.2 to 1.0.3
    - [Release notes](https://github.com/takari/io.takari.incrementalbuild/releases)
    - [Commits](takari/io.takari.incrementalbuild@io.takari.incrementalbuild-1.0.2...io.takari.incrementalbuild-1.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.takari:incrementalbuild
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.takari.builder:takari-builder
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1b683d2 View commit details
    Browse the repository at this point in the history
  5. Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#178)

    Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.14.0 to 3.15.0.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3bf5a74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8cfd49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4ac26b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update README.md

    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d4feb5d View commit details
    Browse the repository at this point in the history
  2. Update dependabot.yml

    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b3fd65d View commit details
    Browse the repository at this point in the history
  3. Update parent to 60 (#190)

    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    69bbf77 View commit details
    Browse the repository at this point in the history
  4. Drop sign mojo (#183)

    It has sever issues, and is not bringing any
    bonuses against core sign plugin.
    
    Drop it.
    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8bdb721 View commit details
    Browse the repository at this point in the history
  5. Modernize (#191)

    Some but not all of issues are fixed
    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c12f808 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd629e7 View commit details
    Browse the repository at this point in the history
Loading