|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
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/xsd/maven-4.0.0.xsd"> |
| 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"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | + |
4 | 5 | <parent> |
5 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 7 | <artifactId>plugin</artifactId> |
|
12 | 13 | <version>${revision}${changelist}</version> |
13 | 14 | <packaging>hpi</packaging> |
14 | 15 | <name>Git plugin</name> |
15 | | - <description>Integrates Jenkins with Git SCM</description> |
16 | | - <url>https://github.com/jenkinsci/git-plugin</url> |
| 16 | + <url>https://github.com/${gitHubRepo}</url> |
17 | 17 | <inceptionYear>2007</inceptionYear> |
18 | 18 |
|
19 | 19 | <licenses> |
20 | 20 | <license> |
21 | | - <name>The MIT License (MIT)</name> |
| 21 | + <name>MIT License</name> |
22 | 22 | <url>https://opensource.org/licenses/MIT</url> |
23 | | - <distribution>repo</distribution> |
24 | 23 | </license> |
25 | 24 | </licenses> |
26 | 25 |
|
|
47 | 46 | <email>olamy@apache.org</email> |
48 | 47 | <url>https://about.me/olamy</url> |
49 | 48 | <timezone>Australia/Brisbane</timezone> |
| 49 | + <roles> |
| 50 | + <role>developer</role> |
| 51 | + </roles> |
50 | 52 | </developer> |
51 | 53 | </developers> |
52 | 54 |
|
53 | | - <scm> |
54 | | - <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
| 55 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
| 56 | + <connection>scm:git:https://github.com/${gitHubRepo}</connection> |
55 | 57 | <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
56 | 58 | <tag>${scmTag}</tag> |
57 | 59 | <url>https://github.com/${gitHubRepo}</url> |
|
83 | 85 | </dependency> |
84 | 86 | </dependencies> |
85 | 87 | </dependencyManagement> |
86 | | - |
87 | 88 | <dependencies> |
88 | 89 | <dependency> |
89 | 90 | <groupId>org.jenkins-ci.plugins</groupId> |
|
255 | 256 | <url>https://repo.jenkins-ci.org/public/</url> |
256 | 257 | </repository> |
257 | 258 | </repositories> |
| 259 | + |
258 | 260 | <pluginRepositories> |
259 | 261 | <pluginRepository> |
260 | 262 | <id>repo.jenkins-ci.org</id> |
|
0 commit comments