Skip to content

Commit

Permalink
prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
xeqi committed Aug 30, 2012
1 parent fe7b0b6 commit a830125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/lib /lib
/classes /classes
/checkouts /checkouts
pom.xml pom.xml*
*.jar *.jar
*.class *.class
.lein-deps-sum .lein-deps-sum
.lein-failures .lein-failures
.lein-plugins .lein-plugins
2 changes: 1 addition & 1 deletion project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-pedantic "0.0.1" (defproject lein-pedantic "0.0.2-SNAPSHOT"
:description "lein plugin to reject dependency graphs with common user surprises" :description "lein plugin to reject dependency graphs with common user surprises"
:url "https://github.com/xeqi/lein-pedantic" :url "https://github.com/xeqi/lein-pedantic"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
Expand Down

0 comments on commit a830125

Please sign in to comment.