File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Original file line number Diff line number Diff line change 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 >6 </version >
4
+ <groupId >org.sonatype.oss </groupId >
5
+ <artifactId >oss-parent </artifactId >
6
+ <version >7 </version >
7
7
</parent >
8
8
9
+ <groupId >com.madgag</groupId >
9
10
<artifactId >github-api</artifactId >
10
11
<version >1.50-SNAPSHOT</version >
11
12
<name >GitHub API for Java</name >
12
13
<url >http://github-api.kohsuke.org/</url >
13
14
<description >GitHub API for Java</description >
15
+ <packaging >jar</packaging >
14
16
15
17
<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 >
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 >
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 >
28
30
29
31
<properties >
30
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments