Skip to content

Commit 2037a4c

Browse files
authored
Merge pull request #92 from basil/refresh
Refresh plugin
2 parents 00927bf + a494a48 commit 2037a4c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.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.3</version>
5+
<version>1.4</version>
66
</extension>
77
</extensions>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.33</version>
8+
<version>4.43.1</version>
99
<relativePath />
1010
</parent>
1111

@@ -16,8 +16,7 @@
1616
<properties>
1717
<revision>4.5.13-2.0</revision>
1818
<changelist>-SNAPSHOT</changelist>
19-
<jenkins.version>2.277.4</jenkins.version>
20-
<java.level>8</java.level>
19+
<jenkins.version>2.319.1</jenkins.version>
2120
<httpcore.version>4.4.15</httpcore.version>
2221
<httpclient.version>4.5.13</httpclient.version>
2322
<httpasyncclient.version>4.1.4</httpasyncclient.version>
@@ -30,7 +29,7 @@
3029
<licenses>
3130
<license>
3231
<name>MIT License</name>
33-
<url>http://opensource.org/licenses/MIT</url>
32+
<url>https://opensource.org/licenses/MIT</url>
3433
</license>
3534
</licenses>
3635

@@ -51,8 +50,8 @@
5150
<dependencies>
5251
<dependency>
5352
<groupId>io.jenkins.tools.bom</groupId>
54-
<artifactId>bom-2.277.x</artifactId>
55-
<version>961.vf0c9f6f59827</version>
53+
<artifactId>bom-2.319.x</artifactId>
54+
<version>1508.v4b_d09ff0e893</version>
5655
<scope>import</scope>
5756
<type>pom</type>
5857
</dependency>

0 commit comments

Comments
 (0)