[jenkinsci/clover-plugin] adc589: Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80

2024-04-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: adc589b05346ca4e190c7ef2d33cee7e4eb9c2a9
  
https://github.com/jenkinsci/clover-plugin/commit/adc589b05346ca4e190c7ef2d33cee7e4eb9c2a9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.78 to 4.80.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.78...plugin-4.80)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/clover-plugin/settings/notifications

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80/00-adc589%40github.com.


[jenkinsci/clover-plugin] 7f62d3: Bump org.apache.maven.plugins:maven-gpg-plugin fro...

2024-04-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.2
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 7f62d3dcf73da0a41e647b8835d6a5c1c045979d
  
https://github.com/jenkinsci/clover-plugin/commit/7f62d3dcf73da0a41e647b8835d6a5c1c045979d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2

Bumps 
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
 from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- 
[Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/clover-plugin/settings/notifications

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.2/00-7f62d3%40github.com.


[jenkinsci/clover-plugin] 046eb1: OC-194: don't import com.atlassian.* package as th...

2024-03-23 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-194-adjust-to-openclover-org-package
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 046eb12de5fef60b6f22fa2b0088ca28272107e0
  
https://github.com/jenkinsci/clover-plugin/commit/046eb12de5fef60b6f22fa2b0088ca28272107e0
  Author: Marek Parfianowicz 
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
M src/test/java/hudson/plugins/clover/CloverBuildActionTest.java
M src/test/java/hudson/plugins/clover/CloverBuildWrapperTest.java
M src/test/java/hudson/plugins/clover/CloverCoverageParserTest.java
M src/test/java/hudson/plugins/clover/CloverWorkflowTest.java
M src/test/java/hudson/plugins/clover/DeclarativePipelineTest.java
M src/test/java/hudson/plugins/clover/RatioTest.java

  Log Message:
  ---
  OC-194: don't import com.atlassian.* package as they have been removed in 
OpenClover 4.6.0+, replace JUnit3 tests with JUnit4, resolve some code 
inspector warnings, bump to clover core 4.6.0-SNAPSHOT



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/clover-plugin/settings/notifications

-- 
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/clover-plugin/push/refs/heads/OC-194-adjust-to-openclover-org-package/00-046eb1%40github.com.


[jenkinsci/clover-plugin] af6e59: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78

2024-03-01 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: af6e591fd33b855c2a36c3c65ab0669859410b16
  
https://github.com/jenkinsci/clover-plugin/commit/af6e591fd33b855c2a36c3c65ab0669859410b16
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.78.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.76...plugin-4.78)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: e4ba86ce7c21f4e982215e33ad009af7f2baaa8e
  
https://github.com/jenkinsci/clover-plugin/commit/e4ba86ce7c21f4e982215e33ad009af7f2baaa8e
  Author: Marek Parfianowicz 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #61 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78

Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/b4d6475e990b...e4ba86ce7c21

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/clover-plugin/settings/notifications

-- 
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/clover-plugin/push/refs/heads/master/b4d647-e4ba86%40github.com.


[jenkinsci/clover-plugin] af6e59: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78

2024-03-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: af6e591fd33b855c2a36c3c65ab0669859410b16
  
https://github.com/jenkinsci/clover-plugin/commit/af6e591fd33b855c2a36c3c65ab0669859410b16
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.78.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.76...plugin-4.78)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/clover-plugin/settings/notifications

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78/00-af6e59%40github.com.


[jenkinsci/clover-plugin] 3d94da: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77

2024-02-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 3d94da2cd4daa276b20c574c6ba9d8b5615f9707
  
https://github.com/jenkinsci/clover-plugin/commit/3d94da2cd4daa276b20c574c6ba9d8b5615f9707
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.77.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.76...plugin-4.77)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77/00-3d94da%40github.com.


[jenkinsci/clover-plugin] a302ff: Bump io.jenkins.tools.bom:bom-2.401.x

2024-02-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2745.vc7b_fe4c876fa_
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: a302ff88433d7f2f0c70140e6c7ecfd16ee02699
  
https://github.com/jenkinsci/clover-plugin/commit/a302ff88433d7f2f0c70140e6c7ecfd16ee02699
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2675.v1515e14da_7a_6 to 2745.vc7b_fe4c876fa_.
- [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] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2745.vc7b_fe4c876fa_/00-a302ff%40github.com.


[jenkinsci/clover-plugin]

2024-01-31 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/4.14.2.596.vb_4d6475e990b_
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/4.14.2.596.vb_4d6475e990b_/00-b4d647%40github.com.


[jenkinsci/clover-plugin]

2024-01-31 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-213-upgrade-to-openclover-4.5.2
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-213-upgrade-to-openclover-4.5.2/16c0f4-00%40github.com.


[jenkinsci/clover-plugin] 0c6090: OC-213: upgrade to OpenClover 4.5.2

2024-01-31 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 0c609077feb2d776e9a6772a6f10053df23c8b1d
  
https://github.com/jenkinsci/clover-plugin/commit/0c609077feb2d776e9a6772a6f10053df23c8b1d
  Author: Marek Parfianowicz 
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-213: upgrade to OpenClover 4.5.2


  Commit: 16c0f468b5bf8abcd0c952202445742e57db95ee
  
https://github.com/jenkinsci/clover-plugin/commit/16c0f468b5bf8abcd0c952202445742e57db95ee
  Author: Marek Parfianowicz 
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into OC-213-upgrade-to-openclover-4.5.2

# Conflicts:
#   pom.xml


  Commit: b4d6475e990bbc09df3672bfbf0320da47e424ae
  
https://github.com/jenkinsci/clover-plugin/commit/b4d6475e990bbc09df3672bfbf0320da47e424ae
  Author: Marek Parfianowicz 
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #58 from jenkinsci/OC-213-upgrade-to-openclover-4.5.2

OC-213: Upgrade to OpenClover 4.5.2, which brings support for entire Java 17 
language grammar


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/54751bc4c5a9...b4d6475e990b

-- 
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/clover-plugin/push/refs/heads/master/54751b-b4d647%40github.com.


[jenkinsci/clover-plugin] 767c3d: Bump io.jenkins.tools.bom:bom-2.387.x

2024-01-31 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-213-upgrade-to-openclover-4.5.2
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 767c3d7df392e04d144c830f6c918da6f2dec975
  
https://github.com/jenkinsci/clover-plugin/commit/767c3d7df392e04d144c830f6c918da6f2dec975
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.387.x

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2483.v3b_22f030990a_ to 2543.vfb_1a_5fb_9496d.
- [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.387.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 1c820fa0e73f248cca588da208ef4a355383f637
  
https://github.com/jenkinsci/clover-plugin/commit/1c820fa0e73f248cca588da208ef4a355383f637
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.74 to 4.75.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.74...plugin-4.75)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 2993f7423784427052b856797fca8261f1dad902
  
