|
29 | 29 | <parent> |
30 | 30 | <groupId>org.jenkins-ci.plugins</groupId> |
31 | 31 | <artifactId>plugin</artifactId> |
32 | | - <version>4.53</version> |
| 32 | + <version>4.72</version> |
33 | 33 | <relativePath /> |
34 | 34 | </parent> |
35 | 35 |
|
|
38 | 38 | <packaging>hpi</packaging> |
39 | 39 |
|
40 | 40 | <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> |
42 | 42 | <licenses> |
43 | 43 | <license> |
44 | 44 | <name>MIT License</name> |
|
47 | 47 | </licenses> |
48 | 48 |
|
49 | 49 | <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> |
53 | 53 | <tag>${scmTag}</tag> |
54 | 54 | </scm> |
55 | 55 |
|
56 | 56 | <properties> |
57 | 57 | <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> |
60 | 60 | <spotbugs.effort>Max</spotbugs.effort> |
61 | 61 | <spotbugs.threshold>Low</spotbugs.threshold> |
62 | 62 | </properties> |
|
65 | 65 | <dependencies> |
66 | 66 | <dependency> |
67 | 67 | <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> |
70 | 70 | <type>pom</type> |
71 | 71 | <scope>import</scope> |
72 | 72 | </dependency> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> |
84 | 84 | <artifactId>aws-java-sdk-ec2</artifactId> |
85 | | - <version>${aws-java-sdk.version}</version> |
86 | 85 | </dependency> |
87 | 86 | <dependency> |
88 | 87 | <groupId>org.jenkins-ci.plugins</groupId> |
|
116 | 115 | <groupId>org.mockito</groupId> |
117 | 116 | <artifactId>mockito-core</artifactId> |
118 | 117 | <scope>test</scope> |
119 | | - <exclusions> |
120 | | - <exclusion> |
121 | | - <groupId>org.hamcrest</groupId> |
122 | | - <artifactId>hamcrest-core</artifactId> |
123 | | - </exclusion> |
124 | | - </exclusions> |
125 | 118 | </dependency> |
126 | 119 | <dependency> |
127 | 120 | <groupId>io.jenkins.configuration-as-code</groupId> |
|
0 commit comments