[jenkinsci/jacoco-plugin] 9df6dc: Try to add JDK11 to TravisCI build

2019-02-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9df6dc868fcfbbc75f8abffd01e0166b73d9583d
  
https://github.com/jenkinsci/jacoco-plugin/commit/9df6dc868fcfbbc75f8abffd01e0166b73d9583d
  Author: Dominik Stadler 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Try to add JDK11 to TravisCI build


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jacoco-plugin] 085ec6: Add support for Java 11

2019-02-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 085ec64ab2ab4f0bc82358df0021cfdb29e356e3
  
https://github.com/jenkinsci/jacoco-plugin/commit/085ec64ab2ab4f0bc82358df0021cfdb29e356e3
  Author: 44past4 <44pa...@gmail.com>
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add support for Java 11

Update JaCoCo to 0.8.3, ASM to 7.0.


  Commit: 8bf4c540d44b34350144456ef6c901cbf69bc708
  
https://github.com/jenkinsci/jacoco-plugin/commit/8bf4c540d44b34350144456ef6c901cbf69bc708
  Author: Dominik Stadler 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #103 from 44past4/master

Add support for Java 11


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/58336ca340ec...8bf4c540d44b

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jacoco-plugin] 2e1e5b: JENKINS-49351: Added runAlways user paramater to a...

2019-06-20 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 2e1e5b8ce1835513c55d095dafa70692abd19197
  
https://github.com/jenkinsci/jacoco-plugin/commit/2e1e5b8ce1835513c55d095dafa70692abd19197
  Author: Steven Hardy 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/main/resources/hudson/plugins/jacoco/JacocoPublisher/config.jelly
M src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java

  Log Message:
  ---
  JENKINS-49351: Added runAlways user paramater to allow Jacoco to run even if 
build FAILED or was ABORTED


  Commit: 6a73c53b14af527d86ea52e4c7b9262b88d040d0
  
https://github.com/jenkinsci/jacoco-plugin/commit/6a73c53b14af527d86ea52e4c7b9262b88d040d0
  Author: Dominik Stadler 
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/main/resources/hudson/plugins/jacoco/JacocoPublisher/config.jelly
M src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java

  Log Message:
  ---
  Merge pull request #104 from shardy-lbar/JENKINS-49351

Merge changes for JENKINS-49351, thanks for the PR


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/9bfcb6127b72...6a73c53b14af

-- 
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/jacoco-plugin/push/refs/heads/master/9bfcb6-6a73c5%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jacoco-plugin] fac6fc: Remove some unused stuff from one unit test

2019-05-18 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: fac6fcffc9438e53a0c2e22c971260cc55c4a59e
  
https://github.com/jenkinsci/jacoco-plugin/commit/fac6fcffc9438e53a0c2e22c971260cc55c4a59e
  Author: Dominik Stadler 
  Date:   2019-05-18 (Sat, 18 May 2019)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java

  Log Message:
  ---
  Remove some unused stuff from one unit test


  Commit: cc4815df8087d389c04ae2c64b77634077278567
  
https://github.com/jenkinsci/jacoco-plugin/commit/cc4815df8087d389c04ae2c64b77634077278567
  Author: Dominik Stadler 
  Date:   2019-05-18 (Sat, 18 May 2019)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java
M src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java
M src/test/java/hudson/plugins/jacoco/model/CoverageGraphLayoutTest.java
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
M 
src/test/java/hudson/plugins/jacoco/portlet/JacocoDeltaCoverageResultSummaryTest.java
M src/test/java/hudson/plugins/jacoco/portlet/JacocoLoadDataHudsonTest.java

  Log Message:
  ---
  Adjust some more for enabling building on JDK 11:
* Update to Jenkins 2.150.3 to include necessary fixes
* Update PowerMock to 2.0.2, easymock 4.0.2 and commons-lang3 to 3.8.1 to 
include necessary fixes
* Have to ignore one test which compares PNG files which now differ
* Add some PoewrMock ignores to tests


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/9df6dc868fcf...cc4815df8087

-- 
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/jacoco-plugin/push/refs/heads/master/9df6dc-cc4815%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jacoco-plugin] 9bfcb6: Try to update Build-Status badge

2019-05-18 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9bfcb6127b72ee1c5fda002a9c4e62dd979efd15
  
https://github.com/jenkinsci/jacoco-plugin/commit/9bfcb6127b72ee1c5fda002a9c4e62dd979efd15
  Author: Dominik Stadler 
  Date:   2019-05-18 (Sat, 18 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Try to update Build-Status badge


-- 
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/jacoco-plugin/push/refs/heads/master/cc4815-9bfcb6%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jacoco-plugin] 3c5db3: Add Jenkinsfile

2019-09-08 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 3c5db34d6677fb4a9e92da0db5e8a2a60d8adb5f
  
https://github.com/jenkinsci/jacoco-plugin/commit/3c5db34d6677fb4a9e92da0db5e8a2a60d8adb5f
  Author: Dominik Stadler 
  Date:   2019-09-08 (Sun, 08 Sep 2019)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile

Let's see if this creates the build-config on ci.jenkins.io


-- 
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/jacoco-plugin/push/refs/heads/master/6a73c5-3c5db3%40github.com.


[jenkinsci/jacoco-plugin] fbc70d: Try to make Java 8 available again in Travis-CI build

2019-09-08 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: fbc70d3c864143d9b5dce339490b6a58eae09ecb
  
https://github.com/jenkinsci/jacoco-plugin/commit/fbc70d3c864143d9b5dce339490b6a58eae09ecb
  Author: Dominik Stadler 
  Date:   2019-09-08 (Sun, 08 Sep 2019)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Try to make Java 8 available again in Travis-CI build


-- 
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/jacoco-plugin/push/refs/heads/master/3c5db3-fbc70d%40github.com.


[jenkinsci/jacoco-plugin] 452ae0: JENKINS-56123: Add comments and tests to clarify t...

2019-09-28 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 452ae06979b7d28272f891323913dab18c18fee5
  
https://github.com/jenkinsci/jacoco-plugin/commit/452ae06979b7d28272f891323913dab18c18fee5
  Author: Dominik Stadler 
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/model/Coverage.java
M src/test/java/hudson/plugins/jacoco/CoverageTest.java

  Log Message:
  ---
  JENKINS-56123: Add comments and tests to clarify the current state


  Commit: 17edcfd8024518b38e9ee32649b05f37ab6f80eb
  
https://github.com/jenkinsci/jacoco-plugin/commit/17edcfd8024518b38e9ee32649b05f37ab6f80eb
  Author: Dominik Stadler 
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
M src/main/resources/hudson/plugins/jacoco/Messages_de.properties
M src/main/resources/hudson/plugins/jacoco/Messages_es.properties

  Log Message:
  ---
  JENKINS-55166: Replace non-ASCII characters in properties for German and 
Spanish to not depend on the encoding of file


  Commit: 1c7b1fc729a675cebcaca2ed9a8785e61749aa9a
  
https://github.com/jenkinsci/jacoco-plugin/commit/1c7b1fc729a675cebcaca2ed9a8785e61749aa9a
  Author: Dominik Stadler 
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java

  Log Message:
  ---
  Small code reformatting


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/8101e4ecbf78...1c7b1fc729a6

-- 
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/jacoco-plugin/push/refs/heads/master/8101e4-1c7b1f%40github.com.


[jenkinsci/jacoco-plugin] db4212: Compare chart-images against a 2nd version which i...

2019-09-28 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: db42126ad18a38c3cf7317bffe693ff64fcc7db2
  
https://github.com/jenkinsci/jacoco-plugin/commit/db42126ad18a38c3cf7317bffe693ff64fcc7db2
  Author: Dominik Stadler 
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
A src/test/resources/baseStroke_2.png
A src/test/resources/crop100_2.png
A src/test/resources/crop5_2.png
A src/test/resources/multiple_2.png
A src/test/resources/simple_2.png
A src/test/resources/singleBuild_2.png
A src/test/resources/skipzero_2.png

  Log Message:
  ---
  Compare chart-images against a 2nd version which is created by some JDKs


-- 
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/jacoco-plugin/push/refs/heads/master/1c7b1f-db4212%40github.com.


[jenkinsci/jacoco-plugin] cc2e41: Add a third file for chart-test to cover more diff...

2019-09-28 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: cc2e41d473c9cb4ae2c78e5b71f667963d4f0fa2
  
https://github.com/jenkinsci/jacoco-plugin/commit/cc2e41d473c9cb4ae2c78e5b71f667963d4f0fa2
  Author: Dominik Stadler 
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
M src/test/resources/baseStroke_2.png
A src/test/resources/baseStroke_3.png
M src/test/resources/crop100_2.png
A src/test/resources/crop100_3.png
M src/test/resources/crop5_2.png
A src/test/resources/crop5_3.png
M src/test/resources/multiple_2.png
A src/test/resources/multiple_3.png
M src/test/resources/simple_2.png
A src/test/resources/simple_3.png
M src/test/resources/singleBuild_2.png
A src/test/resources/singleBuild_3.png
M src/test/resources/skipzero_2.png
A src/test/resources/skipzero_3.png

  Log Message:
  ---
  Add a third file for chart-test to cover more differences