https://github.com/jenkinsci/clover-plugin/commit/2993f7423784427052b856797fca8261f1dad902
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  
https://github.com/jenkinsci/clover-plugin/commit/ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml

  Log Message:
  ---
  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](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: 4b22d561b11577bacbddcc9f2f89dd7cd3f91238
  
https://github.com/jenkinsci/clover-plugin/commit/4b22d561b11577bacbddcc9f2f89dd7cd3f91238
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #52 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2


  Commit: afadf051fc313768262fcc53badc30f32ff6fa9e
  
https://github.com/jenkinsci/clover-plugin/commit/afadf051fc313768262fcc53badc30f32ff6fa9e
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml

  Log Message:
  ---
  Merge pull request #53 from 
jenkinsci/dependabot/github_actions/actions/setup-java-4

Bump actions/setup-java from 3 to 4


  Commit: 7cb0a2019a81565b8a2aa815f7e483506798e120
  
https://github.com/jenkinsci/clover-plugin/commit/7cb0a2019a81565b8a2aa815f7e483506798e120
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #50 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d

Bump io.jenkins.tools.bom:bom-2.387.x from 2483.v3b_22f030990a_ t

[jenkinsci/clover-plugin] 0c6090: OC-213: upgrade to OpenClover 4.5.2

2024-01-31 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-213-upgrade-to-openclover-4.5.2
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 0c609077feb2d776e9a6772a6f10053df23c8b1d
  
https://github.com/jenkinsci/clover-plugin/commit/0c609077feb2d776e9a6772a6f10053df23c8b1d
  Author: Marek Parfianowicz 
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-213: upgrade to OpenClover 4.5.2


-- 
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/clover-plugin/push/refs/heads/OC-213-upgrade-to-openclover-4.5.2/00-0c6090%40github.com.


[jenkinsci/clover-plugin]

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6/bbf9ec-00%40github.com.


[jenkinsci/clover-plugin] bbf9ec: Bump io.jenkins.tools.bom:bom-2.401.x

2024-01-01 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: bbf9ec57005788896551ea67ec95129adcc67574
  
https://github.com/jenkinsci/clover-plugin/commit/bbf9ec57005788896551ea67ec95129adcc67574
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2612.v3d6a_2128c0ef to 2675.v1515e14da_7a_6.
- [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] 


  Commit: 54751bc4c5a991ef9fa14288ecceaa2f3c9ca168
  
https://github.com/jenkinsci/clover-plugin/commit/54751bc4c5a991ef9fa14288ecceaa2f3c9ca168
  Author: Marek Parfianowicz 
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #57 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6

Bump io.jenkins.tools.bom:bom-2.401.x from 2612.v3d6a_2128c0ef to 
2675.v1515e14da_7a_6


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/33ba174e467b...54751bc4c5a9

-- 
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/clover-plugin/push/refs/heads/master/33ba17-54751b%40github.com.


[jenkinsci/clover-plugin]

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3/3c8cdc-00%40github.com.


[jenkinsci/clover-plugin] 3c8cdc: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2024-01-01 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 3c8cdc5074bacc840a0938124d75b2ad8f17769e
  
https://github.com/jenkinsci/clover-plugin/commit/3c8cdc5074bacc840a0938124d75b2ad8f17769e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: 33ba174e467bd414dd207b20a04710befc8c3c2e
  
https://github.com/jenkinsci/clover-plugin/commit/33ba174e467bd414dd207b20a04710befc8c3c2e
  Author: Marek Parfianowicz 
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #56 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/00d800d059c2...33ba174e467b

-- 
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/clover-plugin/push/refs/heads/master/00d800-33ba17%40github.com.


[jenkinsci/clover-plugin]

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76/a7b247-00%40github.com.


[jenkinsci/clover-plugin] a7b247: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

2024-01-01 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: a7b2470ad21db85767eb5ad2907f7bf4cd8c36d7
  
https://github.com/jenkinsci/clover-plugin/commit/a7b2470ad21db85767eb5ad2907f7bf4cd8c36d7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.75 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.75...plugin-4.76)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 00d800d059c2c0b2f9cdbbeaafd50037ebf0601c
  
https://github.com/jenkinsci/clover-plugin/commit/00d800d059c2c0b2f9cdbbeaafd50037ebf0601c
  Author: Marek Parfianowicz 
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #55 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76

Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/8d31cf4d2d23...00d800d059c2

-- 
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/clover-plugin/push/refs/heads/master/8d31cf-00d800%40github.com.


[jenkinsci/clover-plugin] bbf9ec: Bump io.jenkins.tools.bom:bom-2.401.x

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: bbf9ec57005788896551ea67ec95129adcc67574
  
https://github.com/jenkinsci/clover-plugin/commit/bbf9ec57005788896551ea67ec95129adcc67574
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2612.v3d6a_2128c0ef to 2675.v1515e14da_7a_6.
- [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] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6/00-bbf9ec%40github.com.


[jenkinsci/clover-plugin] 3c8cdc: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 3c8cdc5074bacc840a0938124d75b2ad8f17769e
  
https://github.com/jenkinsci/clover-plugin/commit/3c8cdc5074bacc840a0938124d75b2ad8f17769e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3/00-3c8cdc%40github.com.


[jenkinsci/clover-plugin] a7b247: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

2024-01-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: a7b2470ad21db85767eb5ad2907f7bf4cd8c36d7
  
https://github.com/jenkinsci/clover-plugin/commit/a7b2470ad21db85767eb5ad2907f7bf4cd8c36d7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-01 (Mon, 01 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.75 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.75...plugin-4.76)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76/00-a7b247%40github.com.


[jenkinsci/clover-plugin] 2e81a2: Modernize to Jenkins 2.401.3

2023-12-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 2e81a2587de98d44ed38fd76d906797a0b0f8e77
  
https://github.com/jenkinsci/clover-plugin/commit/2e81a2587de98d44ed38fd76d906797a0b0f8e77
  Author: Steve Hill 
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Modernize to Jenkins 2.401.3

Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin

Co-authored-by: Moderne 


  Commit: 8d31cf4d2d23bd44e5fed74c455fc431b7209caf
  
https://github.com/jenkinsci/clover-plugin/commit/8d31cf4d2d23bd44e5fed74c455fc431b7209caf
  Author: Marek Parfianowicz 
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #54 from sghill-rewrite/modernize/jenkins-2.401.3

Modernize to Jenkins 2.401.3


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/f022ebf06723...8d31cf4d2d23

-- 
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/clover-plugin/push/refs/heads/master/f022eb-8d31cf%40github.com.


[jenkinsci/clover-plugin]

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75/1c820f-00%40github.com.


[jenkinsci/clover-plugin] 1c820f: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 1c820fa0e73f248cca588da208ef4a355383f637
  
https://github.com/jenkinsci/clover-plugin/commit/1c820fa0e73f248cca588da208ef4a355383f637
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.74 to 4.75.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.74...plugin-4.75)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: f022ebf06723b51e4c07d4c11ee7e2fb115ff9bb
  
https://github.com/jenkinsci/clover-plugin/commit/f022ebf06723b51e4c07d4c11ee7e2fb115ff9bb
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #51 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75

Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/7cb0a2019a81...f022ebf06723

-- 
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/clover-plugin/push/refs/heads/master/7cb0a2-f022eb%40github.com.


[jenkinsci/clover-plugin]

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/767c3d-00%40github.com.


[jenkinsci/clover-plugin] 767c3d: Bump io.jenkins.tools.bom:bom-2.387.x

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 767c3d7df392e04d144c830f6c918da6f2dec975
  
https://github.com/jenkinsci/clover-plugin/commit/767c3d7df392e04d144c830f6c918da6f2dec975
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.387.x

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2483.v3b_22f030990a_ to 2543.vfb_1a_5fb_9496d.
- [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.387.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 7cb0a2019a81565b8a2aa815f7e483506798e120
  
https://github.com/jenkinsci/clover-plugin/commit/7cb0a2019a81565b8a2aa815f7e483506798e120
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #50 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d

Bump io.jenkins.tools.bom:bom-2.387.x from 2483.v3b_22f030990a_ to 
2543.vfb_1a_5fb_9496d


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/afadf051fc31...7cb0a2019a81

-- 
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/clover-plugin/push/refs/heads/master/afadf0-7cb0a2%40github.com.


[jenkinsci/clover-plugin]

2023-12-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-4
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-4/ee9172-00%40github.com.


[jenkinsci/clover-plugin] ee9172: Bump actions/setup-java from 3 to 4

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  
https://github.com/jenkinsci/clover-plugin/commit/ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml

  Log Message:
  ---
  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](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: afadf051fc313768262fcc53badc30f32ff6fa9e
  
https://github.com/jenkinsci/clover-plugin/commit/afadf051fc313768262fcc53badc30f32ff6fa9e
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml

  Log Message:
  ---
  Merge pull request #53 from 
jenkinsci/dependabot/github_actions/actions/setup-java-4

Bump actions/setup-java from 3 to 4


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/4b22d561b115...afadf051fc31

-- 
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/clover-plugin/push/refs/heads/master/4b22d5-afadf0%40github.com.


[jenkinsci/clover-plugin]

2023-12-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2/2993f7-00%40github.com.


[jenkinsci/clover-plugin] 2993f7: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2023-12-02 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 2993f7423784427052b856797fca8261f1dad902
  
https://github.com/jenkinsci/clover-plugin/commit/2993f7423784427052b856797fca8261f1dad902
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: 4b22d561b11577bacbddcc9f2f89dd7cd3f91238
  
https://github.com/jenkinsci/clover-plugin/commit/4b22d561b11577bacbddcc9f2f89dd7cd3f91238
  Author: Marek Parfianowicz 
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #52 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/bff5af69b37b...4b22d561b115

-- 
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/clover-plugin/push/refs/heads/master/bff5af-4b22d5%40github.com.


[jenkinsci/clover-plugin] ee9172: Bump actions/setup-java from 3 to 4

2023-12-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-4
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  
https://github.com/jenkinsci/clover-plugin/commit/ee9172ac6f805b9ff877e206329c1ab48fa8b29a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml

  Log Message:
  ---
  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](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-4/00-ee9172%40github.com.


[jenkinsci/clover-plugin] 2993f7: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2023-12-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 2993f7423784427052b856797fca8261f1dad902
  
https://github.com/jenkinsci/clover-plugin/commit/2993f7423784427052b856797fca8261f1dad902
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2/00-2993f7%40github.com.


[jenkinsci/clover-plugin] 1c820f: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75

2023-11-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 1c820fa0e73f248cca588da208ef4a355383f637
  
https://github.com/jenkinsci/clover-plugin/commit/1c820fa0e73f248cca588da208ef4a355383f637
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.74 to 4.75.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.74...plugin-4.75)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75/00-1c820f%40github.com.


