|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.33</version> |
| 8 | + <version>4.56</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.jenkins.plugins</groupId> |
13 | 13 | <artifactId>postgresql-api</artifactId> |
14 | | - <version>42.3.4-SNAPSHOT</version> |
| 14 | + <version>${changelist}</version> |
15 | 15 | <packaging>hpi</packaging> |
16 | 16 |
|
17 | 17 | <name>PostgreSQL API Plugin</name> |
18 | | - <url>https://wiki.jenkins-ci.org/display/JENKINS/PostgreSQL+API+Plugin</url> |
| 18 | + <url>https://github.com/jenkinsci/postgresql-api-plugin</url> |
19 | 19 |
|
20 | 20 | <properties> |
21 | | - <jenkins.version>2.277.1</jenkins.version> |
22 | | - <java.level>8</java.level> |
| 21 | + <changelist>999999-SNAPSHOT</changelist> |
| 22 | + <gitHubRepo>jenkinsci/postgresql-api-plugin</gitHubRepo> |
| 23 | + <jenkins.version>2.387.1</jenkins.version> |
23 | 24 | </properties> |
24 | 25 | <dependencies> |
25 | 26 | <dependency> |
26 | 27 | <groupId>org.postgresql</groupId> |
27 | 28 | <artifactId>postgresql</artifactId> |
28 | | - <version>42.3.3</version> |
| 29 | + <version>42.5.4</version> |
29 | 30 | </dependency> |
30 | 31 | </dependencies> |
31 | 32 |
|
32 | | - <scm> |
33 | | - <connection>scm:git:git@github.com:jenkinsci/postgresql-api-plugin.git</connection> |
34 | | - <developerConnection>scm:git:git@github.com:jenkinsci/postgresql-api-plugin.git |
35 | | - </developerConnection> |
36 | | - <tag>HEAD</tag> |
| 33 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
| 34 | + <connection>scm:git:https://github.com/${gitHubRepo}</connection> |
| 35 | + <developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection> |
| 36 | + <tag>${scmTag}</tag> |
| 37 | + <url>https://github.com/${gitHubRepo}</url> |
37 | 38 | </scm> |
38 | 39 |
|
39 | | - <developers> |
40 | | - <developer> |
41 | | - <id>cleclerc</id> |
42 | | - <name>Cyrille Le Clerc</name> |
43 | | - |
44 | | - </developer> |
45 | | - </developers> |
46 | 40 | <repositories> |
47 | 41 | <repository> |
48 | 42 | <id>repo.jenkins-ci.org</id> |
|
58 | 52 | <licenses> |
59 | 53 | <license> |
60 | 54 | <name>MIT License</name> |
61 | | - <url>http://opensource.org/licenses/MIT</url> |
| 55 | + <url>https://opensource.org/licenses/MIT</url> |
62 | 56 | </license> |
63 | 57 | </licenses> |
64 | 58 | </project> |
0 commit comments