Skip to content

Commit b574cc1

Browse files
committed
Add POM dev info
1 parent b4330c9 commit b574cc1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

project.clj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@
2525
"-XX:-OmitStackTraceInFastThrow"
2626
"-Xmx2g"
2727
"-XX:NewSize=1g"]
28-
:javac-options ["-target" "1.8" "-source" "1.8"])
28+
:javac-options ["-target" "1.8" "-source" "1.8"]
29+
30+
:pom-addition ([:organization
31+
[:name "CLJ Commons"]
32+
[:url "http://clj-commons.org/"]]
33+
[:developers [:developer
34+
[:id "kingmob"]
35+
[:name "Matthew Davidson"]
36+
[:url "http://modulolotus.net"]
37+
[:email "[email protected]"]]]))

0 commit comments

Comments
 (0)