|
4 | 4 | <parent> |
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 6 | <artifactId>plugin</artifactId> |
7 | | - <version>3.47</version> |
| 7 | + <version>4.40</version> |
8 | 8 | <relativePath /> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <groupId>io.jenkins.plugins</groupId> |
12 | 12 | <artifactId>gitlab-api</artifactId> |
13 | | - <version>1.0.7-SNAPSHOT</version> |
| 13 | + <version>${revision}${changelist}</version> |
14 | 14 | <packaging>hpi</packaging> |
15 | 15 |
|
16 | 16 | <properties> |
17 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
19 | | - <jenkins.version>2.60.3</jenkins.version> |
20 | | - <java.level>8</java.level> |
| 17 | + <revision>1.0.7</revision> |
| 18 | + <changelist>-SNAPSHOT</changelist> |
| 19 | + <jenkins.version>2.289.3</jenkins.version> |
| 20 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
21 | 21 | </properties> |
22 | 22 |
|
23 | 23 | <name>Gitlab API Plugin</name> |
24 | 24 | <description>Wraps Gitlab4J API into a plugin</description> |
25 | | - <url>https://github.com/jenkinsci/gitlab-api-plugin</url> |
| 25 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
26 | 26 |
|
27 | 27 | <issueManagement> |
28 | 28 | <url>https://issues.jenkins-ci.org/browse/JENKINS-57445?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20gitlab-api-plugin</url> |
|
46 | 46 | </developers> |
47 | 47 |
|
48 | 48 | <scm> |
49 | | - <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
50 | | - <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection> |
51 | | - <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
| 49 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
| 50 | + <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
| 51 | + <url>https://github.com/${gitHubRepo}</url> |
52 | 52 | <tag>${scmTag}</tag> |
53 | 53 | </scm> |
54 | 54 |
|
| 55 | + <dependencyManagement> |
| 56 | + <dependencies> |
| 57 | + <dependency> |
| 58 | + <groupId>io.jenkins.tools.bom</groupId> |
| 59 | + <artifactId>bom-2.289.x</artifactId> |
| 60 | + <version>1246.va_b_50630c1d19</version> |
| 61 | + <type>pom</type> |
| 62 | + <scope>import</scope> |
| 63 | + </dependency> |
| 64 | + </dependencies> |
| 65 | + </dependencyManagement> |
| 66 | + |
55 | 67 | <dependencies> |
56 | 68 | <dependency> |
57 | 69 | <groupId>org.gitlab4j</groupId> |
58 | 70 | <artifactId>gitlab4j-api</artifactId> |
59 | 71 | <version>4.14.20</version> |
60 | 72 | </dependency> |
61 | | - <dependency> |
62 | | - <groupId>javax.servlet</groupId> |
63 | | - <artifactId>javax.servlet-api</artifactId> |
64 | | - <version>4.0.1</version> |
65 | | - </dependency> |
66 | 73 | </dependencies> |
67 | 74 |
|
68 | 75 | <repositories> |
|
0 commit comments