Skip to content

Commit 772dad6

Browse files
authored
Merge pull request #241 from MarkEWaite/update-dependencies
Use GitHub API 1.321
2 parents 7ac09c9 + d020c22 commit 772dad6

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ updates:
33
- package-ecosystem: maven
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
open-pull-requests-limit: 10
88
- package-ecosystem: github-actions
99
directory: /
1010
schedule:
11-
interval: daily
11+
interval: monthly

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.7</version>
5+
<version>1.8</version>
66
</extension>
77
</extensions>

pom.xml

Lines changed: 2 additions & 3 deletions
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.75</version>
7+
<version>4.81</version>
88
<relativePath />
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2424

2525
<properties>
26-
<revision>1.318</revision>
26+
<revision>1.321</revision>
2727
<changelist>999999-SNAPSHOT</changelist>
2828
<jenkins.version>2.361.4</jenkins.version>
2929
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -110,7 +110,6 @@
110110
</dependencies>
111111
</dependencyManagement>
112112

113-
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
114113
<repositories>
115114
<repository>
116115
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)