Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 29a3a01

Browse filesBrowse files
committed
change group id, description and scm info to SonarSource
1 parent 5dfd621 commit 29a3a01
Copy full SHA for 29a3a01

File tree

Expand file treeCollapse file tree

1 file changed

+8
-33
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-33
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+8-33Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<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>
77
</parent>
88

9+
<groupId>org.sonarsource.github</groupId>
910
<artifactId>github-api</artifactId>
1011
<version>1.93-SNAPSHOT</version>
1112
<name>GitHub API for Java</name>
1213
<url>http://github-api.kohsuke.org/</url>
13-
<description>GitHub API for Java</description>
14+
<description>SonarSource fork of GitHub API for Java</description>
1415

1516
<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>
1920
<tag>HEAD</tag>
2021
</scm>
2122

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-
2923
<properties>
3024
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3125
<findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version>
@@ -176,18 +170,6 @@
176170
<scope>provided</scope>
177171
</dependency>
178172
</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>
191173

192174
<reporting>
193175
<plugins>
@@ -206,11 +188,4 @@
206188
</license>
207189
</licenses>
208190

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>
216191
</project>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.