Skip to content

Commit c578e72

Browse files
committed
Refresh plugin for January 2025
1 parent dc6fdbb commit c578e72

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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.6</version>
5+
<version>1.8</version>
66
</extension>
77
</extensions>

pom.xml

Lines changed: 8 additions & 5 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.74</version>
8+
<version>5.5</version>
99
<relativePath />
1010
</parent>
1111

@@ -38,13 +38,16 @@
3838

3939
<properties>
4040
<changelist>999999-SNAPSHOT</changelist>
41-
<jenkins.version>2.361.4</jenkins.version>
41+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
42+
<jenkins.baseline>2.479</jenkins.baseline>
43+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
44+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4245
</properties>
4346

4447
<scm>
45-
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
46-
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
47-
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
48+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
49+
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
50+
<url>https://github.com/${gitHubRepo}</url>
4851
<tag>${scmTag}</tag>
4952
</scm>
5053

0 commit comments

Comments
 (0)