|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
1 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <parent>
|
4 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
5 | 6 | <artifactId>plugin</artifactId>
|
6 |
| - <version>4.40</version> |
| 7 | + <version>4.53</version> |
7 | 8 | <relativePath />
|
8 | 9 | </parent>
|
9 | 10 |
|
10 | 11 | <licenses>
|
11 | 12 | <license>
|
12 | 13 | <name>The MIT License (MIT)</name>
|
13 |
| - <url>http://opensource.org/licenses/MIT</url> |
| 14 | + <url>https://opensource.org/licenses/MIT</url> |
14 | 15 | <distribution>repo</distribution>
|
15 | 16 | </license>
|
16 | 17 | </licenses>
|
|
19 | 20 | <version>${revision}-${changelist}</version>
|
20 | 21 | <packaging>hpi</packaging>
|
21 | 22 | <name>GitHub API Plugin</name>
|
22 |
| - <url>https://github.com/jenkinsci/github-api-plugin</url> |
| 23 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
23 | 24 |
|
24 | 25 | <properties>
|
25 | 26 | <revision>1.303</revision>
|
26 | 27 | <changelist>999999-SNAPSHOT</changelist>
|
27 |
| - <jenkins.version>2.289.1</jenkins.version> |
28 |
| - <java.level>8</java.level> |
| 28 | + <jenkins.version>2.361.4</jenkins.version> |
| 29 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
29 | 30 | <no-test-jar>false</no-test-jar>
|
30 | 31 | </properties>
|
31 | 32 |
|
|
37 | 38 | <dependency>
|
38 | 39 | <groupId>io.jenkins.plugins</groupId>
|
39 | 40 | <artifactId>commons-lang3-api</artifactId>
|
40 |
| - <version>3.12.0-36.vd97de6465d5b_</version> |
41 | 41 | </dependency>
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>io.jenkins.plugins</groupId>
|
44 | 44 | <artifactId>okhttp-api</artifactId>
|
45 |
| - <version>4.9.2-20211102</version> |
46 | 45 | </dependency>
|
47 | 46 | <dependency>
|
48 | 47 | <groupId>io.jenkins.plugins</groupId>
|
49 | 48 | <artifactId>jjwt-api</artifactId>
|
50 |
| - <version>0.11.2-5.143e44951c52</version> |
51 | 49 | <optional>true</optional>
|
52 | 50 | </dependency>
|
53 | 51 | <dependency>
|
|
111 | 109 | <dependencies>
|
112 | 110 | <dependency>
|
113
A3E2
| 111 | <groupId>io.jenkins.tools.bom</groupId>
|
114 |
| - <artifactId>bom-2.289.x</artifactId> |
115 |
| - <version>1438.v6a_2c29d73f82</version> |
| 112 | + <artifactId>bom-2.361.x</artifactId> |
| 113 | + <version>1750.v0071fa_4c4a_e3</version> |
116 | 114 | <scope>import</scope>
|
117 | 115 | <type>pom</type>
|
118 | 116 | </dependency>
|
|
135 | 133 | </pluginRepositories>
|
136 | 134 |
|
137 | 135 | <scm>
|
138 |
| - <connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
139 |
| - <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection> |
140 |
| - <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
| 136 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
| 137 | + <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
| 138 | + <url>https://github.com/${gitHubRepo}</url> |
141 | 139 | <tag>${scmTag}</tag>
|
142 | 140 | </scm>
|
143 | 141 | </project>
|
0 commit comments