Skip to content

Commit 667bcd3

Browse files
Update dependency org.jenkins-ci.plugins:plugin to v4.74 (#668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0d3f44 commit 667bcd3

File tree

3 files changed

+3
-3
lines changed
  • empty-plugin/src/main/resources/archetype-resources
  • global-configuration/src/main/resources/archetype-resources
  • hello-world/src/main/resources/archetype-resources

3 files changed

+3
-3
lines changed

empty-plugin/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.73</version>
7+
<version>4.74</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

global-configuration/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.73</version>
7+
<version>4.74</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

hello-world/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.73</version>
7+
<version>4.74</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)