Skip to content

Commit 1be9466

Browse files
authored
Merge pull request #229 from basil/refresh
Refresh plugin for August 2023
2 parents d3c7839 + ea675f9 commit 1be9466

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
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.7</version>
66
</extension>
77
</extensions>

pom.xml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>4.53</version>
32+
<version>4.72</version>
3333
<relativePath />
3434
</parent>
3535

@@ -38,7 +38,7 @@
3838
<packaging>hpi</packaging>
3939

4040
<name>AWS Credentials Plugin</name>
41-
<url>https://github.com/jenkinsci/aws-credentials-plugin</url>
41+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
4242
<licenses>
4343
<license>
4444
<name>MIT License</name>
@@ -47,16 +47,16 @@
4747
</licenses>
4848

4949
<scm>
50-
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
51-
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
52-
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
50+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
51+
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
52+
<url>https://github.com/${gitHubRepo}</url>
5353
<tag>${scmTag}</tag>
5454
</scm>
5555

5656
<properties>
5757
<changelist>999999-SNAPSHOT</changelist>
58-
<jenkins.version>2.361.4</jenkins.version>
59-
<aws-java-sdk.version>1.12.70</aws-java-sdk.version>
58+
<jenkins.version>2.387.3</jenkins.version>
59+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6060
<spotbugs.effort>Max</spotbugs.effort>
6161
<spotbugs.threshold>Low</spotbugs.threshold>
6262
</properties>
@@ -65,8 +65,8 @@
6565
<dependencies>
6666
<dependency>
6767
<groupId>io.jenkins.tools.bom</groupId>
68-
<artifactId>bom-2.361.x</artifactId>
69-
<version>1766.v0b_f2a_f7d0b_1d</version>
68+
<artifactId>bom-2.387.x</artifactId>
69+
<version>2357.v1043f8578392</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>
@@ -82,7 +82,6 @@
8282
<dependency>
8383
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId>
8484
<artifactId>aws-java-sdk-ec2</artifactId>
85-
<version>${aws-java-sdk.version}</version>
8685
</dependency>
8786
<dependency>
8887
<groupId>org.jenkins-ci.plugins</groupId>
@@ -116,12 +115,6 @@
116115
<groupId>org.mockito</groupId>
117116
<artifactId>mockito-core</artifactId>
118117
<scope>test</scope>
119-
<exclusions>
120-
<exclusion>
121-
<groupId>org.hamcrest</groupId>
122-
<artifactId>hamcrest-core</artifactId>
123-
</exclusion>
124-
</exclusions>
125118
</dependency>
126119
<dependency>
127120
<groupId>io.jenkins.configuration-as-code</groupId>

0 commit comments

Comments
 (0)