Skip to content

Commit edde544

Browse files
committed
Add URL, licenses, devs, and SCM info for Maven Central
1 parent 67f4155 commit edde544

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

java-wasm/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@
77
<version>0.0.1-SNAPSHOT</version>
88
<name>Java Prism</name>
99
<description>Java API for the Prism Ruby language parser</description>
10+
<url>https://github.com/ruby/prism</url>
1011

12+
<licenses>
13+
<license>
14+
<name>MIT</name>
15+
</license>
16+
</licenses>
17+
18+
<developers>
19+
<developer>
20+
<name>Charles Oliver Nutter</name>
21+
<email>headius@headius.com</email>
22+
</developer>
23+
</developers>
24+
25+
<scm>
26+
<url>https://github.com/ruby/prism</url>
27+
<connection>https://github.com/ruby/prism.git</connection>
28+
</scm>
1129

1230
<properties>
1331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)