Skip to content

Commit

Permalink
Fixed tests, release 1.3.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmsparks committed Jan 21, 2019
1 parent 8f365a0 commit f832c24
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bundles/default/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada VERSION
:description "A complete batteries-included bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion bundles/lean/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/lean VERSION
:description "A stripped-down batteries-not-included bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion bundles/next/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/next VERSION
:description "Experimental 'next' bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion ext/aleph/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/aleph VERSION
:description "yada integration with Aleph (and Netty)"
Expand Down
2 changes: 1 addition & 1 deletion ext/async/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/async VERSION
:description "core.async integration"
Expand Down
2 changes: 1 addition & 1 deletion ext/bidi/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/bidi VERSION
:description "bidi integration with yada"
Expand Down
2 changes: 1 addition & 1 deletion ext/json-html/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/json-html VERSION
:description "HTML rendering of JSON"
Expand Down
2 changes: 1 addition & 1 deletion ext/json/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/json VERSION
:description "Support for application/json media types"
Expand Down
2 changes: 1 addition & 1 deletion ext/jwt/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/jwt VERSION
:description "JSON Web Token support"
Expand Down
2 changes: 1 addition & 1 deletion ext/multipart/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/multipart VERSION
:description "Multipart support"
Expand Down
2 changes: 1 addition & 1 deletion ext/oauth2/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/oauth2 VERSION
:description "OAuth2 support"
Expand Down
2 changes: 1 addition & 1 deletion ext/swagger/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/swagger VERSION
:license {:name "The MIT License"
Expand Down
2 changes: 1 addition & 1 deletion ext/transit/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/transit VERSION
:description "Support for transit media-types"
Expand Down
2 changes: 1 addition & 1 deletion ext/webjars/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/webjars VERSION
:description "Support for webjars"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.3.0-alpha5")
(def VERSION "1.3.0-alpha6")

(defproject yada/core VERSION
:description "A powerful Clojure web library, full HTTP, full async"
Expand Down
4 changes: 2 additions & 2 deletions set-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
ext="sedbak$$"
find . -name project.clj -exec sed -i.$ext "s/(def VERSION \".*\")/(def VERSION \"$1\")/g" '{}' \;
sed -i.$ext "s/\[yada \".*\"\]/\[yada \"$1\"\]/g" doc/install.adoc
sed -i.$ext "s/\[yada \".*\"\]/\[yada \"$1\"\]/g" README.md
#sed -i.$ext "s/\[yada \".*\"\]/\[yada \"$1\"\]/g" doc/install.adoc
#sed -i.$ext "s/\[yada \".*\"\]/\[yada \"$1\"\]/g" README.md
sed -i.$ext "s/\[yada\/lean \".*\"\]/\[yada\/lean \"$1\"\]/g" README.md
find . -name "*.$ext" -exec rm '{}' \;

0 comments on commit f832c24

Please sign in to comment.