-- 
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/jacoco-plugin/push/refs/heads/master/db4212-cc2e41%40github.com.


[jenkinsci/jacoco-plugin] a1d36d: Adjust URL to ge the open JIRA-issues for this plugin

2019-09-24 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: a1d36d8cac9500e6f96fe394aca0ca1865e463c4
  
https://github.com/jenkinsci/jacoco-plugin/commit/a1d36d8cac9500e6f96fe394aca0ca1865e463c4
  Author: Dominik Stadler 
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Adjust URL to ge the open JIRA-issues for this plugin


  Commit: 8101e4ecbf789f35b0ad567f31f9d89b79d69dd2
  
https://github.com/jenkinsci/jacoco-plugin/commit/8101e4ecbf789f35b0ad567f31f9d89b79d69dd2
  Author: Dominik Stadler 
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/main/resources/hudson/plugins/jacoco/JacocoPublisher/config.jelly

  Log Message:
  ---
  JENKINS-56918: Adjust default source-includes to include *.groovy, *.kt and 
*.kts (Kotlin)


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/fbc70d3c8641...8101e4ecbf78

-- 
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/jacoco-plugin/push/refs/heads/master/fbc70d-8101e4%40github.com.


[jenkinsci/jacoco-plugin] 9deee7: Fix typos

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: 9deee7c99b10f967d3ba64958d5967cfd51ead2f

  
https://github.com/jenkinsci/jacoco-plugin/commit/9deee7c99b10f967d3ba64958d5967cfd51ead2f

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M src/main/java/hudson/plugins/jacoco/portlet/utils/Utils.java

M src/main/resources/hudson/plugins/jacoco/JacocoPublisher/help.html

M 
src/main/resources/hudson/plugins/jacococoveragecolumn/BranchCoverageColumn/config_de.properties

M src/test/java/hudson/plugins/jacoco/portlet/JacocoLoadDataHudsonTest.java

M src/test/java/hudson/plugins/jacoco/report/AggregatedReportTest.java



  Log Message:

  ---

  Fix typos





  Commit: 7c68828d4f52101c4e16d19405f65f0e282b5057

  
https://github.com/jenkinsci/jacoco-plugin/commit/7c68828d4f52101c4e16d19405f65f0e282b5057

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M src/main/java/hudson/plugins/jacoco/portlet/utils/Utils.java

M src/main/resources/hudson/plugins/jacoco/JacocoPublisher/help.html

M 
src/main/resources/hudson/plugins/jacococoveragecolumn/BranchCoverageColumn/config_de.properties

M src/test/java/hudson/plugins/jacoco/portlet/JacocoLoadDataHudsonTest.java

M src/test/java/hudson/plugins/jacoco/report/AggregatedReportTest.java



  Log Message:

  ---

  Merge pull request #109 from darxriggs/fix-typos



Fix typos





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/8d34b50981b3...7c68828d4f52

-- 
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/jacoco-plugin/push/refs/heads/master/8d34b5-7c6882%40github.com.


[jenkinsci/jacoco-plugin] 1aa655: Upgrade JaCoCo to 0.8.5

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: 1aa6556721a52536c718644909d1e74f6c67dd44

  
https://github.com/jenkinsci/jacoco-plugin/commit/1aa6556721a52536c718644909d1e74f6c67dd44

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade JaCoCo to 0.8.5



This adds support for Java 12 + 13.



JaCoCo now requires ASM 7.2. There is no need to declare this

dependency explicitly. It's already properly declared as dependency

of org.jacoco.report and therefore a transitive dependency.



For all details see https://github.com/jacoco/jacoco/releases.





  Commit: 81fce5a1167e083c97c697283c505189ab327512

  
https://github.com/jenkinsci/jacoco-plugin/commit/81fce5a1167e083c97c697283c505189ab327512

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #110 from darxriggs/upgrade-jacoco



Upgrade JaCoCo to 0.8.5





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/0e57b01f69ee...81fce5a1167e

-- 
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/jacoco-plugin/push/refs/heads/master/0e57b0-81fce5%40github.com.


[jenkinsci/jacoco-plugin] a0d903: Cleanup pom.xml formatting & structure

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: a0d9033f1f2121e8f44f219872bc011e99c5f69e

  
https://github.com/jenkinsci/jacoco-plugin/commit/a0d9033f1f2121e8f44f219872bc011e99c5f69e

  Author: René Scheibe 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Cleanup pom.xml formatting & structure



`mvn tidy:pom` and a formatter have been used.





  Commit: dde5583fcb62d2931e9fa8d72235a2b70439a3f5

  
https://github.com/jenkinsci/jacoco-plugin/commit/dde5583fcb62d2931e9fa8d72235a2b70439a3f5

  Author: René Scheibe 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom



This is to stay up-to-date.





  Commit: 3cb0e37b96611a08c4ed2ae9f81950a044c4ca2e

  
https://github.com/jenkinsci/jacoco-plugin/commit/3cb0e37b96611a08c4ed2ae9f81950a044c4ca2e

  Author: René Scheibe 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use newer jenkins.io domain in WIKI link





  Commit: 61d3455e12db0d6403e2b5249dd419a97eb64cbb

  
https://github.com/jenkinsci/jacoco-plugin/commit/61d3455e12db0d6403e2b5249dd419a97eb64cbb

  Author: René Scheibe 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Provide a license URL





  Commit: bff2c4aee82c6a0a311f581490d55db9f55595e6

  
https://github.com/jenkinsci/jacoco-plugin/commit/bff2c4aee82c6a0a311f581490d55db9f55595e6

  Author: René Scheibe 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove unnecessary properties from pom.xml



They are already set by the parent pom.





  Commit: 1e647fb789fa6ca485bb4359243196d0c0533a72

  
https://github.com/jenkinsci/jacoco-plugin/commit/1e647fb789fa6ca485bb4359243196d0c0533a72

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #108 from darxriggs/pom-improvements



Improvements for pom.xml





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/7c68828d4f52...1e647fb789fa

-- 
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/jacoco-plugin/push/refs/heads/master/7c6882-1e647f%40github.com.


[jenkinsci/jacoco-plugin] 0e57b0: Simplify test after converting de-resources to ASC...

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 0e57b01f69ee7416f2fab3ab694212903dc99d07
  
https://github.com/jenkinsci/jacoco-plugin/commit/0e57b01f69ee7416f2fab3ab694212903dc99d07
  Author: Dominik Stadler 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageGraphLayoutTest.java

  Log Message:
  ---
  Simplify test after converting de-resources to ASCII encoding


-- 
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/jacoco-plugin/push/refs/heads/master/1e647f-0e57b0%40github.com.


[jenkinsci/jacoco-plugin] 9b3dbe: Use animal-sniffer-maven-plugin from parent pom

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: 9b3dbe0a31dccad3a54bee172893162430ccdaed

  
https://github.com/jenkinsci/jacoco-plugin/commit/9b3dbe0a31dccad3a54bee172893162430ccdaed

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use animal-sniffer-maven-plugin from parent pom



The plugin is already configured in the parent pom.

There is no need for a custom configuration here.





  Commit: 902876d66b85c888004ffee3709595ccba6a2d64

  
https://github.com/jenkinsci/jacoco-plugin/commit/902876d66b85c888004ffee3709595ccba6a2d64

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #113 from darxriggs/animalsniffer-from-parent



Use animal-sniffer-maven-plugin from parent pom





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/81fce5a1167e...902876d66b85

-- 
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/jacoco-plugin/push/refs/heads/master/81fce5-902876%40github.com.


[jenkinsci/jacoco-plugin] b08fee: Use plugin versions defined in parent pom

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: b08fee154bb39dbbdb748b8e594a1a4545a8b5a2

  
https://github.com/jenkinsci/jacoco-plugin/commit/b08fee154bb39dbbdb748b8e594a1a4545a8b5a2

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use plugin versions defined in parent pom



The parent pom defines versions for these plugins which are also never.





  Commit: b3e8d1e273d46f1a52b117b580ce0279654530dc

  
https://github.com/jenkinsci/jacoco-plugin/commit/b3e8d1e273d46f1a52b117b580ce0279654530dc

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #112 from darxriggs/plugin-versions-from-parent



Use plugin versions defined in parent pom





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/902876d66b85...b3e8d1e273d4

-- 
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/jacoco-plugin/push/refs/heads/master/902876-b3e8d1%40github.com.


