|
1 | 1 | <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 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 | <parent>
|
4 |
| - <groupId>org.kohsuke</groupId> |
5 |
| - <artifactId>pom</artifactId> |
6 |
| - <version>17</version> |
| 4 | + <groupId>org.sonarsource.parent</groupId> |
| 5 | + <artifactId>parent</artifactId> |
| 6 | + <version>41</version> |
7 | 7 | </parent>
|
8 | 8 |
|
| 9 | + <groupId>org.sonarsource.github</groupId> |
9 | 10 | <artifactId>github-api</artifactId>
|
10 | 11 | <version>1.93-SNAPSHOT</version>
|
11 | 12 | <name>GitHub API for Java</name>
|
12 | 13 | <url>http://github-api.kohsuke.org/</url>
|
13 |
| - <description>GitHub API for Java</description> |
| 14 | + <description>SonarSource fork of GitHub API for Java</description> |
14 | 15 |
|
15 | 16 | <scm>
|
16 |
| - <connection>scm:git:git@github.com/kohsuke/${project.artifactId}.git</connection> |
17 |
| - <developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection> |
18 |
| - <url>http://${project.artifactId}.kohsuke.org/</url> |
| 17 | + <connection>scm:git:git@github.com:SonarSource/github-api.git</connection> |
| 18 | + <developerConnection>scm:git:ssh://git@github.com:SonarSource/github-api.git</developerConnection> |
| 19 | + <url>https://github.com/SonarSource/github-api.git</url> |
19 | 20 | <tag>HEAD</tag>
|
20 | 21 | </scm>
|
21 | 22 |
|
22 |
| - <distributionManagement> |
23 |
| - <site> |
24 |
| - <id>github-pages</id> |
25 |
| - <url>gitsite:git@github.com/kohsuke/${project.artifactId}.git</url> |
26 |
| - </site> |
27 |
| - </distributionManagement> |
28 |
| - |
29 | 23 | <properties>
|
30 | 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
31 | 25 | <findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version>
|
|
176 | 170 | <scope>provided</scope>
|
177 | 171 | </dependency>
|
178 | 172 | </dependencies>
|
179 |
| - <repositories> |
180 |
| - <repository> |
181 |
| - <id>repo.jenkins-ci.org</id> |
182 |
| - <url>http://repo.jenkins-ci.org/public/</url> |
183 |
| - </repository> |
184 |
| - </repositories> |
185 |
| - <pluginRepositories> |
186 |
| - <pluginRepository> |
187 |
| - <id>repo.jenkins-ci.org</id> |
188 |
| - <url>http://repo.jenkins-ci.org/public/</url> |
189 |
| - </pluginRepository> |
190 |
| - </pluginRepositories> |
191 | 173 |
|
192 | 174 | <reporting>
|
193 | 175 | <plugins>
|
|
206 | 188 | </license>
|
207 | 189 | </licenses>
|
208 | 190 |
|
209 |
| - <mailingLists> |
210 |
| - <mailingList> |
211 |
| - <name>User List</name> |
212 |
| - <post>github-api@googlegroups.com</post> |
213 |
| - <archive>https://groups.google.com/forum/#!forum/github-api</archive> |
214 |
| - </mailingList> |
215 |
| - </mailingLists> |
216 | 191 | </project>
|
0 commit comments