[jenkinsci/clover-plugin] 767c3d: Bump io.jenkins.tools.bom:bom-2.387.x

2023-11-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 767c3d7df392e04d144c830f6c918da6f2dec975
  
https://github.com/jenkinsci/clover-plugin/commit/767c3d7df392e04d144c830f6c918da6f2dec975
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.387.x

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2483.v3b_22f030990a_ to 2543.vfb_1a_5fb_9496d.
- [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.387.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/00-767c3d%40github.com.


[jenkinsci/clover-plugin]

2023-10-29 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/4.14.1.577.vb_ff5a_f69b_37b_
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/4.14.1.577.vb_ff5a_f69b_37b_/00-bff5af%40github.com.


[jenkinsci/clover-plugin]

2023-10-29 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-prepare-automated-releases
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-117-prepare-automated-releases/e12067-00%40github.com.


[jenkinsci/clover-plugin]

2023-10-29 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/NONE-update-version-to-4.14.1
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/NONE-update-version-to-4.14.1/48d94a-00%40github.com.


[jenkinsci/clover-plugin]

2023-10-29 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-212-upgrade-to-openclover-4.5.1
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-212-upgrade-to-openclover-4.5.1/98cd85-00%40github.com.


[jenkinsci/clover-plugin] 98cd85: OC-212: upgrade to openclover 4.5.1

2023-10-29 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 98cd855ed4d2be0ecb99f09e9c48d6c730b697e8
  
https://github.com/jenkinsci/clover-plugin/commit/98cd855ed4d2be0ecb99f09e9c48d6c730b697e8
  Author: Marek Parfianowicz 
  Date:   2023-10-29 (Sun, 29 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-212: upgrade to openclover 4.5.1


  Commit: bff5af69b37b8b783e204142a33fb2d7d3f716e6
  
https://github.com/jenkinsci/clover-plugin/commit/bff5af69b37b8b783e204142a33fb2d7d3f716e6
  Author: Marek Parfianowicz 
  Date:   2023-10-29 (Sun, 29 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #49 from jenkinsci/OC-212-upgrade-to-openclover-4.5.1

OC-212: upgrade to openclover 4.5.1


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/a92e7c393af8...bff5af69b37b

-- 
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/clover-plugin/push/refs/heads/master/a92e7c-bff5af%40github.com.


[jenkinsci/clover-plugin] 98cd85: OC-212: upgrade to openclover 4.5.1

2023-10-29 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-212-upgrade-to-openclover-4.5.1
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 98cd855ed4d2be0ecb99f09e9c48d6c730b697e8
  
https://github.com/jenkinsci/clover-plugin/commit/98cd855ed4d2be0ecb99f09e9c48d6c730b697e8
  Author: Marek Parfianowicz 
  Date:   2023-10-29 (Sun, 29 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-212: upgrade to openclover 4.5.1


-- 
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/clover-plugin/push/refs/heads/OC-212-upgrade-to-openclover-4.5.1/00-98cd85%40github.com.


[jenkinsci/clover-plugin] 48d94a: switch to 4.14.1 patch version, disable logging of...

2023-10-07 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 48d94a958041459bf4675e8dfa8861b322fa4b9e
  
https://github.com/jenkinsci/clover-plugin/commit/48d94a958041459bf4675e8dfa8861b322fa4b9e
  Author: Marek Parfianowicz 
  Date:   2023-10-07 (Sat, 07 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml
M pom.xml

  Log Message:
  ---
  switch to 4.14.1 patch version, disable logging of download progress in maven


  Commit: a92e7c393af8add69e7c426c5d9f5e3320d6c88c
  
https://github.com/jenkinsci/clover-plugin/commit/a92e7c393af8add69e7c426c5d9f5e3320d6c88c
  Author: Marek Parfianowicz 
  Date:   2023-10-07 (Sat, 07 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml
M pom.xml

  Log Message:
  ---
  Merge pull request #48 from jenkinsci/NONE-update-version-to-4.14.1

switch to 4.14.1 patch version, disable logging of download progress in maven


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/cbf5a63a5e1b...a92e7c393af8

-- 
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/clover-plugin/push/refs/heads/master/cbf5a6-a92e7c%40github.com.


[jenkinsci/clover-plugin] 48d94a: switch to 4.14.1 patch version, disable logging of...

2023-10-07 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/NONE-update-version-to-4.14.1
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 48d94a958041459bf4675e8dfa8861b322fa4b9e
  
https://github.com/jenkinsci/clover-plugin/commit/48d94a958041459bf4675e8dfa8861b322fa4b9e
  Author: Marek Parfianowicz 
  Date:   2023-10-07 (Sat, 07 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
M .github/workflows/Bump-version.yml
M pom.xml

  Log Message:
  ---
  switch to 4.14.1 patch version, disable logging of download progress in maven


-- 
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/clover-plugin/push/refs/heads/NONE-update-version-to-4.14.1/00-48d94a%40github.com.


[jenkinsci/clover-plugin]

2023-10-07 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/tags/clover-4.14.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/clover-4.14.0/00-cbf5a6%40github.com.


[jenkinsci/clover-plugin]

2023-10-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/4.14.0.573.vcb_f5a_63a_5e1b_
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/4.14.0.573.vcb_f5a_63a_5e1b_/00-cbf5a6%40github.com.


[jenkinsci/clover-plugin] d523c0: Upgrade HtmlUnit from 2.x to 3.x

2023-10-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: d523c074918c7c20c3f496012293e344a56d9008
  
https://github.com/jenkinsci/clover-plugin/commit/d523c074918c7c20c3f496012293e344a56d9008
  Author: Tim Jacomb 
  Date:   2023-06-04 (Sun, 04 Jun 2023)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/clover/CloverBuildActionTest.java

  Log Message:
  ---
  Upgrade HtmlUnit from 2.x to 3.x


  Commit: a4ae4996835aec572dd311d89baf1552570d8e50
  
https://github.com/jenkinsci/clover-plugin/commit/a4ae4996835aec572dd311d89baf1552570d8e50
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


  Commit: 784bd784925dc8c87c21cd56366ca6fd5e3a3a8f
  
https://github.com/jenkinsci/clover-plugin/commit/784bd784925dc8c87c21cd56366ca6fd5e3a3a8f
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: a0c2dd27669e0f2ba65a76683c0f17b5430d013f
  
https://github.com/jenkinsci/clover-plugin/commit/a0c2dd27669e0f2ba65a76683c0f17b5430d013f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.33 to 4.74.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.33...plugin-4.74)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 07f1aab13631d1d2c51968db4384bf25389eff8c
  
https://github.com/jenkinsci/clover-plugin/commit/07f1aab13631d1d2c51968db4384bf25389eff8c
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/test/java/hudson/plugins/clover/CloverBuildActionTest.java

  Log Message:
  ---
  Merge branch 'htmlunit-2.x-to-3.x' into 
dependabot/maven/org.jenkins-ci.plugins-plugin-4.74


  Commit: c95ff14c170958b49ea97066536827e1446daa05
  
https://github.com/jenkinsci/clover-plugin/commit/c95ff14c170958b49ea97066536827e1446daa05
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove java.level


  Commit: 20203e233add7ce9149874fb30e4d7fb601af683
  
https://github.com/jenkinsci/clover-plugin/commit/20203e233add7ce9149874fb30e4d7fb601af683
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml

  Log Message:
  ---
  Do not downgrade workflow checkout version


  Commit: f2628f8b644274d1546fa5c33914e6ebfa81e8b9
  
https://github.com/jenkinsci/clover-plugin/commit/f2628f8b644274d1546fa5c33914e6ebfa81e8b9
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Java 21

Rely on Java byte code generation for Java 11 support


  Commit: 9f31aeba77ec6824a91e5a2f08e73ee5c44eedd9
  
https://github.com/jenkinsci/clover-plugin/commit/9f31aeba77ec6824a91e5a2f08e73ee5c44eedd9
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Do not downgrade versions


  Commit: 8e056124df5a9be1aa34a43b82799e3470a85e26
  
https://github.com/jenkinsci/clover-plugin/commit/8e056124df5a9be1aa34a43b82799e3470a85e26
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Don't force forkCount on all developers

Better to configure forkCount in the local profile of the machine and
include a forkCount setting in the Jenkinsfile for CI.


  Commit: aa663a255ce9bcbbda5ea0fdba571090431356bc
  
https://github.com/jenkinsci/clover-plugin/commit/aa663a255ce9bcbbda5ea0fdba571090431356bc
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Run one test process per core in CI


  Commit: a4109b9e9e49a46373399120f484518b287d31ba
  
https://github.com/jenkinsci/clover-plugin/commit/a4109b9e9e49a46373399120f484518b287d31ba
  Author: Mark Waite 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' into test-with-java-21


  Commit: 1962c3894f84db3b999f7e09a979b6048b1813df
  
https://github.com/jenkinsci/cl

[jenkinsci/clover-plugin] e12067: OC-117: using semver MAJOR.MINOR.PATCH for version...

2023-10-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: e1206742528521fea93b0b93dd0b5cc57351cde9
  
https://github.com/jenkinsci/clover-plugin/commit/e1206742528521fea93b0b93dd0b5cc57351cde9
  Author: Marek Parfianowicz 
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
A .github/release-drafter.yml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  OC-117: using semver MAJOR.MINOR.PATCH for versioning (instead of 
MAJOR.MINOR), added chagelist.format, manual management of first three digits 
of a version number, adding links to openclover github issues for any OC-xxx key


  Commit: 55e301842afa57066ce1efd9fbf682aacf481af7
  
https://github.com/jenkinsci/clover-plugin/commit/55e301842afa57066ce1efd9fbf682aacf481af7
  Author: Marek Parfianowicz 
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
A .github/release-drafter.yml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Merge pull request #47 from jenkinsci/OC-117-prepare-automated-releases

OC-117: prepare for automatic releases


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/24118bdc507f...55e301842afa

-- 
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/clover-plugin/push/refs/heads/master/24118b-55e301%40github.com.


[jenkinsci/clover-plugin] e12067: OC-117: using semver MAJOR.MINOR.PATCH for version...

2023-10-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-prepare-automated-releases
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: e1206742528521fea93b0b93dd0b5cc57351cde9
  
https://github.com/jenkinsci/clover-plugin/commit/e1206742528521fea93b0b93dd0b5cc57351cde9
  Author: Marek Parfianowicz 
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
A .github/release-drafter.yml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  OC-117: using semver MAJOR.MINOR.PATCH for versioning (instead of 
MAJOR.MINOR), added chagelist.format, manual management of first three digits 
of a version number, adding links to openclover github issues for any OC-xxx key


-- 
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/clover-plugin/push/refs/heads/OC-117-prepare-automated-releases/00-e12067%40github.com.


[jenkinsci/clover-plugin] 24118b: OC-117: added 'Bump version' action for updating p...

2023-10-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 24118bdc507fbeb3baf0159a4a7219b2dd7ffb18
  
https://github.com/jenkinsci/clover-plugin/commit/24118bdc507fbeb3baf0159a4a7219b2dd7ffb18
  Author: Marek Parfianowicz 
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml
R .github/workflows/B-release-jenkins-clover-plugin.yml
A .github/workflows/Bump-version.yml
A .github/workflows/CD.yml
M pom.xml

  Log Message:
  ---
  OC-117: added 'Bump version' action for updating plugin and openclover core 
versions via GH actions, renamed 'B Release Jenkins Clover Plugin' to 'CD' to 
follow the naming convention (some metrics rely on this name)


-- 
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/clover-plugin/push/refs/heads/master/82df99-24118b%40github.com.


[jenkinsci/clover-plugin]

2023-10-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74/a0c2dd-00%40github.com.


[jenkinsci/clover-plugin]

2023-10-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7/b4c23a-00%40github.com.


[jenkinsci/clover-plugin] b4c23a: Bump io.jenkins.tools.incrementals:git-changelist-...

2023-10-06 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: b4c23a21a60b63daf57b064be8536b1dec98f87e
  
https://github.com/jenkinsci/clover-plugin/commit/b4c23a21a60b63daf57b064be8536b1dec98f87e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

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

---
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] 


  Commit: 82df99d595fa1f4e6e0d398eede66bdf282f6122
  
https://github.com/jenkinsci/clover-plugin/commit/82df99d595fa1f4e6e0d398eede66bdf282f6122
  Author: Marek Parfianowicz 
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #45 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7

Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.3 to 
1.7


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/9e732fca5ec9...82df99d595fa

-- 
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/clover-plugin/push/refs/heads/master/9e732f-82df99%40github.com.


[jenkinsci/clover-plugin] b4c23a: Bump io.jenkins.tools.incrementals:git-changelist-...

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: b4c23a21a60b63daf57b064be8536b1dec98f87e
  
https://github.com/jenkinsci/clover-plugin/commit/b4c23a21a60b63daf57b064be8536b1dec98f87e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

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

---
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] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7/00-b4c23a%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975/6443de-00%40github.com.


[jenkinsci/clover-plugin] 82cf9d: Bump io.jenkins.tools.bom:bom-2.289.x

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 82cf9d3559a4c0159eb3fe649c480bbef9fb4802
  
https://github.com/jenkinsci/clover-plugin/commit/82cf9d3559a4c0159eb3fe649c480bbef9fb4802
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.289.x

Bumps [io.jenkins.tools.bom:bom-2.289.x](https://github.com/jenkinsci/bom) from 
1090.v0a_33df40457a_ to 1500.ve4d05cd32975.
- [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.289.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 6443de42af1a5db99943c2a09d917cffce365f78
  
https://github.com/jenkinsci/clover-plugin/commit/6443de42af1a5db99943c2a09d917cffce365f78
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-117: bump minimum jenkins version as required by 
io.jenkins.plugins:snakeyaml-api


  Commit: 9e732fca5ec9bb9d88b0b192017f2e3026062dfb
  
https://github.com/jenkinsci/clover-plugin/commit/9e732fca5ec9bb9d88b0b192017f2e3026062dfb
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #41 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975

Bump io.jenkins.tools.bom:bom-2.289.x from 1090.v0a_33df40457a_ to 
1500.ve4d05cd32975


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/a600f62a0341...9e732fca5ec9

-- 
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/clover-plugin/push/refs/heads/master/a600f6-9e732f%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.0/89a5e4-00%40github.com.


[jenkinsci/clover-plugin] 89a5e4: Bump org.apache.maven.plugins:maven-source-plugin ...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 89a5e4d78ce97ce2d7be1766f06886d7af9c2a64
  
https://github.com/jenkinsci/clover-plugin/commit/89a5e4d78ce97ce2d7be1766f06886d7af9c2a64
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-source-plugin from 3.0.1 to 3.3.0

Bumps 
[org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin)
 from 3.0.1 to 3.3.0.
- 
[Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: a600f62a0341675c20ca29fc2be0472fb0229802
  
https://github.com/jenkinsci/clover-plugin/commit/a600f62a0341675c20ca29fc2be0472fb0229802
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #39 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.0

Bump org.apache.maven.plugins:maven-source-plugin from 3.0.1 to 3.3.0


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/1aa914342bda...a600f62a0341

-- 
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/clover-plugin/push/refs/heads/master/1aa914-a600f6%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.0/90fb77-00%40github.com.


[jenkinsci/clover-plugin] 90fb77: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 90fb7754031663f9fdf77b198e9d7674740049d4
  
https://github.com/jenkinsci/clover-plugin/commit/90fb7754031663f9fdf77b198e9d7674740049d4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.6.0

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.3.1 to 3.6.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 1aa914342bda10efb1e6f7fce63f76b07618891d
  
https://github.com/jenkinsci/clover-plugin/commit/1aa914342bda10efb1e6f7fce63f76b07618891d
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #42 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.0

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.6.0


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/bea6100cd5d6...1aa914342bda

-- 
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/clover-plugin/push/refs/heads/master/bea610-1aa914%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1/f948bd-00%40github.com.


[jenkinsci/clover-plugin] f948bd: Bump org.apache.maven.plugins:maven-release-plugin...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: f948bdf0a22f7d7d1fa9bf2277a4bbc84f467d3d
  
https://github.com/jenkinsci/clover-plugin/commit/f948bdf0a22f7d7d1fa9bf2277a4bbc84f467d3d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-release-plugin from 2.5 to 3.0.1

Bumps 
[org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release)
 from 2.5 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- 
[Commits](https://github.com/apache/maven-release/compare/maven-release-2.5...maven-release-3.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: bea6100cd5d697ab179c6b89ba65f0084ab9f0e1
  
https://github.com/jenkinsci/clover-plugin/commit/bea6100cd5d697ab179c6b89ba65f0084ab9f0e1
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #43 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1

Bump org.apache.maven.plugins:maven-release-plugin from 2.5 to 3.0.1


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/28a59e94ad67...bea6100cd5d6

-- 
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/clover-plugin/push/refs/heads/master/28a59e-bea610%40github.com.


[jenkinsci/clover-plugin] 6443de: OC-117: bump minimum jenkins version as required b...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 6443de42af1a5db99943c2a09d917cffce365f78
  
https://github.com/jenkinsci/clover-plugin/commit/6443de42af1a5db99943c2a09d917cffce365f78
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-117: bump minimum jenkins version as required by 
io.jenkins.plugins:snakeyaml-api


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975/82cf9d-6443de%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/2d8b94-00%40github.com.


[jenkinsci/clover-plugin] 2d8b94: Bump actions/checkout from 3 to 4

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 2d8b9436db35695fdf41e44d5576a54e96729c49
  
https://github.com/jenkinsci/clover-plugin/commit/2d8b9436db35695fdf41e44d5576a54e96729c49
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml

  Log Message:
  ---
  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](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: 28a59e94ad676c6efcd92cde9338bd8838a5a8cb
  
https://github.com/jenkinsci/clover-plugin/commit/28a59e94ad676c6efcd92cde9338bd8838a5a8cb
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml

  Log Message:
  ---
  Merge pull request #40 from 
jenkinsci/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/d410948c6c4d...28a59e94ad67

-- 
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/clover-plugin/push/refs/heads/master/d41094-28a59e%40github.com.


[jenkinsci/clover-plugin] a0c2dd: Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: a0c2dd27669e0f2ba65a76683c0f17b5430d013f
  
https://github.com/jenkinsci/clover-plugin/commit/a0c2dd27669e0f2ba65a76683c0f17b5430d013f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.33 to 4.74.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.33...plugin-4.74)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74/00-a0c2dd%40github.com.


[jenkinsci/clover-plugin] f948bd: Bump org.apache.maven.plugins:maven-release-plugin...

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: f948bdf0a22f7d7d1fa9bf2277a4bbc84f467d3d
  
https://github.com/jenkinsci/clover-plugin/commit/f948bdf0a22f7d7d1fa9bf2277a4bbc84f467d3d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-release-plugin from 2.5 to 3.0.1

Bumps 
[org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release)
 from 2.5 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- 
[Commits](https://github.com/apache/maven-release/compare/maven-release-2.5...maven-release-3.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1/00-f948bd%40github.com.


[jenkinsci/clover-plugin] 90fb77: Bump org.apache.maven.plugins:maven-javadoc-plugin...

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.0
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 90fb7754031663f9fdf77b198e9d7674740049d4
  
https://github.com/jenkinsci/clover-plugin/commit/90fb7754031663f9fdf77b198e9d7674740049d4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.6.0

Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.3.1 to 3.6.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- 
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.0/00-90fb77%40github.com.


[jenkinsci/clover-plugin] 82cf9d: Bump io.jenkins.tools.bom:bom-2.289.x

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 82cf9d3559a4c0159eb3fe649c480bbef9fb4802
  
https://github.com/jenkinsci/clover-plugin/commit/82cf9d3559a4c0159eb3fe649c480bbef9fb4802
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.289.x

Bumps [io.jenkins.tools.bom:bom-2.289.x](https://github.com/jenkinsci/bom) from 
1090.v0a_33df40457a_ to 1500.ve4d05cd32975.
- [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.289.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975/00-82cf9d%40github.com.


[jenkinsci/clover-plugin] 89a5e4: Bump org.apache.maven.plugins:maven-source-plugin ...

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.0
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 89a5e4d78ce97ce2d7be1766f06886d7af9c2a64
  
https://github.com/jenkinsci/clover-plugin/commit/89a5e4d78ce97ce2d7be1766f06886d7af9c2a64
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-source-plugin from 3.0.1 to 3.3.0

Bumps 
[org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin)
 from 3.0.1 to 3.3.0.
- 
[Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.0/00-89a5e4%40github.com.


[jenkinsci/clover-plugin] 2d8b94: Bump actions/checkout from 3 to 4

2023-10-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 2d8b9436db35695fdf41e44d5576a54e96729c49
  
https://github.com/jenkinsci/clover-plugin/commit/2d8b9436db35695fdf41e44d5576a54e96729c49
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M .github/workflows/A-test-master.yml

  Log Message:
  ---
  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](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


-- 
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/clover-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/00-2d8b94%40github.com.


[jenkinsci/clover-plugin] d41094: OC-117: add dependabot

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: d410948c6c4d9244958161c6eabf4c9f455d88aa
  
https://github.com/jenkinsci/clover-plugin/commit/d410948c6c4d9244958161c6eabf4c9f455d88aa
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  OC-117: add dependabot


-- 
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/clover-plugin/push/refs/heads/master/5891aa-d41094%40github.com.


[jenkinsci/clover-plugin] 5891aa: OC-117: update javadoc plugin, remove forbidden ta...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 5891aa92da98a997dd5628643d2052683c4c521e
  
https://github.com/jenkinsci/clover-plugin/commit/5891aa92da98a997dd5628643d2052683c4c521e
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
M src/main/java/hudson/plugins/clover/CloverPublisher.java
M src/main/java/hudson/plugins/clover/Ratio.java

  Log Message:
  ---
  OC-117: update javadoc plugin, remove forbidden tags; update gpg plugin, 
disable signing by default


-- 
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/clover-plugin/push/refs/heads/master/abeb08-5891aa%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-upgrade-to-openclover-4.5.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-117-upgrade-to-openclover-4.5.0/a281f0-00%40github.com.


[jenkinsci/clover-plugin] 204c32: OC-117: added information about 4.12.0 release

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 204c32ab8394c207774dfffb503268e4022fd167
  
https://github.com/jenkinsci/clover-plugin/commit/204c32ab8394c207774dfffb503268e4022fd167
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  OC-117: added information about 4.12.0 release


  Commit: a281f0997d5ddd80d6b2f76241817adf7ecde6dc
  
https://github.com/jenkinsci/clover-plugin/commit/a281f0997d5ddd80d6b2f76241817adf7ecde6dc
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  OC-117: added information about 4.12.0-4.14.0 releases


  Commit: abeb088dcb26bf005f1bdff061f8da3c8502ea69
  
https://github.com/jenkinsci/clover-plugin/commit/abeb088dcb26bf005f1bdff061f8da3c8502ea69
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge pull request #38 from jenkinsci/OC-117-upgrade-to-openclover-4.5.0

OC-117 upgrade to openclover 4.5.0


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/278a5252baa6...abeb088dcb26

-- 
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/clover-plugin/push/refs/heads/master/278a52-abeb08%40github.com.


[jenkinsci/clover-plugin] 278a52: OC-117: a simple test plan plus disable release ac...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 278a5252baa65e85bf9374fbcf4d2e2cf3ef007c
  
https://github.com/jenkinsci/clover-plugin/commit/278a5252baa65e85bf9374fbcf4d2e2cf3ef007c
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
A .github/workflows/A-test-master.yml
M .github/workflows/B-release-jenkins-clover-plugin.yml

  Log Message:
  ---
  OC-117: a simple test plan plus disable release action after checks are 
completed


-- 
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/clover-plugin/push/refs/heads/master/37ce62-278a52%40github.com.


[jenkinsci/clover-plugin] 37ce62: OC-117: Create B-release-jenkins-clover-plugin.yml

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 37ce6206781933c631eb89eb349289d50b39404f
  
https://github.com/jenkinsci/clover-plugin/commit/37ce6206781933c631eb89eb349289d50b39404f
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
A .github/workflows/B-release-jenkins-clover-plugin.yml

  Log Message:
  ---
  OC-117: Create B-release-jenkins-clover-plugin.yml


-- 
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/clover-plugin/push/refs/heads/master/004dad-37ce62%40github.com.


[jenkinsci/clover-plugin] 290210: chore(CODEOWNERS): add plugin development team

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 29021069f8bfc81d51b11148ab9b8a9eab604e1e
  
https://github.com/jenkinsci/clover-plugin/commit/29021069f8bfc81d51b11148ab9b8a9eab604e1e
  Author: Steve Hill 
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  chore(CODEOWNERS): add plugin development team

Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.jenkins.github.AddTeamToCodeowners

Co-authored-by: Moderne 


  Commit: 004dadccd5ccb142bcc560378236f0d405eb92fd
  
https://github.com/jenkinsci/clover-plugin/commit/004dadccd5ccb142bcc560378236f0d405eb92fd
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge pull request #36 from sghill-rewrite/conventions/codeowners

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/9f80b3bc48dc...004dadccd5cc

-- 
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/clover-plugin/push/refs/heads/master/9f80b3-004dad%40github.com.


[jenkinsci/clover-plugin] 204c32: OC-117: added information about 4.12.0 release

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-upgrade-to-openclover-4.5.0
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 204c32ab8394c207774dfffb503268e4022fd167
  
https://github.com/jenkinsci/clover-plugin/commit/204c32ab8394c207774dfffb503268e4022fd167
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  OC-117: added information about 4.12.0 release


  Commit: a281f0997d5ddd80d6b2f76241817adf7ecde6dc
  
https://github.com/jenkinsci/clover-plugin/commit/a281f0997d5ddd80d6b2f76241817adf7ecde6dc
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  OC-117: added information about 4.12.0-4.14.0 releases


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/204c32ab8394%5E...a281f0997d5d

-- 
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/clover-plugin/push/refs/heads/OC-117-upgrade-to-openclover-4.5.0/00-a281f0%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-upgrade-to-openclover-4.5.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-117-upgrade-to-openclover-4.5.0/29c918-00%40github.com.


[jenkinsci/clover-plugin] 29c918: OC-117: use the latest openclover 4.5.0, bump plug...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 29c91828bdc80124a4e262eb6038749e083475e6
  
https://github.com/jenkinsci/clover-plugin/commit/29c91828bdc80124a4e262eb6038749e083475e6
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-117: use the latest openclover 4.5.0, bump plugin version too


  Commit: 9f80b3bc48dc1c41cb31e7d0316d4446d66c36ca
  
https://github.com/jenkinsci/clover-plugin/commit/9f80b3bc48dc1c41cb31e7d0316d4446d66c36ca
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/OC-117-upgrade-to-openclover-4.5.0

OC-117: use the latest openclover 4.5.0, bump plugin version too


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/62189c8e8314...9f80b3bc48dc

-- 
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/clover-plugin/push/refs/heads/master/62189c-9f80b3%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/svn
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/svn/58e8da-00%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/JENKINS-57229-filepath-serialization
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/JENKINS-57229-filepath-serialization/bbef3d-00%40github.com.


[jenkinsci/clover-plugin]

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-65-drop-1.3-1.6-language-levels
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/OC-65-drop-1.3-1.6-language-levels/c5d151-00%40github.com.


[jenkinsci/clover-plugin] 29c918: OC-117: use the latest openclover 4.5.0, bump plug...

2023-10-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/OC-117-upgrade-to-openclover-4.5.0
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 29c91828bdc80124a4e262eb6038749e083475e6
  
https://github.com/jenkinsci/clover-plugin/commit/29c91828bdc80124a4e262eb6038749e083475e6
  Author: Marek Parfianowicz 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  OC-117: use the latest openclover 4.5.0, bump plugin version too


-- 
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/clover-plugin/push/refs/heads/OC-117-upgrade-to-openclover-4.5.0/00-29c918%40github.com.


[jenkinsci/clover-plugin] 62189c: [maven-release-plugin] prepare for next developmen...

2022-03-03 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 62189c8e83142561372d8aafacf433e68cd7c09f
  
https://github.com/jenkinsci/clover-plugin/commit/62189c8e83142561372d8aafacf433e68cd7c09f
  Author: Marek Parfianowicz 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pom.xml

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


-- 
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/clover-plugin/push/refs/heads/master/77bc80-62189c%40github.com.


[jenkinsci/clover-plugin]

2022-03-03 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/tags/clover-4.13.0
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/clover-4.13.0/00-6f5003%40github.com.


[jenkinsci/clover-plugin] 77bc80: [maven-release-plugin] prepare release clover-4.13.0

2022-03-03 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 77bc808150f959f27c846a48f69a2c9ce4eebb0a
  
https://github.com/jenkinsci/clover-plugin/commit/77bc808150f959f27c846a48f69a2c9ce4eebb0a
  Author: Marek Parfianowicz 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clover-4.13.0


-- 
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/clover-plugin/push/refs/heads/master/70638c-77bc80%40github.com.


[jenkinsci/clover-plugin] 5ee494: Add 'clover' keyword to Pipeline DSL

2022-01-10 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 5ee49484b146975dc42bc70a15a14caf8af2f6b1
  
https://github.com/jenkinsci/clover-plugin/commit/5ee49484b146975dc42bc70a15a14caf8af2f6b1
  Author: Mark Waite 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverPublisher.java
M src/test/java/hudson/plugins/clover/CloverWorkflowTest.java

  Log Message:
  ---
  Add 'clover' keyword to Pipeline DSL

Include a test of the clover keyword based on the existing Pipeline test


  Commit: 3b7bf9a9781d7acdb24f278bb2bfea9854558474
  
https://github.com/jenkinsci/clover-plugin/commit/3b7bf9a9781d7acdb24f278bb2bfea9854558474
  Author: Mark Waite 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
A src/test/java/hudson/plugins/clover/DeclarativePipelineTest.java

  Log Message:
  ---
  Add declarative Pipeline test


  Commit: b68cc55ee1efaa081463bd3d382214a025d22f4b
  
https://github.com/jenkinsci/clover-plugin/commit/b68cc55ee1efaa081463bd3d382214a025d22f4b
  Author: Mark Waite 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
A CHANGELOG.md
A README.md
A docs/images/clover-config.gif
A docs/images/clover-one-click.png
A docs/images/clover-summary.png
A docs/images/clover-treemap.png
A docs/images/smile.svg
A docs/images/star_yellow.svg
A docs/images/twitter3.png
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into add-clover-symbol


  Commit: a7af80737910b2c1f953540011f980c1d700981c
  
https://github.com/jenkinsci/clover-plugin/commit/a7af80737910b2c1f953540011f980c1d700981c
  Author: Mark Waite 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
M src/test/java/hudson/plugins/clover/CloverWorkflowTest.java

  Log Message:
  ---
  Use import rather than fully qualified class reference


  Commit: 20ab139990542c4fb3153869f6f891302fe125d9
  
https://github.com/jenkinsci/clover-plugin/commit/20ab139990542c4fb3153869f6f891302fe125d9
  Author: Mark Waite 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
M src/test/java/hudson/plugins/clover/DeclarativePipelineTest.java
A src/test/resources/hudson/plugins/clover/clover-declarative.xml

  Log Message:
  ---
  Read XML file from a resource

Keep bulk text outside the source file of the test.


  Commit: 9f1dcb94a826c95405db0a458ddb7ead5a63
  
https://github.com/jenkinsci/clover-plugin/commit/9f1dcb94a826c95405db0a458ddb7ead5a63
  Author: Mark Waite 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Show declarative and scripted examples


  Commit: 70638c0b0a1654466234eb0b25f1a3ce2b70d6f8
  
https://github.com/jenkinsci/clover-plugin/commit/70638c0b0a1654466234eb0b25f1a3ce2b70d6f8
  Author: Marek Parfianowicz 
  Date:   2022-01-11 (Tue, 11 Jan 2022)

  Changed paths:
M README.md
M src/main/java/hudson/plugins/clover/CloverPublisher.java
M src/test/java/hudson/plugins/clover/CloverWorkflowTest.java
A src/test/java/hudson/plugins/clover/DeclarativePipelineTest.java
A src/test/resources/hudson/plugins/clover/clover-declarative.xml

  Log Message:
  ---
  Merge pull request #31 from MarkEWaite/add-clover-symbol

Add clover symbol


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/510c788e79eb...70638c0b0a16

-- 
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/clover-plugin/push/refs/heads/master/510c78-70638c%40github.com.


[jenkinsci/clover-plugin] 915b75: Enable incremental deploy for PR testing

2022-01-10 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 915b75e364ca25356232342779a526da677d5f0c
  
https://github.com/jenkinsci/clover-plugin/commit/915b75e364ca25356232342779a526da677d5f0c
  Author: Mark Waite 
  Date:   2022-01-09 (Sun, 09 Jan 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Enable incremental deploy for PR testing

The Jenkins Docker image uses the plugin installation manager tool to
install plugin versions as defined in a plugins.txt file.  That file
supports incremental deployment versions generated by ci.jenkins.io for
pull requests.  Enable incremental delivery of the clover plugin so that
pull request builds can be tested from a plugins.txt file.

https://www.jenkins.io/doc/developer/plugin-development/incrementals/
describes the technique more detail.


  Commit: 51cf3c77c67a124b50298e85576190e4e111d7c8
  
https://github.com/jenkinsci/clover-plugin/commit/51cf3c77c67a124b50298e85576190e4e111d7c8
  Author: Mark Waite 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
A CHANGELOG.md
A README.md
A docs/images/clover-config.gif
A docs/images/clover-one-click.png
A docs/images/clover-summary.png
A docs/images/clover-treemap.png
A docs/images/smile.svg
A docs/images/star_yellow.svg
A docs/images/twitter3.png
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into enable-incremental-deploy


  Commit: 510c788e79ebcbeea03315b6e7369d81244ad495
  
https://github.com/jenkinsci/clover-plugin/commit/510c788e79ebcbeea03315b6e7369d81244ad495
  Author: Marek Parfianowicz 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Merge pull request #34 from MarkEWaite/enable-incremental-deploy

Enable incremental deploy for PR testing


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/7e419a17921b...510c788e79eb

-- 
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/clover-plugin/push/refs/heads/master/7e419a-510c78%40github.com.


[jenkinsci/clover-plugin] ee3933: Move docs to GitHub

2022-01-10 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: ee3933f3b9adccc5fcae083d3bc2a7c713af1945
  
https://github.com/jenkinsci/clover-plugin/commit/ee3933f3b9adccc5fcae083d3bc2a7c713af1945
  Author: Mark Waite 
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
A CHANGELOG.md
A README.md
A docs/images/clover-config.gif
A docs/images/clover-one-click.png
A docs/images/clover-summary.png
A docs/images/clover-treemap.png
A docs/images/smile.svg
A docs/images/star_yellow.svg
A docs/images/twitter3.png
M pom.xml

  Log Message:
  ---
  Move docs to GitHub

See https://www.jenkins.io/doc/developer/publishing/documentation/
for the developer guide that outlines this process.

Wiki docs were at https://wiki.jenkins.io/JENKINS/Clover-Plugin.html and
https://github.com/jenkins-infra/plugins-wiki-docs/blob/master/clover/README.md
Changes from those docs include:

* Embed Darin Pope's video tutorial
* Narrow example to be more readable
* Split changelog into a separate file
* Improve changelog formatting
* Use current pipeline syntax
* Simplify phrasing of plugin non-support of (evil) maven project type


  Commit: fca4cb523a77d001d5e2e69558fd59456cb9933d
  
https://github.com/jenkinsci/clover-plugin/commit/fca4cb523a77d001d5e2e69558fd59456cb9933d
  Author: Mark Waite 
  Date:   2022-01-09 (Sun, 09 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Use platform labeler plugin in example

Clover reporting is now enabled on the platform labeler plugin.


  Commit: 7e419a17921b632f309ffb7450ecc82747f7be54
  
https://github.com/jenkinsci/clover-plugin/commit/7e419a17921b632f309ffb7450ecc82747f7be54
  Author: Marek Parfianowicz 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
A CHANGELOG.md
A README.md
A docs/images/clover-config.gif
A docs/images/clover-one-click.png
A docs/images/clover-summary.png
A docs/images/clover-treemap.png
A docs/images/smile.svg
A docs/images/star_yellow.svg
A docs/images/twitter3.png
M pom.xml

  Log Message:
  ---
  Merge pull request #33 from MarkEWaite/move-docs-to-github

Move docs to GitHub


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/628e9cbd5de6...7e419a17921b

-- 
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/clover-plugin/push/refs/heads/master/628e9c-7e419a%40github.com.


[jenkinsci/clover-plugin] 468948: Use parent pom 4.33

2022-01-09 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 4689489605b8fcd39d9202497c78e09137f7e361
  
https://github.com/jenkinsci/clover-plugin/commit/4689489605b8fcd39d9202497c78e09137f7e361
  Author: Mark Waite 
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 4.33


  Commit: 83ee7b651c05487f31da50856da66d9165fb3891
  
https://github.com/jenkinsci/clover-plugin/commit/83ee7b651c05487f31da50856da66d9165fb3891
  Author: Mark Waite 
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use plugin bom 1090.v0a_33df40457a_

Latest improvements for dependencies


  Commit: 628e9cbd5de63167d0787693c9fed1c5702171d0
  
https://github.com/jenkinsci/clover-plugin/commit/628e9cbd5de63167d0787693c9fed1c5702171d0
  Author: Marek Parfianowicz 
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #32 from MarkEWaite/update-parent-pom

Update parent pom and plugin bom


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/48f114fea423...628e9cbd5de6

-- 
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/clover-plugin/push/refs/heads/master/48f114-628e9c%40github.com.


[jenkinsci/clover-plugin] f74e72: Run tests in parallel

2022-01-05 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: f74e72af5fbf805c1a6c1623409d79435fca98b7
  
https://github.com/jenkinsci/clover-plugin/commit/f74e72af5fbf805c1a6c1623409d79435fca98b7
  Author: Mark Waite 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Run tests in parallel

Use multiple cores more effectively by forking processes based on
number of cores, then reuse the forks to run more tests.


  Commit: 48f114fea423171029015c0338c78ae1cc2d1667
  
https://github.com/jenkinsci/clover-plugin/commit/48f114fea423171029015c0338c78ae1cc2d1667
  Author: Marek Parfianowicz 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #30 from MarkEWaite/run-tests-in-parallel

Run tests in parallel


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/5332e765660c...48f114fea423

-- 
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/clover-plugin/push/refs/heads/master/5332e7-48f114%40github.com.


[jenkinsci/clover-plugin] dde955: Simplify dependency management with plugin BOM

2022-01-05 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: dde955b371d50f01574a67b8d8223300f6e22ef4
  
https://github.com/jenkinsci/clover-plugin/commit/dde955b371d50f01574a67b8d8223300f6e22ef4
  Author: Mark Waite 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Simplify dependency management with plugin BOM

https://github.com/jenkinsci/bom#usage describes how the Jenkins plugin
bill of materials simplifies dependency management for plugin developers
that are using common plugins (like the Pipeline plugins).

This change removes several test scoped dependencies that were only
added to resolve upper bounds errors.  The plugin bill of materials
avoids the upper bounds errors in many cases.


  Commit: ed7f6c3c1a779f1fb6730c1251b45d1d7781c815
  
https://github.com/jenkinsci/clover-plugin/commit/ed7f6c3c1a779f1fb6730c1251b45d1d7781c815
  Author: Mark Waite 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Further simplify dependencies

The pipeline-model-definition plugin is the implementation of
declarative pipeline.  It provides the other dependencies and will be
needed for an upcoming pull request that adds a test of declarative
Pipeline.


  Commit: 3c4ce2a98af56664d43e7f8c4a7b6921009aba3b
  
https://github.com/jenkinsci/clover-plugin/commit/3c4ce2a98af56664d43e7f8c4a7b6921009aba3b
  Author: Mark Waite 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use most recent plugin bom release

The release reports generated by sites like https://mvrepository.com
seem to apply the same version number parsing rules as Apache Maven.
That causes those sites to see version numbers that contain the letter
'a' or the letter 'b' followed by an alphanumeric character as a
designator for an alpha or a beta release.

See https://github.com/jenkinsci/incrementals-tools/pull/24 for the
rationale for that specific change and
https://github.com/jenkinsci/bom#readme for the details of the bom and
https://github.com/jenkinsci/jep/blob/master/jep/229/README.adoc for
the version number details.


  Commit: 5332e765660c6a66e1969e394814094461bfabd7
  
https://github.com/jenkinsci/clover-plugin/commit/5332e765660c6a66e1969e394814094461bfabd7
  Author: Marek Parfianowicz 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #29 from MarkEWaite/use-plugin-bill-of-materials

Simplify dependency management with plugin BOM


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/16f4734d695e...5332e765660c

-- 
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/clover-plugin/push/refs/heads/master/16f473-5332e7%40github.com.


[jenkinsci/clover-plugin] 420b08: Remove dead store to unused variable

2022-01-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 420b081794c5272677758b58433ad029c63b79c4
  
https://github.com/jenkinsci/clover-plugin/commit/420b081794c5272677758b58433ad029c63b79c4
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java

  Log Message:
  ---
  Remove dead store to unused variable


  Commit: ba1375ecdfc55365dccad8facaf3d634a55ed5de
  
https://github.com/jenkinsci/clover-plugin/commit/ba1375ecdfc55365dccad8facaf3d634a55ed5de
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  ---
  Descriptor newInstance req param needs to be NonNull

Updated since the original Jenkins core version


  Commit: 0b69a3a704b4fa7c02c1e2d1c8cecce8c7692369
  
https://github.com/jenkinsci/clover-plugin/commit/0b69a3a704b4fa7c02c1e2d1c8cecce8c7692369
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  ---
  Avoid possible NPE by calling getResult() only once


  Commit: 760a89f83a3c11fcf9ba5f51496260d9e687edf0
  
https://github.com/jenkinsci/clover-plugin/commit/760a89f83a3c11fcf9ba5f51496260d9e687edf0
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java

  Log Message:
  ---
  Check starter.masks() for null return


  Commit: 8f70b015ba628d9eeb23c8f6b6375a23a856a8a3
  
https://github.com/jenkinsci/clover-plugin/commit/8f70b015ba628d9eeb23c8f6b6375a23a856a8a3
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java

  Log Message:
  ---
  Declare starter NonNull because it is immediately dereferenced


  Commit: 157bd2c925f6faaf014ee54f20981626f311322d
  
https://github.com/jenkinsci/clover-plugin/commit/157bd2c925f6faaf014ee54f20981626f311322d
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  ---
  Guard against null pointer exceptions in build wrapper


  Commit: d4c054054dbcabb2b6d844a522743cab8a44fb70
  
https://github.com/jenkinsci/clover-plugin/commit/d4c054054dbcabb2b6d844a522743cab8a44fb70
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java

  Log Message:
  ---
  Check ProcStarter.pwd() for null


  Commit: 3dbca89afef2a9c90c0fa98bbf19aa324bc97951
  
https://github.com/jenkinsci/clover-plugin/commit/3dbca89afef2a9c90c0fa98bbf19aa324bc97951
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java

  Log Message:
  ---
  Suppress Spotbugs warning in decorateLauncher


  Commit: a1a48f8795ecf8488369753ecfa88e5e7569944e
  
https://github.com/jenkinsci/clover-plugin/commit/a1a48f8795ecf8488369753ecfa88e5e7569944e
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 4.32


  Commit: 9596e855f900a416011967c96ba13d1e51f00d7e
  
https://github.com/jenkinsci/clover-plugin/commit/9596e855f900a416011967c96ba13d1e51f00d7e
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use maven-compiler-plugin from parent pom


  Commit: 7905e1e9914b7adfb2b1698c1364f20baf82a2cd
  
https://github.com/jenkinsci/clover-plugin/commit/7905e1e9914b7adfb2b1698c1364f20baf82a2cd
  Author: Mark Waite 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  ---
  Declare result final for consistency


  Commit: 16f4734d695e6b0e1469e3a35e8dfafa16645c95
  
https://github.com/jenkinsci/clover-plugin/commit/16f4734d695e6b0e1469e3a35e8dfafa16645c95
  Author: Marek Parfianowicz 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  ---
  Merge pull request #27 from MarkEWaite/update-parent-pom

Use parent pom 4.32, require Jenkins 2.289.1 or newer. Migrate from javax 
Nullable to findbugs Nullable. Added extra null checks.


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/fdd4bd1a82be...16f4734d695e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubs

[jenkinsci/clover-plugin] 81b5b4: Use https:// for scm URL

2022-01-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 81b5b4798169a9a701a751c0d8a69ac900ecd737
  
https://github.com/jenkinsci/clover-plugin/commit/81b5b4798169a9a701a751c0d8a69ac900ecd737
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use https:// for scm URL

https://github.blog/2021-09-01-improving-git-protocol-security-github/#whats-changing
declares that the unencrypted git:// protocol is being deprecated
by GitHub.


  Commit: 28f6a8a246bcf9e8e2aa1d0e8bee5567774ade90
  
https://github.com/jenkinsci/clover-plugin/commit/28f6a8a246bcf9e8e2aa1d0e8bee5567774ade90
  Author: Mark Waite 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use https, not http in URLs

The wiki URL will be replaced by
https://github.com/jenkinsci/clover-plugin when the plugin
documentation is converted from Wiki to GitHub.  Sufficient now to use
the HTTPS wiki URL until the docs conversion pull request changes it.


  Commit: beb0c93316ce2e53595fde6d27c0a99a8748c319
  
https://github.com/jenkinsci/clover-plugin/commit/beb0c93316ce2e53595fde6d27c0a99a8748c319
  Author: Mark Waite 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use ssh:// instead of git@github form


  Commit: fdd4bd1a82be7afb5e243a650533deb01eb545c3
  
https://github.com/jenkinsci/clover-plugin/commit/fdd4bd1a82be7afb5e243a650533deb01eb545c3
  Author: Marek Parfianowicz 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #28 from MarkEWaite/update-scm-url

Use https:// instead of git:// for SCM connection


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/4e03c6d1c3ab...fdd4bd1a82be

-- 
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/clover-plugin/push/refs/heads/master/4e03c6-fdd4bd%40github.com.


[jenkinsci/clover-plugin] d3ad6c: Add Jenkinsfile for ci.jenkins.io

2022-01-04 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: d3ad6c584178890326c6ccdfb568e128c4a64bd5
  
https://github.com/jenkinsci/clover-plugin/commit/d3ad6c584178890326c6ccdfb568e128c4a64bd5
  Author: Mark Waite 
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile for ci.jenkins.io


  Commit: 4e03c6d1c3abb967b29f8b152fa591e2b2beebca
  
https://github.com/jenkinsci/clover-plugin/commit/4e03c6d1c3abb967b29f8b152fa591e2b2beebca
  Author: Marek Parfianowicz 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Merge pull request #26 from MarkEWaite/add-a-jenkinsfile

Add Jenkinsfile for ci.jenkins.io


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/e5a920f79496...4e03c6d1c3ab

-- 
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/clover-plugin/push/refs/heads/master/e5a920-4e03c6%40github.com.


[jenkinsci/clover-plugin]

2021-06-16 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/fix-digester-package
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/heads/fix-digester-package/530f79-00%40github.com.


[jenkinsci/clover-plugin] e5a920: [maven-release-plugin] prepare for next developmen...

2021-06-16 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: e5a920f79496a5b557601f897176a3cd4f4f09a4
  
https://github.com/jenkinsci/clover-plugin/commit/e5a920f79496a5b557601f897176a3cd4f4f09a4
  Author: Marek Parfianowicz 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M pom.xml

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


-- 
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/clover-plugin/push/refs/heads/master/d753ce-e5a920%40github.com.


[jenkinsci/clover-plugin]

2021-06-16 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/tags/clover-4.12.1
  Home:   https://github.com/jenkinsci/clover-plugin

-- 
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/clover-plugin/push/refs/tags/clover-4.12.1/00-87a308%40github.com.


[jenkinsci/clover-plugin] d753ce: [maven-release-plugin] prepare release clover-4.12.1

2021-06-16 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: d753ce65b53260a6e00392d5d9cf2b9146e8a76b
  
https://github.com/jenkinsci/clover-plugin/commit/d753ce65b53260a6e00392d5d9cf2b9146e8a76b
  Author: Marek Parfianowicz 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clover-4.12.1


-- 
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/clover-plugin/push/refs/heads/master/77cca7-d753ce%40github.com.


[jenkinsci/clover-plugin] 530f79: fix wrong import

2021-06-16 Thread 'Marek Parfianowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 530f7904876b1e812010ef49ed749484e33958b3
  
https://github.com/jenkinsci/clover-plugin/commit/530f7904876b1e812010ef49ed749484e33958b3
  Author: olivier lamy 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverCoverageParser.java

  Log Message:
  ---
  fix wrong import

Signed-off-by: olivier lamy 


  Commit: 77cca7a776290a45a80715cd57f747af54ada13b
  
https://github.com/jenkinsci/clover-plugin/commit/77cca7a776290a45a80715cd57f747af54ada13b
  Author: Marek Parfianowicz 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverCoverageParser.java

  Log Message:
  ---
  Merge pull request #25 from jenkinsci/fix-digester-package

JENKINS-65161 fix wrong digester import


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/d558a9e19e27...77cca7a77629

-- 
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/clover-plugin/push/refs/heads/master/d558a9-77cca7%40github.com.


  1   2   3   >