We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e9184 commit b7c7693Copy full SHA for b7c7693
pom.xml
@@ -9,6 +9,13 @@
9
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
10
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
11
</scm>
12
+ <licenses>
13
+ <license>
14
+ <name>The MIT License</name>
15
+ <url>http://opensource.org/licenses/MIT</url>
16
+ <distribution>repo</distribution>
17
+ </license>
18
+ </licenses>
19
<properties>
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
</properties>
0 commit comments