We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f4155 commit edde544Copy full SHA for edde544
1 file changed
java-wasm/pom.xml
@@ -7,7 +7,25 @@
7
<version>0.0.1-SNAPSHOT</version>
8
<name>Java Prism</name>
9
<description>Java API for the Prism Ruby language parser</description>
10
+ <url>https://github.com/ruby/prism</url>
11
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
27
+ <connection>https://github.com/ruby/prism.git</connection>
28
+ </scm>
29
30
<properties>
31
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments