Skip to content

Commit

Permalink
Add deploy-all alias and update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
profitware committed Feb 13, 2018
1 parent 2410a8e commit 89ea9d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Positive Technologies
Copyright (c) 2017-2018 Positive Technologies

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions project.clj
Expand Up @@ -6,14 +6,14 @@
:plugins [[lein-sub "0.3.0"]
[lein-bump-version "0.1.6"]]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.namespace "0.2.11"]
[flower/flower-tracker "0.4.0-SNAPSHOT"]
[flower/flower-repository "0.4.0-SNAPSHOT"]
[flower/flower-messaging "0.4.0-SNAPSHOT"]
[flower/flower-team "0.4.0-SNAPSHOT"]
[flower/flower-utilities "0.4.0-SNAPSHOT"]]
:aliases {"test" ["sub" "lint-and-test-all"]
"bump-all" ["do" ["bump-version"] ["sub" "bump-version"]]}
"bump-all" ["do" ["bump-version"] ["sub" "bump-version"]]
"deploy-all" ["do" ["sub" "deploy" "clojars"] ["deploy" "clojars"]]}
:sub ["flower-proto"
"flower-common"
"flower-integration-github"
Expand All @@ -29,4 +29,5 @@
"flower-utilities"
"lein-template"]
:profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}})
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
:dev {:dependencies [[org.clojure/tools.namespace "0.2.11"]]}})

0 comments on commit 89ea9d9

Please sign in to comment.