Skip to content

Commit

Permalink
bump project versions to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 16, 2022
1 parent 3179723 commit 1dc2ca0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.factorhouse/slipway-jetty10 "1.1.4"
(defproject io.factorhouse/slipway-jetty10 "1.1.5"

:description "A Clojure Companion for Jetty"

Expand Down Expand Up @@ -32,4 +32,4 @@
[org.slf4j/slf4j-api "1.7.36"]]

:source-paths ["common/src" "common-jetty1x/src" "common-javax/src"]
:test-paths ["test" "common/test"])
:test-paths ["test" "common/test"])
4 changes: 2 additions & 2 deletions slipway-jetty11/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.factorhouse/slipway-jetty11 "1.1.4"
(defproject io.factorhouse/slipway-jetty11 "1.1.5"

:description "A Clojure Companion for Jetty"

Expand Down Expand Up @@ -32,4 +32,4 @@
[org.slf4j/slf4j-api "1.7.36"]]

:source-paths ["common/src" "common-jetty1x/src" "common-jakarta/src"]
:test-paths ["test" "common/test"])
:test-paths ["test" "common/test"])
4 changes: 2 additions & 2 deletions slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.factorhouse/slipway-jetty9 "1.1.4"
(defproject io.factorhouse/slipway-jetty9 "1.1.5"

:description "A Clojure Companion for Jetty"

Expand Down Expand Up @@ -33,4 +33,4 @@
:source-paths ["src" "common/src" "common-javax/src"]
:test-paths ["test" "common/test"]

:javac-options ["-target" "8" "-source" "8"])
:javac-options ["-target" "8" "-source" "8"])

0 comments on commit 1dc2ca0

Please sign in to comment.