Skip to content

Commit

Permalink
Updated version number to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
liebke committed Apr 20, 2010
1 parent 6749e7e commit 21c54b2
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions modules/incanter-charts/project.clj
@@ -1,7 +1,7 @@
(defproject incanter/incanter-charts "1.2.2-SNAPSHOT"
(defproject incanter/incanter-charts "1.2.2"
:description "Incanter-charts is the JFreeChart module of the Incanter project."
:dependencies [[incanter/incanter-core "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-core "1.2.2"]
[incanter/jfreechart "1.0.13-no-gnujaxp"]]
:dev-dependencies [[incanter/incanter-io "1.2.2-SNAPSHOT"]
:dev-dependencies [[incanter/incanter-io "1.2.2"]
[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.1.0"]])
2 changes: 1 addition & 1 deletion modules/incanter-core/project.clj
@@ -1,4 +1,4 @@
(defproject incanter/incanter-core "1.2.2-SNAPSHOT"
(defproject incanter/incanter-core "1.2.2"
:description "Incanter-core is the core module of the Incanter project."
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-master-SNAPSHOT"]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-io/project.clj
@@ -1,6 +1,6 @@
(defproject incanter/incanter-io "1.2.2-SNAPSHOT"
(defproject incanter/incanter-io "1.2.2"
:description "Incanter-io is the I/O module of the Incanter project."
:dependencies [[incanter/incanter-core "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-core "1.2.2"]
[net.sf.opencsv/opencsv "2.0.1"]
[org.danlarkin/clojure-json "1.1-SNAPSHOT"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-latex/project.clj
@@ -1,6 +1,6 @@
(defproject incanter/incanter-latex "1.2.2-SNAPSHOT"
(defproject incanter/incanter-latex "1.2.2"
:description "Library for rendering LaTeX math equations using the jLateXMath library."
:dependencies [[incanter/incanter-charts "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-charts "1.2.2"]
[net.sf.alxa/jlatexmath "0.9.1-SNAPSHOT"]]
:dev-dependencies [[leiningen/lein-swank "1.1.0"]
[lein-clojars "0.5.0-SNAPSHOT"]]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-mongodb/project.clj
@@ -1,6 +1,6 @@
(defproject incanter/incanter-mongodb "1.2.2-SNAPSHOT"
(defproject incanter/incanter-mongodb "1.2.2"
:description "Incanter-mongodb is the MongoDB module of the Incanter project."
:dependencies [[incanter/incanter-core "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-core "1.2.2"]
[congomongo "0.1.2-SNAPSHOT"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.1.0"]])
4 changes: 2 additions & 2 deletions modules/incanter-pdf/project.clj
@@ -1,6 +1,6 @@
(defproject incanter/incanter-pdf "1.2.2-SNAPSHOT"
(defproject incanter/incanter-pdf "1.2.2"
:description "Incanter-pdf is the PDF module of the Incanter project."
:dependencies [[incanter/incanter-charts "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-charts "1.2.2"]
[com.lowagie/itext "1.4"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.1.0"]])
4 changes: 2 additions & 2 deletions modules/incanter-processing/project.clj
@@ -1,6 +1,6 @@
(defproject incanter/incanter-processing "1.2.2-SNAPSHOT"
(defproject incanter/incanter-processing "1.2.2"
:description "Incanter-processing is the Processing module of the Incanter project."
:dependencies [[incanter/incanter-core "1.2.2-SNAPSHOT"]
:dependencies [[incanter/incanter-core "1.2.2"]
[incanter/processing-core "1"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.1.0"]])
18 changes: 9 additions & 9 deletions project.clj
@@ -1,15 +1,15 @@
(defproject incanter "1.2.2-SNAPSHOT"
(defproject incanter "1.2.2"
:description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment."
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-master-SNAPSHOT"]
[incanter/incanter-core "1.2.2-SNAPSHOT"]
[incanter/incanter-core "1.2.2-SNAPSHOT"]
[incanter/incanter-io "1.2.2-SNAPSHOT"]
[incanter/incanter-charts "1.2.2-SNAPSHOT"]
[incanter/incanter-processing "1.2.2-SNAPSHOT"]
[incanter/incanter-mongodb "1.2.2-SNAPSHOT"]
[incanter/incanter-pdf "1.2.2-SNAPSHOT"]
[incanter/incanter-latex "1.2.2-SNAPSHOT"]]
[incanter/incanter-core "1.2.2"]
[incanter/incanter-core "1.2.2"]
[incanter/incanter-io "1.2.2"]
[incanter/incanter-charts "1.2.2"]
[incanter/incanter-processing "1.2.2"]
[incanter/incanter-mongodb "1.2.2"]
[incanter/incanter-pdf "1.2.2"]
[incanter/incanter-latex "1.2.2"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.1.0"]
[jline "0.9.94"]])

0 comments on commit 21c54b2

Please sign in to comment.