Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 3c3855b26fa355c06b7fbc85caf96b0f265cb239
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/3c3855b26fa355c06b7fbc85caf96b0f265cb239
  Author: Peter Darton <pjdar...@users.noreply.github.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Update CHANGELOG.md


  Commit: eaf63024da27d6db412aa718f3b47e556349854e
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/eaf63024da27d6db412aa718f3b47e556349854e
  Author: Peter Darton <pjdar...@users.noreply.github.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Update CHANGELOG.md


  Commit: c94f0887d2815e90d92b93e95bd1783e9cd8a1cf
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/c94f0887d2815e90d92b93e95bd1783e9cd8a1cf
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    A .github/CODEOWNERS
    M .gitignore
    A .mvn/extensions.xml
    A .mvn/maven.config
    M Jenkinsfile
    M pom.xml
    M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/utils/EnvStringParseHelper.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstaller.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedDownloadCallable.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedZipExtractionInstaller.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/FindOnPathCallable.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/WrongVersionException.java

  Log Message:
  -----------
  Modernize build (#25)


  Commit: 9eeb26068cf8ebbb2a276f117c3841a8d4df6c38
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/9eeb26068cf8ebbb2a276f117c3841a8d4df6c38
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    A .github/dependabot.yml

  Log Message:
  -----------
  Enable Dependabot (#26)


  Commit: b6c74a3352657f1be73350d683e993d208809def
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/b6c74a3352657f1be73350d683e993d208809def
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    A .github/release-drafter.yml
    A .github/workflows/release-drafter.yml

  Log Message:
  -----------
  Enable Release Drafter (#27)


  Commit: a0607fbe7fba47929075751baa562326bf8255b2
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/a0607fbe7fba47929075751baa562326bf8255b2
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    A .github/workflows/jenkins-security-scan.yml

  Log Message:
  -----------
  Enable Jenkins Security Scan (#28)


  Commit: cb1eff74e666485fda2787cd9c9679c47015f6e1
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/cb1eff74e666485fda2787cd9c9679c47015f6e1
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M 
src/test/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstallerTest.java
    M 
src/test/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPathTest.java

  Log Message:
  -----------
  Clean up tests (#29)


  Commit: f2ee58bca6c148414bc3d087790d0a856c765b41
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/f2ee58bca6c148414bc3d087790d0a856c765b41
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/installers/BatchCommandInstaller.java
    M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/utils/EnvStringParseHelper.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedDownloadCallable.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedZipExtractionInstaller.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/FindOnPathCallable.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath.java

  Log Message:
  -----------
  Miscellaneous code cleanup (#30)


  Commit: a72fc40c5376a803d83d485924b791831a2f3cd3
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/a72fc40c5376a803d83d485924b791831a2f3cd3
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M pom.xml
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedDownloadCallable.java
    M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedZipExtractionInstaller.java

  Log Message:
  -----------
  Migrate from HttpClient 3.x to HttpClient 4.x (#24)


  Commit: 22a5335a9a5bad04d06e1e8f0f343a39cf4d618f
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/22a5335a9a5bad04d06e1e8f0f343a39cf4d618f
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release extra-tool-installers-1.2


  Commit: 5d12edf18242bd0247a1d985d651bceb645b68d5
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/5d12edf18242bd0247a1d985d651bceb645b68d5
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 181be7df2bf6a789b35eaf9ef47df5db99749480
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/181be7df2bf6a789b35eaf9ef47df5db99749480
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.332.x from 1678.vc1feb_6a_3c0f1 to 1706.vc166d5f429f8 (#32)


  Commit: 00371544c8030b6a38b8e67756a7016dc3a0c6b4
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/00371544c8030b6a38b8e67756a7016dc3a0c6b4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump plugin from 4.50 to 4.51 (#31)


  Commit: 62648d0aac207592c12d44de10d996ce955b7893
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/62648d0aac207592c12d44de10d996ce955b7893
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.332.x from 1706.vc166d5f429f8 to 1723.vcb_9fee52c9fc (#33)


  Commit: 5b4b38a24098a2343d4875d2f933e2bbc5097410
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/5b4b38a24098a2343d4875d2f933e2bbc5097410
  Author: Alexander Brandes <brandes.alexan...@web.de>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update hamcrest (#44)


  Commit: b5bd9fc144eaca33a32dfcf983a505ab42feae70
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/b5bd9fc144eaca33a32dfcf983a505ab42feae70
  Author: Peter Darton <pjdar...@users.noreply.github.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Make it obvious this plugin has no active maintainers


  Commit: bcf52898d4014ea94e05ec7a1390452f13afbe6e
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/bcf52898d4014ea94e05ec7a1390452f13afbe6e
  Author: Peter Darton <pjdar...@users.noreply.github.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Make it obvious this plugin is up for adoption


  Commit: ce4e95e42e13a0347219cc0648e7c64144ad67ef
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/ce4e95e42e13a0347219cc0648e7c64144ad67ef
  Author: Peter Darton <pjdar...@users.noreply.github.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Update CHANGELOG.md


  Commit: 75e05e15fbbf93cf6282b51ebe2caa78c9b82010
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/75e05e15fbbf93cf6282b51ebe2caa78c9b82010
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.332.x from 1723.vcb_9fee52c9fc to 1763.v092b_8980a_f5e

Bumps [bom-2.332.x](https://github.com/jenkinsci/bom) from 1723.vcb_9fee52c9fc 
to 1763.v092b_8980a_f5e.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.332.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supp...@github.com>


  Commit: 1209aa512937cc54ba0eff97c89280c3a7ab5c2c
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/1209aa512937cc54ba0eff97c89280c3a7ab5c2c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Bump git-changelist-maven-extension from 1.4 to 1.6

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.4 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.4...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supp...@github.com>


  Commit: 54f6bdc4940c531ec752d596ac17a8e50d16fb66
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/54f6bdc4940c531ec752d596ac17a8e50d16fb66
  Author: Valentin Delaye <jonesb...@users.noreply.github.com>
  Date:   2023-10-21 (Sat, 21 Oct 2023)

  Changed paths:
    M .github/dependabot.yml
    M .mvn/extensions.xml
    M Jenkinsfile
    M README.md
    M pom.xml

  Log Message:
  -----------
  Refresh plugin October 2023 (#54)


  Commit: 3ecefaaa89b1fd4bed654dafc38df5f8120d3771
      
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/3ecefaaa89b1fd4bed654dafc38df5f8120d3771
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-21 (Sat, 21 Oct 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump io.jenkins.tools.bom:bom-2.401.x (#55)

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2507.vcb_18c56b_f57c to 2516.v113cb_3d00317.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.401.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supp...@github.com>
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


Compare: 
https://github.com/jenkinsci/extra-tool-installers-plugin/compare/3c3855b26fa3%5E...3ecefaaa89b1

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/main/000000-3ecefa%40github.com.

Reply via email to