Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-19 | Reset all versions to 1.3.0 SNAPSHOT | Stuart Sierra | |
2010-12-19 | Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4 | Stuart Sierra | |
2010-11-07 | Reset versions to 1.3.0-SNAPSHOT | Stuart Sierra | |
2010-11-07 | Set all versions to 1.3.0-alpha31.3.0-alpha3 | Stuart Sierra | |
2010-10-26 | Revert all versions to 1.3.0-SNAPSHOT for development | Stuart Sierra | |
2010-10-26 | Update all versions to 1.3.0-alpha2 release | Stuart Sierra | |
2010-10-02 | t100: revert "removed deprecated clojure.contrib.java-utils" | Ben Smith-Mannschott | |
This reverts commit cb832f62e793023af70e465d878ab0dea1250b5b. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-10-01 | Fix build of complete/standalone artifact. | Andreas Brenk | |
Dependency on single, large JAR: groupId: org.clojure.contrib artifactId: clojure-contrib version: 1.3.0-SNAPSHOT classifier: standalone Dependency on multiple, small JARs: groupId: org.clojure.contrib artifactId: complete version: 1.3.0-SNAPSHOT | |||
2010-09-28 | Back to version 1.3.0-SNAPSHOT on all modules | Stuart Sierra | |
2010-09-24 | Remove assembly from "complete" POM | Stuart Sierra | |
2010-09-24 | Set all version numbers to 1.3.0-alpha1 explicitly | Stuart Sierra | |
2010-09-23 | Use clojure.contrib.version property in all modules | Stuart Sierra | |
2010-09-23 | Revert "[maven-release-plugin] prepare release 1.3.0" | Stuart Sierra | |
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c. | |||
2010-09-23 | Revert "[maven-release-plugin] prepare for next development iteration" | Stuart Sierra | |
This reverts commit d5529fd47a7e0ce4001b2588def1ffcd1fe9e274. | |||
2010-09-17 | [maven-release-plugin] prepare for next development iteration | Stuart Sierra | |
2010-09-17 | [maven-release-plugin] prepare release 1.3.0 | Stuart Sierra | |
2010-09-17 | Remove extra xmlns declarations from POMs (breaks release plugin) | Stuart Sierra | |
2010-09-03 | removed deprecated clojure.contrib.seq-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.pprint | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.java-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.duck-streams | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.string | Ben Smith-Mannschott | |
Since clojure.contrib.string is used by other submodules, some changes were required: - gen-html-docs and prxml needed changes because of functions were renamed or arguments reordered when promoted to clojure.string. - jmx, json, miglayout, prxml and sql gained a private one-argument implementation of as-str. - repl-utils gained a private copy of c.c.string/partition, named spartition. - repl-utils replaced a call to c.c.string/substring? with a call to the java String method '.contains' (with swapped argument order). Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.str-utils2 | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.str-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.io | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed c.c.shell and c.c.shell-out | Ben Smith-Mannschott | |
Both are deprecated in 1.2 and have been replaced by clojure.java.shell. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.test-is | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.javadoc | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.properties | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.http-connection | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.http-agent | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove derecated clojure.contrib.apply-macro | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-08-24 | Omit Clojure files from complete 'uberjar' | Stuart Sierra | |
2010-08-13 | Add 'complete' module to build jar containing all modules. | Stuart Sierra | |