[jenkinsci/jacoco-plugin] cd4293: Upgrade dashboard-view plugin to 2.12

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: cd4293e8f85614603cf13e9c62a0b57249a62e7d

  
https://github.com/jenkinsci/jacoco-plugin/commit/cd4293e8f85614603cf13e9c62a0b57249a62e7d

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade dashboard-view plugin to 2.12



It contains security fixes and doesn't depend on the maven-plugin anymore.



The NekoHTML exclusion can be removed as it was only in place because of

the maven-plugin with all its dependencies.



For all details see https://github.com/jenkinsci/dashboard-view-plugin/releases.





  Commit: dbcdf5c02116fa48b9f26c4ea8ab2a3db0215ffe

  
https://github.com/jenkinsci/jacoco-plugin/commit/dbcdf5c02116fa48b9f26c4ea8ab2a3db0215ffe

  Author: Dominik Stadler 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #111 from darxriggs/upgrade-dashboard-view



Upgrade dashboard-view plugin to 2.12





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/b3e8d1e273d4...dbcdf5c02116

-- 
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/jacoco-plugin/push/refs/heads/master/b3e8d1-dbcdf5%40github.com.


[jenkinsci/jacoco-plugin] 3b8429: Add test for current Threshold-handling and adjust...

2019-11-16 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 3b8429d3f358f0375bdcec599efa740827a161d0
  
https://github.com/jenkinsci/jacoco-plugin/commit/3b8429d3f358f0375bdcec599efa740827a161d0
  Author: Dominik Stadler 
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoHealthReportThresholds.java
A src/test/java/hudson/plugins/jacoco/JacocoHealthReportThresholdsTest.java

  Log Message:
  ---
  Add test for current Threshold-handling and adjust code a bit


-- 
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/jacoco-plugin/push/refs/heads/master/fe77f3-3b8429%40github.com.


[jenkinsci/jacoco-plugin] 13a6b9: Reuse maven-enforcer-plugin config from parent pom

2019-11-03 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: 13a6b93e447a8b667e8764ebdb7013fbd4e23f75

  
https://github.com/jenkinsci/jacoco-plugin/commit/13a6b93e447a8b667e8764ebdb7013fbd4e23f75

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Reuse maven-enforcer-plugin config from parent pom



Don't overwrite phase, goals and excludes but just extend the excludes.



For more details see 
https://github.com/jenkinsci/plugin-pom/blob/plugin-3.50/pom.xml#L573-L590.



Note: This change is only performed to have an improved example for

potential future configurations. This configuration is currently not

required and will be removed with the next commit.





  Commit: 1331a5325aac6ab9e6208ab7637f8e746a628bd5

  
https://github.com/jenkinsci/jacoco-plugin/commit/1331a5325aac6ab9e6208ab7637f8e746a628bd5

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove obsolete maven-enforcer ASM exclude



It was originally introduced because the ASM jar files contain a

module-info.class which is targeted to Java 9. When using JDK 8

for building the enforcer therefore complained.



The current parent pom uses the newer extra-enforcer-rules 1.2

which ignores the module-info.class in case a JDK < 9 is used.



For more details see

- https://github.com/mojohaus/extra-enforcer-rules/issues/33

- https://github.com/mojohaus/extra-enforcer-rules/issues/46





  Commit: fe77f3ec64dd7322fab700ce8fcd1494561ff5e5

  
