From 72a16091240a4497854b937ec6de8ded1fa1cfe9 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 5 Apr 2024 08:00:48 +0200 Subject: [PATCH 1/7] Use same configuration for all CodeCov pipelines. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 166f0d3..a47c20c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - name: Generate coverage with JaCoCo run: mvn -V --color always -ntp clean verify '-Dgpg.skip' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: files: 'target/site/jacoco/jacoco.xml' token: ${{secrets.CODECOV_TOKEN}} From 173cf11a252a1fbe6e88650258ffcc6e9d942d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:15:39 +0000 Subject: [PATCH 2/7] Bump codecov/codecov-action from 4.1.1 to 4.3.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a47c20c..5b4060e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - name: Generate coverage with JaCoCo run: mvn -V --color always -ntp clean verify '-Dgpg.skip' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.3.0 with: files: 'target/site/jacoco/jacoco.xml' token: ${{secrets.CODECOV_TOKEN}} From fd6037515130452ceba8ac6b6b804a8f7ae812c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:34:21 +0000 Subject: [PATCH 3/7] Bump remark-preset-lint-recommended from 6.1.3 to 7.0.0 Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/7.0.0) --- updated-dependencies: - dependency-name: remark-preset-lint-recommended dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9043d1..204be4d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "remark-cli": "12.0.0", "remark-lint": "9.1.2", - "remark-preset-lint-recommended": "6.1.3" + "remark-preset-lint-recommended": "7.0.0" }, "scripts": { "lint-md": "remark .", From ef8d443fad07a367564ea12f647864f51f7a546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:42:56 +0000 Subject: [PATCH 4/7] Bump io.jenkins.tools.incrementals:git-changelist-maven-extension Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.7 to 1.8. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.7...parent-1.8) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 1f36364..4e0774d 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.7 + 1.8 From b508d75bab9bacba806a1fed769e309b88cbdcfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:13:52 +0000 Subject: [PATCH 5/7] Bump remark-lint from 9.1.2 to 10.0.0 Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 9.1.2 to 10.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.0) --- updated-dependencies: - dependency-name: remark-lint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 204be4d..f800d70 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "remark-cli": "12.0.0", - "remark-lint": "9.1.2", + "remark-lint": "10.0.0", "remark-preset-lint-recommended": "7.0.0" }, "scripts": { From 379979e92ca86129df06f3e0c5f539cf223e5779 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 23 Apr 2024 12:21:03 +0200 Subject: [PATCH 6/7] [maven-release-plugin] prepare release v6.5.1-4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 31fbdec..3909df2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.jenkins.plugins hpi Font Awesome API Plugin - ${revision}${changelist} + 6.5.1-4 Provides the free fonts of Font Awesome for Jenkins plugins. https://github.com/jenkinsci/font-awesome-api-plugin @@ -174,7 +174,7 @@ scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git scm:git:git@github.com:jenkinsci/font-awesome-api-plugin.git https://github.com/jenkinsci/font-awesome-api-plugin - ${scmTag} + v6.5.1-4 From 5d3e5d11765b519666e220281a96ec1b4a74f2a4 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 23 Apr 2024 12:21:15 +0200 Subject: [PATCH 7/7] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3909df2..769fc6f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,13 +12,13 @@ io.jenkins.plugins hpi Font Awesome API Plugin - 6.5.1-4 + ${revision}${changelist} Provides the free fonts of Font Awesome for Jenkins plugins. https://github.com/jenkinsci/font-awesome-api-plugin - 6.5.1-4 + 6.5.1-5 -SNAPSHOT ${project.groupId}.font-awesome-api @@ -174,7 +174,7 @@ scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git scm:git:git@github.com:jenkinsci/font-awesome-api-plugin.git https://github.com/jenkinsci/font-awesome-api-plugin - v6.5.1-4 + ${scmTag}