Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Apr 17, 2015
1 parent fc6b124 commit a34a2a0
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To file an issue, see https://issues.jboss.org/browse/IMMUTANT
Leiningen:

``` clj
[org.immutant/immutant "2.0.0-beta3"]
[org.immutant/immutant "2.0.0"]
```

Maven:
Expand All @@ -20,7 +20,7 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>immutant</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions caching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Leiningen:

``` clj
[org.immutant/caching "2.0.0-beta3"]
[org.immutant/caching "2.0.0"]
```

Maven:
Expand All @@ -14,6 +14,6 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>caching</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion caching/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/caching "2.0.0"
:description "Create, manage and manipulate Infinispan caches."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/core "2.0.0"
:description "Utilities shared by Immutant libs."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
2 changes: 1 addition & 1 deletion immutant/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/immutant "2.0.0"
:description "A catch-all pom that brings in all Immutant libs."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
4 changes: 2 additions & 2 deletions messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Leiningen:

``` clj
[org.immutant/messaging "2.0.0-beta3"]
[org.immutant/messaging "2.0.0"]
```

Maven:
Expand All @@ -14,6 +14,6 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>messaging</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion messaging/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/messaging "2.0.0"
: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.11"]]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/immutant-parent "2.0.0"
:description "Parent for all that is Immutant"
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
4 changes: 2 additions & 2 deletions scheduling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Leiningen:

``` clj
[org.immutant/scheduling "2.0.0-beta3"]
[org.immutant/scheduling "2.0.0"]
```

Maven:
Expand All @@ -14,6 +14,6 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>scheduling</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion scheduling/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/scheduling "2.0.0"
:description "Schedule jobs for execution in the future."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
4 changes: 2 additions & 2 deletions transactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Leiningen:

``` clj
[org.immutant/transactions "2.0.0-beta3"]
[org.immutant/transactions "2.0.0"]
```

Maven:
Expand All @@ -14,6 +14,6 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>transactions</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion transactions/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/transactions "2.0.0"
:description "Provides support for distributed (XA) transactions."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
4 changes: 2 additions & 2 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Leiningen:

``` clj
[org.immutant/web "2.0.0-beta3"]
[org.immutant/web "2.0.0"]
```

Maven:
Expand All @@ -14,6 +14,6 @@ Maven:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>web</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion web/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/web "2.0.0"
:description "Serve web requests using Ring handlers, Servlets, or Undertow HttpHandlers."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly/project.clj
Original file line number Diff line number Diff line change
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-SNAPSHOT"
(defproject org.immutant/wildfly "2.0.0"
:description "Utility functions only useful within a WildFly container."
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
Expand Down

0 comments on commit a34a2a0

Please sign in to comment.