Skip to content

Commit

Permalink
Version 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Feb 10, 2015
1 parent 64048bc commit b3b2d88
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion caching/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/caching "2.0.0-beta2"
(defproject org.immutant/caching "2.0.0-SNAPSHOT"
:description "Create, manage and manipulate Infinispan caches."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/core "2.0.0-beta2"
(defproject org.immutant/core "2.0.0-SNAPSHOT"
:description "Utilities shared by Immutant libs."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion immutant/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/immutant "2.0.0-beta2"
(defproject org.immutant/immutant "2.0.0-SNAPSHOT"
:description "A catch-all pom that brings in all Immutant libs."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion messaging/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/messaging "2.0.0-beta2"
(defproject org.immutant/messaging "2.0.0-SNAPSHOT"
:description "Easily publish and receive messages containing any type of nested data structure to dynamically-created queues and topics."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/immutant-parent "2.0.0-beta2"
(defproject org.immutant/immutant-parent "2.0.0-SNAPSHOT"
:description "Parent for all that is Immutant"
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion scheduling/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/scheduling "2.0.0-beta2"
(defproject org.immutant/scheduling "2.0.0-SNAPSHOT"
:description "Schedule jobs for execution in the future."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion transactions/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/transactions "2.0.0-beta2"
(defproject org.immutant/transactions "2.0.0-SNAPSHOT"
:description "Provides support for distributed (XA) transactions."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion web/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/web "2.0.0-beta2"
(defproject org.immutant/web "2.0.0-SNAPSHOT"
:description "Serve web requests using Ring handlers, Servlets, or Undertow HttpHandlers."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/wildfly "2.0.0-beta2"
(defproject org.immutant/wildfly "2.0.0-SNAPSHOT"
:description "Utility functions only useful within a WildFly container."
:pedantic? false
:plugins [[lein-modules "0.3.10"]]
Expand Down

0 comments on commit b3b2d88

Please sign in to comment.