Skip to content

Commit

Permalink
Distribute my fork with a different group ID on clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell authored and Licenser committed Aug 9, 2010
1 parent 441707c commit 1a78792
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,7 @@
(defproject lein-search "0.3.0-SNAPSHOT" :description "Leinigen plugin to search and add dependencies from clojars" :dependencies ([org.clojure/clojure "[1.1,1.2]"] [org.clojure/clojure-contrib "[1.1,1.2]"]) :dev-dependencies ([lein-clojars "0.5.0"] [swank-clojure/swank-clojure "1.1.0"])) (defproject org.clojars.sanityinc/lein-search
"0.3.0-SNAPSHOT"
:description "Leinigen plugin to search and add dependencies from clojars"
:dependencies [[org.clojure/clojure "[1.1,1.2.0-master-SNAPSHOT]"]
[org.clojure/clojure-contrib "[1.1,1.2.0-SNAPSHOT]"]]
:dev-dependencies [[lein-clojars "0.5.0"]
[swank-clojure/swank-clojure "1.1.0"]])

0 comments on commit 1a78792

Please sign in to comment.