https://github.com/jenkinsci/jacoco-plugin/commit/fe77f3ec64dd7322fab700ce8fcd1494561ff5e5

  Author: Dominik Stadler 

  Date:   2019-11-04 (Mon, 04 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #114 from darxriggs/maven-enforcer-config



Remove obsolete maven-enforcer ASM exclude





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/dbcdf5c02116...fe77f3ec64dd

-- 
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/jacoco-plugin/push/refs/heads/master/dbcdf5-fe77f3%40github.com.


[jenkinsci/jacoco-plugin] e7f098: Try to enable JDK 8 and 11 in the build

2019-10-20 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: e7f09847b6a1d50056ae70411f41368d4347e32a
  
https://github.com/jenkinsci/jacoco-plugin/commit/e7f09847b6a1d50056ae70411f41368d4347e32a
  Author: Dominik Stadler 
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try to enable JDK 8 and 11 in the build


-- 
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/jacoco-plugin/push/refs/heads/master/0f08a2-e7f098%40github.com.


[jenkinsci/jacoco-plugin] b84491: Fix Jenkins job link

2019-10-20 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: b84491df1a13c4c767787c3b55c74ee72aba80ed

  
https://github.com/jenkinsci/jacoco-plugin/commit/b84491df1a13c4c767787c3b55c74ee72aba80ed

  Author: René Scheibe 

  Date:   2019-10-19 (Sat, 19 Oct 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Fix Jenkins job link





  Commit: f6af380ea2e3be87e9b868f5b10e85e37737d059

  
https://github.com/jenkinsci/jacoco-plugin/commit/f6af380ea2e3be87e9b868f5b10e85e37737d059

  Author: Dominik Stadler 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Merge pull request #106 from darxriggs/fix-job-link



Fix Jenkins job link





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/cc2e41d473c9...f6af380ea2e3

-- 
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/jacoco-plugin/push/refs/heads/master/cc2e41-f6af38%40github.com.


[jenkinsci/jacoco-plugin] 8cf6e1: Remove 'coverage' Maven profile

2019-10-20 Thread Dominik Stadler
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jacoco-plugin

  Commit: 8cf6e113ce311f5ac54f38913f99d43a204035b3

  
https://github.com/jenkinsci/jacoco-plugin/commit/8cf6e113ce311f5ac54f38913f99d43a204035b3

  Author: René Scheibe 

  Date:   2019-10-19 (Sat, 19 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove 'coverage' Maven profile



This profile is quite complex and not required.

When enabled the 'createTempDir' execution defined in the parent pom fails as 
follows:

> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-antrun-plugin:1.8:run (createTempDir) on 
> project jacoco:

> Error executing Ant tasks: 
> org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils;
>  -> [Help 1]



There is already the 'enable-jacoco' profile in the super pom which should be 
used.





  Commit: 0f08a200e8e83727f33bc25fc02fda1f1a0f4809

  
https://github.com/jenkinsci/jacoco-plugin/commit/0f08a200e8e83727f33bc25fc02fda1f1a0f4809

  Author: Dominik Stadler 

  Date:   2019-10-20 (Sun, 20 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #107 from darxriggs/remove-coverage-profile



Remove 'coverage' Maven profile





Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/f6af380ea2e3...0f08a200e8e8

-- 
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/jacoco-plugin/push/refs/heads/master/f6af38-0f08a2%40github.com.


[jenkinsci/jacoco-plugin] 7d6f80: Try to ignore tests which compare chart-images on ...

2019-10-20 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 7d6f805814653805cde74ceb3d69570dbdea8fda
  
https://github.com/jenkinsci/jacoco-plugin/commit/7d6f805814653805cde74ceb3d69570dbdea8fda
  Author: Dominik Stadler 
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  ---
  Try to ignore tests which compare chart-images on Travis-CI

They fail on Travis due to slightly different JDK builds.


-- 
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/jacoco-plugin/push/refs/heads/master/e7f098-7d6f80%40github.com.


[jenkinsci/jacoco-plugin] 8d34b5: Suppress one Findbugs report

2019-10-20 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 8d34b50981b381667aeb37a97ee21cf898c36157
  
https://github.com/jenkinsci/jacoco-plugin/commit/8d34b50981b381667aeb37a97ee21cf898c36157
  Author: Dominik Stadler 
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
A src/findbugs/excludesFilter.xml

  Log Message:
  ---
  Suppress one Findbugs report

Not sure why we suddenly get build-failures from findbugs here,
theredoew I am suppressing it for now as this code is in place this way
since a long time and it would likely cause more instability if we
would try to change it now.


-- 
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/jacoco-plugin/push/refs/heads/master/7d6f80-8d34b5%40github.com.


[jenkinsci/jacoco-plugin] 9ba643: Switch URL to point to GitHub instead of Wiki

2020-02-06 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9ba64330eec1c3ab0ae9ee00bd5d3cd27f001752
  
https://github.com/jenkinsci/jacoco-plugin/commit/9ba64330eec1c3ab0ae9ee00bd5d3cd27f001752
  Author: Dominik Stadler 
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Switch URL to point to GitHub instead of Wiki


-- 
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/jacoco-plugin/push/refs/heads/master/5d8499-9ba643%40github.com.


[jenkinsci/jacoco-plugin] 3c4903: [maven-release-plugin] prepare release jacoco-3.0.5

2020-01-25 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 3c49036d5dbba9cd41f00f99ea2047915aef2fd5
  
https://github.com/jenkinsci/jacoco-plugin/commit/3c49036d5dbba9cd41f00f99ea2047915aef2fd5
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.5


  Commit: c8282b106f78c936e24587f4dbccc23b0c502e10
  
https://github.com/jenkinsci/jacoco-plugin/commit/c8282b106f78c936e24587f4dbccc23b0c502e10
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of jacoco-3.0.5


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/3b8429d3f358...c8282b106f78

-- 
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/jacoco-plugin/push/refs/heads/master/3b8429-c8282b%40github.com.


[jenkinsci/jacoco-plugin]

2020-01-25 Thread Dominik Stadler
  Branch: refs/tags/jacoco-3.0.5
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.5/00-774681%40github.com.


[jenkinsci/jacoco-plugin] 15c634: [maven-release-plugin] prepare for next developmen...

2020-01-25 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 15c63446bf24a9497ecbec0f3c802322eb139d9c
  
https://github.com/jenkinsci/jacoco-plugin/commit/15c63446bf24a9497ecbec0f3c802322eb139d9c
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  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/jacoco-plugin/push/refs/heads/master/50d2e8-15c634%40github.com.


[jenkinsci/jacoco-plugin] 50d2e8: [maven-release-plugin] prepare release jacoco-3.0.5

2020-01-25 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 50d2e8319dc199086db048d8465414c8a9479476
  
https://github.com/jenkinsci/jacoco-plugin/commit/50d2e8319dc199086db048d8465414c8a9479476
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.5


-- 
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/jacoco-plugin/push/refs/heads/master/c8282b-50d2e8%40github.com.


[jenkinsci/jacoco-plugin] 62a9b6: Start converting docu from the wiki

2020-01-25 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 62a9b671f56741197a0a4a3d7166d6395240c2f9
  
https://github.com/jenkinsci/jacoco-plugin/commit/62a9b671f56741197a0a4a3d7166d6395240c2f9
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Start converting docu from the wiki


  Commit: ee5575698071af4bfba4d5fda9eabd022fa58ac5
  
https://github.com/jenkinsci/jacoco-plugin/commit/ee5575698071af4bfba4d5fda9eabd022fa58ac5
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update changelog for 3.0.5


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/15c63446bf24...ee5575698071

-- 
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/jacoco-plugin/push/refs/heads/master/15c634-ee5575%40github.com.


[jenkinsci/jacoco-plugin] 5d8499: Add some more badges to the README

2020-01-25 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 5d8499720a53c318f5fd78335e010abddca3cc85
  
https://github.com/jenkinsci/jacoco-plugin/commit/5d8499720a53c318f5fd78335e010abddca3cc85
  Author: Dominik Stadler 
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add some more badges to the README


-- 
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/jacoco-plugin/push/refs/heads/master/ee5575-5d8499%40github.com.


[jenkinsci/jacoco-plugin] 15c0a1: Fix scm url

2020-05-28 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 15c0a174167ebb3d9183c8a2b0e6372f1147c686
  
https://github.com/jenkinsci/jacoco-plugin/commit/15c0a174167ebb3d9183c8a2b0e6372f1147c686
  Author: Francisco Javier Fernandez Gonzalez 
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix scm url


  Commit: 3cf7892913bcbf84d4aa347894b1cf14429fe181
  
https://github.com/jenkinsci/jacoco-plugin/commit/3cf7892913bcbf84d4aa347894b1cf14429fe181
  Author: Dominik Stadler 
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #116 from fcojfernandez/update-scm

Fix scm url


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/9ba64330eec1...3cf7892913bc

-- 
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/jacoco-plugin/push/refs/heads/master/9ba643-3cf789%40github.com.


[jenkinsci/jacoco-plugin] 130b0a: Ignore test dependant on the platform

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 130b0a5911f09d528ee295d9f358c367562e6b4e
  
https://github.com/jenkinsci/jacoco-plugin/commit/130b0a5911f09d528ee295d9f358c367562e6b4e
  Author: Francisco Javier Fernandez Gonzalez 
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  ---
  Ignore test dependant on the platform


  Commit: 06ba7616186f91847a9d928345f2e287bd361b92
  
https://github.com/jenkinsci/jacoco-plugin/commit/06ba7616186f91847a9d928345f2e287bd361b92
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  ---
  Merge pull request #117 from fcojfernandez/flaky-test

Ignore test dependant on the platform


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/3cf7892913bc...06ba7616186f

-- 
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/jacoco-plugin/push/refs/heads/master/3cf789-06ba76%40github.com.


[jenkinsci/jacoco-plugin] 170dd7: [maven-release-plugin] prepare for next developmen...

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 170dd7207f17448088c89c259716f0efa5ff5a15
  
https://github.com/jenkinsci/jacoco-plugin/commit/170dd7207f17448088c89c259716f0efa5ff5a15
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  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/jacoco-plugin/push/refs/heads/master/142739-170dd7%40github.com.


[jenkinsci/jacoco-plugin]

2020-05-29 Thread Dominik Stadler
  Branch: refs/tags/jacoco-3.0.6
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.6/00-147cbc%40github.com.


[jenkinsci/jacoco-plugin] 96c25d: Add slightly more output in test-printout

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 96c25d5c892fac4c4e8c3e4bb24328ac4d4c11fa
  
https://github.com/jenkinsci/jacoco-plugin/commit/96c25d5c892fac4c4e8c3e4bb24328ac4d4c11fa
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  ---
  Add slightly more output in test-printout


-- 
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/jacoco-plugin/push/refs/heads/master/5a4ad3-96c25d%40github.com.


[jenkinsci/jacoco-plugin] 5a4ad3: Add changelog for 3.0.6

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 5a4ad342af6839856d80efa561fdf7b727734a26
  
https://github.com/jenkinsci/jacoco-plugin/commit/5a4ad342af6839856d80efa561fdf7b727734a26
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add changelog for 3.0.6


-- 
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/jacoco-plugin/push/refs/heads/master/06ba76-5a4ad3%40github.com.


[jenkinsci/jacoco-plugin] 142739: [maven-release-plugin] prepare release jacoco-3.0.6

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 14273953aead6a62a11db1f024fca5ab535f870f
  
https://github.com/jenkinsci/jacoco-plugin/commit/14273953aead6a62a11db1f024fca5ab535f870f
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.6


-- 
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/jacoco-plugin/push/refs/heads/master/96c25d-142739%40github.com.


[jenkinsci/jacoco-plugin] f03137: Update to parent pom 3.57

2020-05-29 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: f031370891a21232a9cd23f69566c1defd479fa8
  
https://github.com/jenkinsci/jacoco-plugin/commit/f031370891a21232a9cd23f69566c1defd479fa8
  Author: Dominik Stadler 
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to parent pom 3.57


-- 
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/jacoco-plugin/push/refs/heads/master/170dd7-f03137%40github.com.


[jenkinsci/jacoco-plugin] 31ca59: Adjust some dependencies after updating version of...

2020-05-30 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 31ca5978102df24f9d1abcf8b08c10a2aa00f7f9
  
https://github.com/jenkinsci/jacoco-plugin/commit/31ca5978102df24f9d1abcf8b08c10a2aa00f7f9
  Author: Dominik Stadler 
  Date:   2020-05-30 (Sat, 30 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Adjust some dependencies after updating version of plugin-pom


-- 
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/jacoco-plugin/push/refs/heads/master/f03137-31ca59%40github.com.


[jenkinsci/jacoco-plugin] ab1179: Create LICENSE

2020-07-21 Thread Dominik Stadler
  Branch: refs/heads/add-license-1
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: ab11795783b77c40bca09d1edaa0be00a94f782d
  
https://github.com/jenkinsci/jacoco-plugin/commit/ab11795783b77c40bca09d1edaa0be00a94f782d
  Author: Dominik Stadler 
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
A LICENSE

  Log Message:
  ---
  Create LICENSE


-- 
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/jacoco-plugin/push/refs/heads/add-license-1/00-ab1179%40github.com.


[jenkinsci/jacoco-plugin]

2020-07-21 Thread Dominik Stadler
  Branch: refs/heads/add-license-1
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/heads/add-license-1/ab1179-00%40github.com.


[jenkinsci/jacoco-plugin] ab1179: Create LICENSE

2020-07-21 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: ab11795783b77c40bca09d1edaa0be00a94f782d
  
https://github.com/jenkinsci/jacoco-plugin/commit/ab11795783b77c40bca09d1edaa0be00a94f782d
  Author: Dominik Stadler 
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
A LICENSE

  Log Message:
  ---
  Create LICENSE


  Commit: 5b6889c795048d9d5ed10cfb977544149b6431e8
  
https://github.com/jenkinsci/jacoco-plugin/commit/5b6889c795048d9d5ed10cfb977544149b6431e8
  Author: Dominik Stadler 
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
A LICENSE

  Log Message:
  ---
  Merge pull request #119 from jenkinsci/add-license-1

Create LICENSE


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/f7416713036b...5b6889c79504

-- 
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/jacoco-plugin/push/refs/heads/master/f74167-5b6889%40github.com.


[jenkinsci/jacoco-plugin] 806b38: [JENKINS-62715] Allow to run tests with custom arg...

2020-06-18 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 806b38359c02cb2493d57892beab17b43a7d4f4e
  
https://github.com/jenkinsci/jacoco-plugin/commit/806b38359c02cb2493d57892beab17b43a7d4f4e
  Author: Raul Arabaolaza 
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-62715] Allow to run tests with custom arguments

Previously any usage of `argLine`surefire property would result in the
jacoco agent not being used by tests


  Commit: d9dbd31c4608f41dcb0eca35559ed4d0fa72ac2b
  
https://github.com/jenkinsci/jacoco-plugin/commit/d9dbd31c4608f41dcb0eca35559ed4d0fa72ac2b
  Author: Dominik Stadler 
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #118 from raul-arabaolaza/JENKINS-62715

[JENKINS-62715] Allow to run tests with custom arguments


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/31ca5978102d...d9dbd31c4608

-- 
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/jacoco-plugin/push/refs/heads/master/31ca59-d9dbd3%40github.com.


[jenkinsci/jacoco-plugin] 467781: Add 3.0.7

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 4677816c9a61b2440c73307b48f5b691085251f6
  
https://github.com/jenkinsci/jacoco-plugin/commit/4677816c9a61b2440c73307b48f5b691085251f6
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add 3.0.7


-- 
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/jacoco-plugin/push/refs/heads/master/d9dbd3-467781%40github.com.


[jenkinsci/jacoco-plugin] 34ea3a: [maven-release-plugin] prepare release jacoco-3.0.7

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 34ea3a2263e8b927e6563193fb2e68f6cc1c84ba
  
https://github.com/jenkinsci/jacoco-plugin/commit/34ea3a2263e8b927e6563193fb2e68f6cc1c84ba
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.7


-- 
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/jacoco-plugin/push/refs/heads/master/467781-34ea3a%40github.com.


[jenkinsci/jacoco-plugin] 421b23: [maven-release-plugin] prepare for next developmen...

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 421b236925672a48361364d8a0f840cde54ae5e3
  
https://github.com/jenkinsci/jacoco-plugin/commit/421b236925672a48361364d8a0f840cde54ae5e3
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  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/jacoco-plugin/push/refs/heads/master/34ea3a-421b23%40github.com.


[jenkinsci/jacoco-plugin]

2020-06-22 Thread Dominik Stadler
  Branch: refs/tags/jacoco-3.0.7
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.7/00-e6a008%40github.com.


[jenkinsci/jacoco-plugin] ee7f7c: [maven-release-plugin] rollback the release of jac...

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: ee7f7cbf4d1f65604dacfab89c19c28a977ac9d8
  
https://github.com/jenkinsci/jacoco-plugin/commit/ee7f7cbf4d1f65604dacfab89c19c28a977ac9d8
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of jacoco-3.0.7


-- 
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/jacoco-plugin/push/refs/heads/master/421b23-ee7f7c%40github.com.


[jenkinsci/jacoco-plugin] 9cec65: [maven-release-plugin] prepare release jacoco-3.0.7

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9cec65a1170189774ccf278eadd400ad0d94b0eb
  
https://github.com/jenkinsci/jacoco-plugin/commit/9cec65a1170189774ccf278eadd400ad0d94b0eb
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.7


-- 
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/jacoco-plugin/push/refs/heads/master/ee7f7c-9cec65%40github.com.


[jenkinsci/jacoco-plugin]

2020-06-22 Thread Dominik Stadler
  Branch: refs/tags/jacoco-3.0.7
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.7/e6a008-00%40github.com.


[jenkinsci/jacoco-plugin] f74167: [maven-release-plugin] prepare for next developmen...

2020-06-22 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: f7416713036bc5496796b96da3f5b4a5522e8547
  
https://github.com/jenkinsci/jacoco-plugin/commit/f7416713036bc5496796b96da3f5b4a5522e8547
  Author: Dominik Stadler 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  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/jacoco-plugin/push/refs/heads/master/9cec65-f74167%40github.com.


[jenkinsci/jacoco-plugin]

2020-06-22 Thread Dominik Stadler
  Branch: refs/tags/jacoco-3.0.7
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.7/00-566945%40github.com.


[jenkinsci/jacoco-plugin] 580399: [JENKINS-58184] Resolved the issue where even cove...

2020-07-30 Thread Dominik Stadler
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 580399032a0b1f5cb5e3de8be1a483ae148df3a7
  
https://github.com/jenkinsci/jacoco-plugin/commit/580399032a0b1f5cb5e3de8be1a483ae148df3a7
  Author: pulgupta 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M 
src/main/java/hudson/plugins/jacoco/portlet/bean/JacocoDeltaCoverageResultSummary.java
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java
M 
src/test/java/hudson/plugins/jacoco/portlet/JacocoDeltaCoverageResultSummaryTest.java

  Log Message:
  ---
  [JENKINS-58184] Resolved the issue where even coverage increase was being 
checked against the configured threshold


  Commit: 1b638f8a2522c8af04ece049255227e9ddce44a5
  
https://github.com/jenkinsci/jacoco-plugin/commit/1b638f8a2522c8af04ece049255227e9ddce44a5
  Author: pulgupta 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java

  Log Message:
  ---
  [JENKINS-58184] updated the comments for changes


  Commit: d64ff9185bbf954d0db674d5c3a6c2a476975670
  
https://github.com/jenkinsci/jacoco-plugin/commit/d64ff9185bbf954d0db674d5c3a6c2a476975670
  Author: pulgupta 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java

  Log Message:
  ---
  [JENKINS-58184]: updated the comments to be more readable


  Commit: be744db86fdc28d63316ed06898325d42fe9641e
  
https://github.com/jenkinsci/jacoco-plugin/commit/be744db86fdc28d63316ed06898325d42fe9641e
  Author: Dominik Stadler 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M 
src/main/java/hudson/plugins/jacoco/portlet/bean/JacocoDeltaCoverageResultSummary.java
M src/test/java/hudson/plugins/jacoco/BuildOverBuildTest.java
M 
src/test/java/hudson/plugins/jacoco/portlet/JacocoDeltaCoverageResultSummaryTest.java

  Log Message:
  ---
  Merge pull request #120 from pulgupta/Bugfix_JENKINS-58184

[JENKINS-58184] Resolved the issue where even coverage increase was failing the 
build


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/5b6889c79504...be744db86fdc

-- 
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/jacoco-plugin/push/refs/heads/master/5b6889-be744d%40github.com.


[jenkinsci/jacoco-plugin] 07c431: enable Dependabot v2

2020-09-14 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 07c43106bcffef7deec0539c841f4e762cc72b2c
  
https://github.com/jenkinsci/jacoco-plugin/commit/07c43106bcffef7deec0539c841f4e762cc72b2c
  Author: Sean C. Sullivan 
  Date:   2020-08-01 (Sat, 01 Aug 2020)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  enable Dependabot v2


  Commit: f4ac599d86fe2386202a52e77dca47b4b7289131
  
https://github.com/jenkinsci/jacoco-plugin/commit/f4ac599d86fe2386202a52e77dca47b4b7289131
  Author: Dominik Stadler 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Merge pull request #121 from sullis/dependabot2

enable Dependabot v2


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/8c38e1a3fff9...f4ac599d86fe

-- 
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/jacoco-plugin/push/refs/heads/master/8c38e1-f4ac59%40github.com.


[jenkinsci/jacoco-plugin] bff2e7: Bump ant from 1.9.9 to 1.9.15

2020-09-14 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: bff2e7d00194a4ced0ad77835ec377de12803b46
  
https://github.com/jenkinsci/jacoco-plugin/commit/bff2e7d00194a4ced0ad77835ec377de12803b46
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.9.9 to 1.9.15

Bumps ant from 1.9.9 to 1.9.15.

Signed-off-by: dependabot[bot] 


  Commit: 8c38e1a3fff99f1670e6e760997c5fd7353f328f
  
https://github.com/jenkinsci/jacoco-plugin/commit/8c38e1a3fff99f1670e6e760997c5fd7353f328f
  Author: Dominik Stadler 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #123 from 
jenkinsci/dependabot/maven/org.apache.ant-ant-1.9.15

Bump ant from 1.9.9 to 1.9.15


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/be744db86fdc...8c38e1a3fff9

-- 
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/jacoco-plugin/push/refs/heads/master/be744d-8c38e1%40github.com.


[jenkinsci/jacoco-plugin] d0187a: [maven-release-plugin] prepare release jacoco-3.0.8

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: d0187a2a08c1ed2c82c1d41af151187f85b18a7c
  
https://github.com/jenkinsci/jacoco-plugin/commit/d0187a2a08c1ed2c82c1d41af151187f85b18a7c
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.0.8


-- 
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/jacoco-plugin/push/refs/heads/master/eaa0ef-d0187a%40github.com.


[jenkinsci/jacoco-plugin]

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/tags/jacoco-3.0.8
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.0.8/00-ce84d9%40github.com.


[jenkinsci/jacoco-plugin] 6bf1da: [maven-release-plugin] prepare for next developmen...

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 6bf1da92776c2ac9b5122c498e1cc7c156c0c7d4
  
https://github.com/jenkinsci/jacoco-plugin/commit/6bf1da92776c2ac9b5122c498e1cc7c156c0c7d4
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  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/jacoco-plugin/push/refs/heads/master/d0187a-6bf1da%40github.com.


[jenkinsci/jacoco-plugin] d74910: Remove unnecessary dependency (plexus)

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: d74910debb386676155b8e91569ca91b38ca02ff
  
https://github.com/jenkinsci/jacoco-plugin/commit/d74910debb386676155b8e91569ca91b38ca02ff
  Author: Ramon Leon 
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove unnecessary dependency (plexus)


  Commit: 837e463dc636ea05c41727a1465ce1df76513dea
  
https://github.com/jenkinsci/jacoco-plugin/commit/837e463dc636ea05c41727a1465ce1df76513dea
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #122 from MRamonLeon/remove-plexus

Remove unnecessary dependency (plexus)


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/f4ac599d86fe...837e463dc636

-- 
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/jacoco-plugin/push/refs/heads/master/f4ac59-837e46%40github.com.


[jenkinsci/jacoco-plugin] eaa0ef: Update README.md

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: eaa0ef65b57edfd9e47815b50d52023ecb243e14
  
https://github.com/jenkinsci/jacoco-plugin/commit/eaa0ef65b57edfd9e47815b50d52023ecb243e14
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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/jacoco-plugin/push/refs/heads/master/837e46-eaa0ef%40github.com.


[jenkinsci/jacoco-plugin] 6e392a: Remove one jacoco-exclude that is not needed any more

2020-10-01 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 6e392aa8c7518d00028e954bd0f5fbb2dceb3836
  
https://github.com/jenkinsci/jacoco-plugin/commit/6e392aa8c7518d00028e954bd0f5fbb2dceb3836
  Author: Dominik Stadler 
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove one jacoco-exclude that is not needed any more


-- 
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/jacoco-plugin/push/refs/heads/master/93d241-6e392a%40github.com.


[jenkinsci/jacoco-plugin] 9fe891: Update to Jenkins LTS 2.164.3 to avoid some errors...

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9fe8912d12d2989efa97ae43267e1eab6eba1d81
  
https://github.com/jenkinsci/jacoco-plugin/commit/9fe8912d12d2989efa97ae43267e1eab6eba1d81
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to Jenkins LTS 2.164.3 to avoid some errors when testing the 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/jacoco-plugin/push/refs/heads/master/6bf1da-9fe891%40github.com.


[jenkinsci/jacoco-plugin] 8b464f: Bump plexus-component-annotations from 1.7.1 to 2.1.0

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 8b464f81e0e1488bd02976d483cf38782022f8e0
  
https://github.com/jenkinsci/jacoco-plugin/commit/8b464f81e0e1488bd02976d483cf38782022f8e0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plexus-component-annotations from 1.7.1 to 2.1.0

Bumps 
[plexus-component-annotations](https://github.com/codehaus-plexus/plexus-containers)
 from 1.7.1 to 2.1.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-containers/releases)
- 
[Changelog](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md)
- 
[Commits](https://github.com/codehaus-plexus/plexus-containers/compare/plexus-containers-1.7.1...plexus-containers-2.1.0)

Signed-off-by: dependabot[bot] 


  Commit: fdc4770e7d3b5ba7574abc870bbb8f5faff70e71
  
https://github.com/jenkinsci/jacoco-plugin/commit/fdc4770e7d3b5ba7574abc870bbb8f5faff70e71
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #124 from 
jenkinsci/dependabot/maven/org.codehaus.plexus-plexus-component-annotations-2.1.0

Bump plexus-component-annotations from 1.7.1 to 2.1.0


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/9fe8912d12d2...fdc4770e7d3b

-- 
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/jacoco-plugin/push/refs/heads/master/9fe891-fdc477%40github.com.


[jenkinsci/jacoco-plugin] 8b30a3: Bump maven-plugin from 2.17 to 3.7

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 8b30a3d35dd2828c88a8643fcd4518cdfd86ad64
  
https://github.com/jenkinsci/jacoco-plugin/commit/8b30a3d35dd2828c88a8643fcd4518cdfd86ad64
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-plugin from 2.17 to 3.7

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 2.17 to 
3.7.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/maven-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-2.17...maven-plugin-3.7)

Signed-off-by: dependabot[bot] 


  Commit: 80d8581c8d6bcba2d72f742791cfa001f2cc2dde
  
https://github.com/jenkinsci/jacoco-plugin/commit/80d8581c8d6bcba2d72f742791cfa001f2cc2dde
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #126 from 
jenkinsci/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.7

Bump maven-plugin from 2.17 to 3.7


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/fdc4770e7d3b...80d8581c8d6b

-- 
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/jacoco-plugin/push/refs/heads/master/fdc477-80d858%40github.com.


[jenkinsci/jacoco-plugin] d04419: Bump httpcore from 4.4.8 to 4.4.13

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: d0441989d84804d8d91e2818b4cdef842931e350
  
https://github.com/jenkinsci/jacoco-plugin/commit/d0441989d84804d8d91e2818b4cdef842931e350
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump httpcore from 4.4.8 to 4.4.13

Bumps httpcore from 4.4.8 to 4.4.13.

Signed-off-by: dependabot[bot] 


  Commit: 4691dfda34165dc39ad3966e9714f85dabbf8905
  
https://github.com/jenkinsci/jacoco-plugin/commit/4691dfda34165dc39ad3966e9714f85dabbf8905
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #127 from 
jenkinsci/dependabot/maven/org.apache.httpcomponents-httpcore-4.4.13

Bump httpcore from 4.4.8 to 4.4.13


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/80d8581c8d6b...4691dfda3416

-- 
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/jacoco-plugin/push/refs/heads/master/80d858-4691df%40github.com.


[jenkinsci/jacoco-plugin] 9591b6: Bump doxia-sink-api from 1.7 to 1.9.1

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9591b6c0b0ea87368b8270f45d8fe225baa5daca
  
https://github.com/jenkinsci/jacoco-plugin/commit/9591b6c0b0ea87368b8270f45d8fe225baa5daca
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump doxia-sink-api from 1.7 to 1.9.1

Bumps [doxia-sink-api](https://github.com/apache/maven-doxia) from 1.7 to 1.9.1.
- [Release notes](https://github.com/apache/maven-doxia/releases)
- 
[Commits](https://github.com/apache/maven-doxia/compare/doxia-1.7...doxia-1.9.1)

Signed-off-by: dependabot[bot] 


  Commit: 3340d33e2a8e89b20c202b0e17b5439487ec5f3c
  
https://github.com/jenkinsci/jacoco-plugin/commit/3340d33e2a8e89b20c202b0e17b5439487ec5f3c
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #125 from 
jenkinsci/dependabot/maven/org.apache.maven.doxia-doxia-sink-api-1.9.1

Bump doxia-sink-api from 1.7 to 1.9.1


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/945c4a26be8d...3340d33e2a8e

-- 
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/jacoco-plugin/push/refs/heads/master/945c4a-3340d3%40github.com.


[jenkinsci/jacoco-plugin] 474317: Bump dashboard-view from 2.12 to 2.13

2020-09-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 474317727a88b3e01bcdd14dab4bbb7c4310a376
  
https://github.com/jenkinsci/jacoco-plugin/commit/474317727a88b3e01bcdd14dab4bbb7c4310a376
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump dashboard-view from 2.12 to 2.13

Bumps [dashboard-view](https://github.com/jenkinsci/dashboard-view-plugin) from 
2.12 to 2.13.
- [Release notes](https://github.com/jenkinsci/dashboard-view-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/dashboard-view-plugin/blob/master/CHANGELOG.old.md)
- 
[Commits](https://github.com/jenkinsci/dashboard-view-plugin/compare/dashboard-view-2.12...dashboard-view-2.13)

Signed-off-by: dependabot[bot] 


  Commit: 945c4a26be8da51706c9a71057aecbcaa6c44ac7
  
https://github.com/jenkinsci/jacoco-plugin/commit/945c4a26be8da51706c9a71057aecbcaa6c44ac7
  Author: Dominik Stadler 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #128 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-dashboard-view-2.13

Bump dashboard-view from 2.12 to 2.13


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/4691dfda3416...945c4a26be8d

-- 
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/jacoco-plugin/push/refs/heads/master/4691df-945c4a%40github.com.


[jenkinsci/jacoco-plugin] 79d865: Bump plexus-classworlds from 2.5.2 to 2.6.0

2020-09-20 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 79d8650ce1beb35bfaed1df5d5515b20dc414ca9
  
https://github.com/jenkinsci/jacoco-plugin/commit/79d8650ce1beb35bfaed1df5d5515b20dc414ca9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plexus-classworlds from 2.5.2 to 2.6.0

Bumps 
[plexus-classworlds](https://github.com/codehaus-plexus/plexus-classworlds) 
from 2.5.2 to 2.6.0.
- [Release 
notes](https://github.com/codehaus-plexus/plexus-classworlds/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-classworlds/compare/plexus-classworlds-2.5.2...plexus-classworlds-2.6.0)

Signed-off-by: dependabot[bot] 


  Commit: b215fe0a9b89dff61680f0f60e9b1edb52edcf25
  
https://github.com/jenkinsci/jacoco-plugin/commit/b215fe0a9b89dff61680f0f60e9b1edb52edcf25
  Author: Dominik Stadler 
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #130 from 
jenkinsci/dependabot/maven/org.codehaus.plexus-plexus-classworlds-2.6.0

Bump plexus-classworlds from 2.5.2 to 2.6.0


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/3baceb9bc443...b215fe0a9b89

-- 
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/jacoco-plugin/push/refs/heads/master/3baceb-b215fe%40github.com.


[jenkinsci/jacoco-plugin] 04a850: Bump httpclient from 4.5.4 to 4.5.12

2020-09-20 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 04a8506fc0ab876f45db5bc5750fc52f3b9ca3a3
  
https://github.com/jenkinsci/jacoco-plugin/commit/04a8506fc0ab876f45db5bc5750fc52f3b9ca3a3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump httpclient from 4.5.4 to 4.5.12

Bumps httpclient from 4.5.4 to 4.5.12.

Signed-off-by: dependabot[bot] 


  Commit: 3baceb9bc44360373971feaf70d6761c3351feb5
  
https://github.com/jenkinsci/jacoco-plugin/commit/3baceb9bc44360373971feaf70d6761c3351feb5
  Author: Dominik Stadler 
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #129 from 
jenkinsci/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.12

Bump httpclient from 4.5.4 to 4.5.12


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/3340d33e2a8e...3baceb9bc443

-- 
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/jacoco-plugin/push/refs/heads/master/3340d3-3baceb%40github.com.


[jenkinsci/jacoco-plugin] da52ab: Bump easymock from 4.0.2 to 4.2

2020-09-20 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: da52abedb952d72dfa2a314249b6c780577e02f3
  
https://github.com/jenkinsci/jacoco-plugin/commit/da52abedb952d72dfa2a314249b6c780577e02f3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump easymock from 4.0.2 to 4.2

Bumps [easymock](https://github.com/easymock/easymock) from 4.0.2 to 4.2.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- 
[Commits](https://github.com/easymock/easymock/compare/easymock-4.0.2...easymock-4.2)

Signed-off-by: dependabot[bot] 


  Commit: 0f0a136a947dbed63a0d305c928633c3e497b742
  
https://github.com/jenkinsci/jacoco-plugin/commit/0f0a136a947dbed63a0d305c928633c3e497b742
  Author: Dominik Stadler 
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #131 from 
jenkinsci/dependabot/maven/org.easymock-easymock-4.2

Bump easymock from 4.0.2 to 4.2


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/b215fe0a9b89...0f0a136a947d

-- 
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/jacoco-plugin/push/refs/heads/master/b215fe-0f0a13%40github.com.


[jenkinsci/jacoco-plugin] 0e376a: Bump jacoco.version from 0.8.5 to 0.8.6

2020-09-20 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 0e376a4227d1fe123622e5e2080f060b99f159cf
  
https://github.com/jenkinsci/jacoco-plugin/commit/0e376a4227d1fe123622e5e2080f060b99f159cf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco.version from 0.8.5 to 0.8.6

Bumps `jacoco.version` from 0.8.5 to 0.8.6.

Updates `org.jacoco.report` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.5...v0.8.6)

Updates `jacoco-maven-plugin` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.5...v0.8.6)

Signed-off-by: dependabot[bot] 


  Commit: 93d241f1a66a5ed3662713ed6b9e1e8b7b6bfb73
  
https://github.com/jenkinsci/jacoco-plugin/commit/93d241f1a66a5ed3662713ed6b9e1e8b7b6bfb73
  Author: Dominik Stadler 
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #133 from jenkinsci/dependabot/maven/jacoco.version-0.8.6

Bump jacoco.version from 0.8.5 to 0.8.6


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/0f0a136a947d...93d241f1a66a

-- 
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/jacoco-plugin/push/refs/heads/master/0f0a13-93d241%40github.com.


[jenkinsci/jacoco-plugin] 68069f: updated the overall coverage reporting also as a f...

2020-12-18 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 68069f66683a99281e53187f085ffc4d5f9961f0
  
https://github.com/jenkinsci/jacoco-plugin/commit/68069f66683a99281e53187f085ffc4d5f9961f0
  Author: pulgupta 
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java

  Log Message:
  ---
  updated the overall coverage reporting also as a float percentage


  Commit: 3c36c2e9f2e1260ed67d5a2c5cd4364097190098
  
https://github.com/jenkinsci/jacoco-plugin/commit/3c36c2e9f2e1260ed67d5a2c5cd4364097190098
  Author: Dominik Stadler 
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java

  Log Message:
  ---
  Merge pull request #139 from pulgupta/master

changed the logging to print coverage numbers as a float percentage


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/25b3464bcd2c...3c36c2e9f2e1

-- 
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/jacoco-plugin/push/refs/heads/master/25b346-3c36c2%40github.com.


[jenkinsci/jacoco-plugin] c83737: Update commons-io to 2.8.0

2020-11-12 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: c83737fbe5f5843223d726ec5f010e42e1eedf3b
  
https://github.com/jenkinsci/jacoco-plugin/commit/c83737fbe5f5843223d726ec5f010e42e1eedf3b
  Author: Dominik Stadler 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update commons-io to 2.8.0


  Commit: 07dd38d70d81ecea0c9d752d8cff5a77d858cebb
  
https://github.com/jenkinsci/jacoco-plugin/commit/07dd38d70d81ecea0c9d752d8cff5a77d858cebb
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add chapter for how to release and some changes for upcoming 3.1.0


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/6e392aa8c751...07dd38d70d81

-- 
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/jacoco-plugin/push/refs/heads/master/6e392a-07dd38%40github.com.


[jenkinsci/jacoco-plugin] 61bfdb: [maven-release-plugin] prepare for next developmen...

2020-11-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 61bfdb4293322c76a3ba436ff32af92b00908f7d
  
https://github.com/jenkinsci/jacoco-plugin/commit/61bfdb4293322c76a3ba436ff32af92b00908f7d
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  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/jacoco-plugin/push/refs/heads/master/4135cb-61bfdb%40github.com.


[jenkinsci/jacoco-plugin] 4135cb: [maven-release-plugin] prepare release jacoco-3.1.0

2020-11-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 4135cb06f972745067bb5c1c00d07144c7aff2cc
  
https://github.com/jenkinsci/jacoco-plugin/commit/4135cb06f972745067bb5c1c00d07144c7aff2cc
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.1.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/jacoco-plugin/push/refs/heads/master/570042-4135cb%40github.com.


[jenkinsci/jacoco-plugin]

2020-11-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/tags/jacoco-3.1.0
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.1.0/00-fea2fd%40github.com.


[jenkinsci/jacoco-plugin] e98031: Fix version in release notes

2020-11-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: e980317b94c6ee82691c07ba1163a5920d671080
  
https://github.com/jenkinsci/jacoco-plugin/commit/e980317b94c6ee82691c07ba1163a5920d671080
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix version in release notes


-- 
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/jacoco-plugin/push/refs/heads/master/61bfdb-e98031%40github.com.


[jenkinsci/jacoco-plugin] 58d8d6: Add some more links for how to release

2020-11-12 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 58d8d6327c8d5580d6d5d07561a7b0c4312ef36f
  
https://github.com/jenkinsci/jacoco-plugin/commit/58d8d6327c8d5580d6d5d07561a7b0c4312ef36f
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add some more links for how to release


-- 
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/jacoco-plugin/push/refs/heads/master/07dd38-58d8d6%40github.com.


[jenkinsci/jacoco-plugin] 570042: Start releasing 3.1

2020-11-12 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 570042eab635f40a0274d6b365afad99a32fcfef
  
https://github.com/jenkinsci/jacoco-plugin/commit/570042eab635f40a0274d6b365afad99a32fcfef
  Author: Dominik Stadler 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Start releasing 3.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/jacoco-plugin/push/refs/heads/master/58d8d6-570042%40github.com.


[jenkinsci/jacoco-plugin]

2020-11-18 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/michbeck100-JENKINS-49823
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/heads/michbeck100-JENKINS-49823/85c937-00%40github.com.


[jenkinsci/jacoco-plugin] c18248: Update README.md

2020-11-18 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: c182485a16b589e1d52df3cb5f18e97c79f33d5b
  
https://github.com/jenkinsci/jacoco-plugin/commit/c182485a16b589e1d52df3cb5f18e97c79f33d5b
  Author: CF <535676...@qq.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

fix: remove useless carriage return


  Commit: 25b3464bcd2c998d0f67a16a17eaf3fac94817b3
  
https://github.com/jenkinsci/jacoco-plugin/commit/25b3464bcd2c998d0f67a16a17eaf3fac94817b3
  Author: Dominik Stadler 
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #138 from cccfeng/patch-1

Update README.md


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/e980317b94c6...25b3464bcd2c

-- 
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/jacoco-plugin/push/refs/heads/master/e98031-25b346%40github.com.


[jenkinsci/jacoco-plugin] 19840d: Slightly adjust formatting

2021-01-23 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 19840d112b220fe61ed2ddf3d958b3529e3ac5e7
  
https://github.com/jenkinsci/jacoco-plugin/commit/19840d112b220fe61ed2ddf3d958b3529e3ac5e7
  Author: Dominik Stadler 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Slightly adjust formatting


-- 
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/jacoco-plugin/push/refs/heads/master/df1eff-19840d%40github.com.


[jenkinsci/jacoco-plugin]

2021-01-23 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/tags/jacoco-3.1.1
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.1.1/00-7f672d%40github.com.


[jenkinsci/jacoco-plugin] 17e149: [maven-release-plugin] prepare for next developmen...

2021-01-23 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 17e1497a4b0eab5726ff7504fcb3f900750574d3
  
https://github.com/jenkinsci/jacoco-plugin/commit/17e1497a4b0eab5726ff7504fcb3f900750574d3
  Author: Dominik Stadler 
  Date:   2021-01-23 (Sat, 23 Jan 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/jacoco-plugin/push/refs/heads/master/c93170-17e149%40github.com.


[jenkinsci/jacoco-plugin] c93170: [maven-release-plugin] prepare release jacoco-3.1.1

2021-01-23 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: c93170b2233e3f71dc5740f6a7e938e21480e8b1
  
https://github.com/jenkinsci/jacoco-plugin/commit/c93170b2233e3f71dc5740f6a7e938e21480e8b1
  Author: Dominik Stadler 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.1.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/jacoco-plugin/push/refs/heads/master/3c36c2-c93170%40github.com.


[jenkinsci/jacoco-plugin] df1eff: Adjust README: 3.1.1, adjust steps to release

2021-01-23 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: df1eff2160444cf32358c87f73602788bca7fa55
  
https://github.com/jenkinsci/jacoco-plugin/commit/df1eff2160444cf32358c87f73602788bca7fa55
  Author: Dominik Stadler 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Adjust README: 3.1.1, adjust steps to release


-- 
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/jacoco-plugin/push/refs/heads/master/17e149-df1eff%40github.com.


[jenkinsci/jacoco-plugin] 72c2a1: Bump ant from 1.9.15 to 1.10.9

2021-02-03 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 72c2a12a5cc47a3602954025c5f3e75918a926fb
  
https://github.com/jenkinsci/jacoco-plugin/commit/72c2a12a5cc47a3602954025c5f3e75918a926fb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.9.15 to 1.10.9

Bumps ant from 1.9.15 to 1.10.9.

Signed-off-by: dependabot[bot] 


  Commit: b3d6940e8ae6f5cb56d8317c6e27cd14eb2789d8
  
https://github.com/jenkinsci/jacoco-plugin/commit/b3d6940e8ae6f5cb56d8317c6e27cd14eb2789d8
  Author: Dominik Stadler 
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #140 from 
jenkinsci/dependabot/maven/org.apache.ant-ant-1.10.9

Bump ant from 1.9.15 to 1.10.9


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/19840d112b22...b3d6940e8ae6

-- 
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/jacoco-plugin/push/refs/heads/master/19840d-b3d694%40github.com.


[jenkinsci/jacoco-plugin] e1b61d: [maven-release-plugin] prepare release jacoco-3.3.0

2021-06-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: e1b61dfa975f580177cae3f3d0472557b9f91ed7
  
https://github.com/jenkinsci/jacoco-plugin/commit/e1b61dfa975f580177cae3f3d0472557b9f91ed7
  Author: Dominik Stadler 
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.3.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/jacoco-plugin/push/refs/heads/master/ad7e50-e1b61d%40github.com.


[jenkinsci/jacoco-plugin]

2021-06-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/tags/jacoco-3.3.0
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.3.0/00-e6c195%40github.com.


[jenkinsci/jacoco-plugin] 64c24c: [maven-release-plugin] prepare for next developmen...

2021-06-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 64c24c08b4787954d041707785d2c49ece3973c8
  
https://github.com/jenkinsci/jacoco-plugin/commit/64c24c08b4787954d041707785d2c49ece3973c8
  Author: Dominik Stadler 
  Date:   2021-06-17 (Thu, 17 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/jacoco-plugin/push/refs/heads/master/e1b61d-64c24c%40github.com.


[jenkinsci/jacoco-plugin] 9d9120: List changes for 3.3.0 and adjust info about contr...

2021-06-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 9d91202213b1f6c40158afb7a1002e6a55e96164
  
https://github.com/jenkinsci/jacoco-plugin/commit/9d91202213b1f6c40158afb7a1002e6a55e96164
  Author: Dominik Stadler 
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  List changes for 3.3.0 and adjust info about contributing


-- 
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/jacoco-plugin/push/refs/heads/master/20e54a-9d9120%40github.com.


[jenkinsci/jacoco-plugin] 61b706: Increase base Jenkins version to 2.277.1 for depen...

2021-06-17 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 61b706de1a45b476411e5b625d3f5385efee1848
  
https://github.com/jenkinsci/jacoco-plugin/commit/61b706de1a45b476411e5b625d3f5385efee1848
  Author: Dominik Stadler 
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Increase base Jenkins version to 2.277.1 for dependency on dashboard-view


  Commit: ad7e5061afb1d7cfb09ef66753329275e3329a86
  
https://github.com/jenkinsci/jacoco-plugin/commit/ad7e5061afb1d7cfb09ef66753329275e3329a86
  Author: Dominik Stadler 
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Increase version of struct to satisfy enforcer rules


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/9d91202213b1...ad7e5061afb1

-- 
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/jacoco-plugin/push/refs/heads/master/9d9120-ad7e50%40github.com.


[jenkinsci/jacoco-plugin]

2021-05-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/tags/jacoco-3.2.0
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/tags/jacoco-3.2.0/00-e42a4a%40github.com.


[jenkinsci/jacoco-plugin] 2ab518: [maven-release-plugin] prepare for next developmen...

2021-05-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 2ab518853181a4e8b720b142d930da22acca9065
  
https://github.com/jenkinsci/jacoco-plugin/commit/2ab518853181a4e8b720b142d930da22acca9065
  Author: Dominik Stadler 
  Date:   2021-05-13 (Thu, 13 May 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/jacoco-plugin/push/refs/heads/master/39ee1a-2ab518%40github.com.


[jenkinsci/jacoco-plugin] 39ee1a: [maven-release-plugin] prepare release jacoco-3.2.0

2021-05-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 39ee1af00c91a7a17ac43e18dd870a3d359ab0b0
  
https://github.com/jenkinsci/jacoco-plugin/commit/39ee1af00c91a7a17ac43e18dd870a3d359ab0b0
  Author: Dominik Stadler 
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jacoco-3.2.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/jacoco-plugin/push/refs/heads/master/f15284-39ee1a%40github.com.


[jenkinsci/jacoco-plugin] f15284: Add link to changelog for Jenkins LTS versions

2021-05-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: f15284d1ecb572fe082836732dd365617d124b56
  
https://github.com/jenkinsci/jacoco-plugin/commit/f15284d1ecb572fe082836732dd365617d124b56
  Author: Dominik Stadler 
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add link to changelog for Jenkins LTS versions


-- 
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/jacoco-plugin/push/refs/heads/master/63fc02-f15284%40github.com.


[jenkinsci/jacoco-plugin] 250262: Add release-notes for 3.2.0

2021-05-13 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 25026282dc1200f9548ddf394b5ef3745549fb3b
  
https://github.com/jenkinsci/jacoco-plugin/commit/25026282dc1200f9548ddf394b5ef3745549fb3b
  Author: Dominik Stadler 
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Add release-notes for 3.2.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/jacoco-plugin/push/refs/heads/master/2ab518-250262%40github.com.


[jenkinsci/jacoco-plugin]

2021-03-02 Thread 'Dominik Stadler' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.12.0
  Home:   https://github.com/jenkinsci/jacoco-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/jacoco-plugin/push/refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.12.0/45f4ba-00%40github.com.


  1   2   >