8000 Fix the license in pom.xml · github-cloud/github-plugin@20c159e · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c159e

Browse files
committed
Fix the license in pom.xml
LICENSE in the root specifies MIT, it should be MIT here. It was my mistake
1 parent 3875c8e commit 20c159e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<url>http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin</url>
1818
<licenses>
1919
<license>
20-
<name>Apache 2</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20+
<name>MIT License</name>
21+
<url>http://www.opensource.org/licenses/mit-license.php</url>
2222
<distribution>repo</distribution>
2323
</license>
2424
</licenses>

0 commit comments

Comments
 (0)
0