From 1dc2ca0535ee1e08c6890f4ed6944a050a172e6c Mon Sep 17 00:00:00 2001 From: d-t-w Date: Fri, 16 Dec 2022 13:48:27 +1100 Subject: [PATCH] bump project versions to 1.1.5 --- slipway-jetty10/project.clj | 4 ++-- slipway-jetty11/project.clj | 4 ++-- slipway-jetty9/project.clj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/slipway-jetty10/project.clj b/slipway-jetty10/project.clj index 7f80e1fd..61724664 100644 --- a/slipway-jetty10/project.clj +++ b/slipway-jetty10/project.clj @@ -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" @@ -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"]) \ No newline at end of file + :test-paths ["test" "common/test"]) diff --git a/slipway-jetty11/project.clj b/slipway-jetty11/project.clj index e15eb00a..1e018aef 100644 --- a/slipway-jetty11/project.clj +++ b/slipway-jetty11/project.clj @@ -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" @@ -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"]) \ No newline at end of file + :test-paths ["test" "common/test"]) diff --git a/slipway-jetty9/project.clj b/slipway-jetty9/project.clj index 3e68b384..2a9ced06 100644 --- a/slipway-jetty9/project.clj +++ b/slipway-jetty9/project.clj @@ -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" @@ -33,4 +33,4 @@ :source-paths ["src" "common/src" "common-javax/src"] :test-paths ["test" "common/test"] - :javac-options ["-target" "8" "-source" "8"]) \ No newline at end of file + :javac-options ["-target" "8" "-source" "8"])