Thanks to visit codestin.com
Credit goes to github.com

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: apache/maven-gh-actions-shared
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/maven-gh-actions-shared
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
  • 19 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 26, 2021

  1. touch

    Signed-off-by: Olivier Lamy <[email protected]>
    olamy committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c846733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b2e802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3240da View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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

Commits on Nov 12, 2021

  1. Bump actions/checkout from 2.3.4 to 2.4.0 (#19)

    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]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3a7f18e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Bump actions/setup-java from 2.3.1 to 2.4.0

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2.3.1...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c41cf60 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 4, 2021

  1. Goals for build step in inputs

    Some project need be executed with different goals
    so provide possibility to override it
    slawekjaranowski authored and slachiewicz committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    c36420d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Improve verification of site building

    - add site build to fail-fast-build
    - build site with profile reporting
    - skip test during site build, it is done in the same workspace
      so report from test execution will be present
    slawekjaranowski authored and slachiewicz committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f330b6a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Temporary disable cache

    slachiewicz authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    7bfc0ee View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Restore cache

    slachiewicz authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    f5f7f5b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Bump actions/setup-java from 2.4.0 to 2.5.0

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2.4.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7d4eed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Use Maven wrapper to set up Maven version for build

    Some project require specific Maven version
    so let's allow changing default version
    slawekjaranowski committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    33a720f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8730a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

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

Commits on Mar 3, 2022

  1. Bump actions/setup-java from 2.5.0 to 3

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2.5.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    133ae10 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2.4.0 to 3

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

Commits on Sep 19, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    436c8e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Bump actions/setup-java from 3 to 4

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    336d1b5 View commit details
    Browse the repository at this point in the history
Loading