From d684380c52b6dbc2d71812a8c6ed3b7e745ae677 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 16 Dec 2012 18:17:48 +0100 Subject: [PATCH] bump version to 1.4.2 --- modules/incanter-charts/project.clj | 5 ++--- modules/incanter-core/project.clj | 2 +- modules/incanter-excel/project.clj | 4 ++-- modules/incanter-io/project.clj | 4 ++-- modules/incanter-latex/project.clj | 4 ++-- modules/incanter-mongodb/project.clj | 4 ++-- modules/incanter-pdf/project.clj | 4 ++-- modules/incanter-sql/project.clj | 4 ++-- modules/incanter-zoo/project.clj | 5 ++--- project.clj | 20 ++++++++++---------- 10 files changed, 27 insertions(+), 29 deletions(-) diff --git a/modules/incanter-charts/project.clj b/modules/incanter-charts/project.clj index 792368b6..32e4f9ef 100644 --- a/modules/incanter-charts/project.clj +++ b/modules/incanter-charts/project.clj @@ -1,12 +1,11 @@ -(defproject incanter/incanter-charts "1.4.1" +(defproject incanter/incanter-charts "1.4.2" :description "Incanter-charts is the JFreeChart module of the Incanter project." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] - [incanter/incanter-io "1.4.1"] + :dependencies [[incanter/incanter-io "1.4.2"] [incanter/jfreechart "1.0.13-no-gnujaxp"] [clj-time "0.4.4" :exclusions [org.clojure/clojure diff --git a/modules/incanter-core/project.clj b/modules/incanter-core/project.clj index 620eedbe..5c25a668 100644 --- a/modules/incanter-core/project.clj +++ b/modules/incanter-core/project.clj @@ -1,4 +1,4 @@ -(defproject incanter/incanter-core "1.4.1" +(defproject incanter/incanter-core "1.4.2" :description "Incanter-core is the core module of the Incanter project." :url "http://incanter.org/" :license {:name "Eclipse Public License" diff --git a/modules/incanter-excel/project.clj b/modules/incanter-excel/project.clj index affe19f1..601980b5 100644 --- a/modules/incanter-excel/project.clj +++ b/modules/incanter-excel/project.clj @@ -1,10 +1,10 @@ -(defproject incanter/incanter-excel "1.4.1" +(defproject incanter/incanter-excel "1.4.2" :description "Incanter-excel provides access to reading and writing Excel files." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] + :dependencies [[incanter/incanter-core "1.4.2"] [org.apache.poi/poi-ooxml "3.8"]] ) diff --git a/modules/incanter-io/project.clj b/modules/incanter-io/project.clj index 582a48d7..a401588c 100644 --- a/modules/incanter-io/project.clj +++ b/modules/incanter-io/project.clj @@ -1,11 +1,11 @@ -(defproject incanter/incanter-io "1.4.1" +(defproject incanter/incanter-io "1.4.2" :description "Incanter-io is the I/O module of the Incanter project." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] + :dependencies [[incanter/incanter-core "1.4.2"] ;; TODO: switch to data.csv? [net.sf.opencsv/opencsv "2.3"] ;; TODO: switch to data.json? diff --git a/modules/incanter-latex/project.clj b/modules/incanter-latex/project.clj index bbf2d10f..0724824f 100644 --- a/modules/incanter-latex/project.clj +++ b/modules/incanter-latex/project.clj @@ -1,10 +1,10 @@ -(defproject incanter/incanter-latex "1.4.1" +(defproject incanter/incanter-latex "1.4.2" :description "Library for rendering LaTeX math equations using the jLateXMath library." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-charts "1.4.1"] + :dependencies [[incanter/incanter-charts "1.4.2"] [org.scilab.forge/jlatexmath "0.9.6"]] ) diff --git a/modules/incanter-mongodb/project.clj b/modules/incanter-mongodb/project.clj index 30f0800a..518545c9 100644 --- a/modules/incanter-mongodb/project.clj +++ b/modules/incanter-mongodb/project.clj @@ -1,11 +1,11 @@ -(defproject incanter/incanter-mongodb "1.4.1" +(defproject incanter/incanter-mongodb "1.4.2" :description "Incanter-mongodb is the MongoDB module of the Incanter project." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] + :dependencies [[incanter/incanter-core "1.4.2"] [congomongo "0.3.3" :exclusions [org.clojure/clojure org.clojure/clojure-contrib]]] diff --git a/modules/incanter-pdf/project.clj b/modules/incanter-pdf/project.clj index b8b3b91b..28c83c3d 100644 --- a/modules/incanter-pdf/project.clj +++ b/modules/incanter-pdf/project.clj @@ -1,10 +1,10 @@ -(defproject incanter/incanter-pdf "1.4.1" +(defproject incanter/incanter-pdf "1.4.2" :description "Incanter-pdf is the PDF module of the Incanter project." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-charts "1.4.1"] + :dependencies [[incanter/incanter-charts "1.4.2"] [com.lowagie/itext "2.1.7"]] ) diff --git a/modules/incanter-sql/project.clj b/modules/incanter-sql/project.clj index 1875f53b..91e86c6e 100644 --- a/modules/incanter-sql/project.clj +++ b/modules/incanter-sql/project.clj @@ -1,11 +1,11 @@ -(defproject incanter/incanter-sql "1.4.1" +(defproject incanter/incanter-sql "1.4.2" :description "Database interaction via ClojureQL" :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] + :dependencies [[incanter/incanter-core "1.4.2"] [clojureql "1.0.4"] ] :profiles {:dev {:dependencies [[org.apache.derby/derby "10.8.1.2"]]}} diff --git a/modules/incanter-zoo/project.clj b/modules/incanter-zoo/project.clj index da1f5d68..da9c44e9 100644 --- a/modules/incanter-zoo/project.clj +++ b/modules/incanter-zoo/project.clj @@ -1,12 +1,11 @@ -(defproject incanter/incanter-zoo "1.4.1" +(defproject incanter/incanter-zoo "1.4.2" :description "Incanter Zoo is a port of Zoo from R." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] - [incanter/incanter-io "1.4.1"] + :dependencies [[incanter/incanter-io "1.4.2"] [clj-time "0.4.4" :exclusions [org.clojure/clojure org.clojure/clojure-contrib]]] diff --git a/project.clj b/project.clj index 5131fa9d..bb5c6c8f 100644 --- a/project.clj +++ b/project.clj @@ -1,19 +1,19 @@ -(defproject incanter "1.4.1" +(defproject incanter "1.4.2" :description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment." :url "http://incanter.org/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" - :dependencies [[incanter/incanter-core "1.4.1"] - [incanter/incanter-io "1.4.1"] - [incanter/incanter-charts "1.4.1"] - [incanter/incanter-mongodb "1.4.1"] - [incanter/incanter-pdf "1.4.1"] - [incanter/incanter-latex "1.4.1"] - [incanter/incanter-excel "1.4.1"] - [incanter/incanter-sql "1.4.1"] - [incanter/incanter-zoo "1.4.1"] + :dependencies [[incanter/incanter-core "1.4.2"] + [incanter/incanter-io "1.4.2"] + [incanter/incanter-charts "1.4.2"] + [incanter/incanter-mongodb "1.4.2"] + [incanter/incanter-pdf "1.4.2"] + [incanter/incanter-latex "1.4.2"] + [incanter/incanter-excel "1.4.2"] + [incanter/incanter-sql "1.4.2"] + [incanter/incanter-zoo "1.4.2"] [swingrepl "1.3.0" :exclusions [org.clojure/clojure org.clojure/clojure-contrib]]