Skip to content

Commit

Permalink
Bump plugin parent POM from 4.51 to 4.53 in /sample-plugin (#1642)
Browse files Browse the repository at this point in the history
* Bump plugin from 4.51 to 4.53 in /sample-plugin

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.51 to 4.53.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.51...plugin-4.53)

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

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

* Use older HPI plugin on older lines

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
basil and dependabot[bot] committed Dec 13, 2022
1 parent eec30f7 commit d16fce9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.51</version>
<version>4.53</version>
<relativePath />
</parent>
<groupId>io.jenkins.tools.bom</groupId>
Expand Down Expand Up @@ -579,13 +579,15 @@
<properties>
<bom>2.346.x</bom>
<jenkins.version>2.346.3</jenkins.version>
<hpi-plugin.version>3.36</hpi-plugin.version>
</properties>
</profile>
<profile>
<id>2.332.x</id>
<properties>
<bom>2.332.x</bom>
<jenkins.version>2.332.4</jenkins.version>
<hpi-plugin.version>3.36</hpi-plugin.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit d16fce9

Please sign in to comment.