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

Commit bb4c5d2

Browse filesBrowse files
committed
Update pom.xml for an unofficial release
1 parent 628034a commit bb4c5d2
Copy full SHA for bb4c5d2

File tree

Expand file treeCollapse file tree

1 file changed

+14
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-12
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+14-12Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
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>6</version>
4+
<groupId>org.sonatype.oss</groupId>
5+
<artifactId>oss-parent</artifactId>
6+
<version>7</version>
77
</parent>
88

9+
<groupId>com.madgag</groupId>
910
<artifactId>github-api</artifactId>
1011
<version>1.50-SNAPSHOT</version>
1112
<name>GitHub API for Java</name>
1213
<url>http://github-api.kohsuke.org/</url>
1314
<description>GitHub API for Java</description>
15+
<packaging>jar</packaging>
1416

1517
<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>
18+
<connection>scm:git:git@github.com/rtyley/${project.artifactId}.git</connection>
19+
<developerConnection>scm:git:ssh://git@github.com/rtyley/${project.artifactId}.git</developerConnection>
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>
23+
<licenses>
24+
<license>
25+
<name>MIT</name>
26+
<url>http://opensource.org/licenses/mit-license.php</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
2830

2931
<properties>
3032
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

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