Skip to content

Commit 1418f53

Browse files
committed
Update pom to add required fields for Maven Central
1 parent 375c7a5 commit 1418f53

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

android-jsc.pom

+20
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,24 @@
1111
<description>JavaScriptCore library for android</description>
1212
<url>https://www.webkit.org</url>
1313

14+
<licenses>
15+
<license>
16+
<name>BSD License</name>
17+
<url>https://raw.githubusercontent.com/facebook/android-jsc/master/LICENSE</url>
18+
</license>
19+
</licenses>
20+
21+
<developers>
22+
<developer>
23+
<id>kmagiera</id>
24+
<name>Krzysztof Magiera</name>
25+
<url>https://github.com/kmagiera</url>
26+
</developer>
27+
</developers>
28+
29+
<scm>
30+
<connection>https://github.com/facebook/android-jsc.git</connection>
31+
<developerConnection>https://github.com/facebook/android-jsc.git</developerConnection>
32+
<url>https://github.com/facebook/android-jsc</url>
33+
</scm>
1434
</project>

0 commit comments

Comments
 (0)