Skip to content

Commit

Permalink
Bump to the 0.5.5-SNAPSHOT development version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpauleez committed Jun 20, 2018
1 parent 40b1a57 commit 0a95f87
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions aws/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.aws "0.5.4"
(defproject io.pedestal/pedestal.aws "0.5.5-SNAPSHOT"
:description "AWS utilities for running Pedestal services on AWS"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[io.pedestal/pedestal.interceptor "0.5.4"]
[io.pedestal/pedestal.log "0.5.4"]
[io.pedestal/pedestal.interceptor "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.log "0.5.5-SNAPSHOT"]
;[com.amazonaws.serverless/aws-serverless-java-container-core "0.5.1" :exclusions [[com.fasterxml.jackson.core/jackson-databind]]]
[javax.servlet/javax.servlet-api "3.1.0"]
[com.amazonaws/aws-java-sdk-core "1.11.331" :exclusions [commons-logging]] ;; Needed for x-ray
Expand Down
2 changes: 1 addition & 1 deletion immutant/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.immutant "0.5.4"
(defproject io.pedestal/pedestal.immutant "0.5.5-SNAPSHOT"
:description "Embedded Immutant adapter for Pedestal HTTP Service"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
Expand Down
4 changes: 2 additions & 2 deletions interceptor/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.interceptor "0.5.4"
(defproject io.pedestal/pedestal.interceptor "0.5.5-SNAPSHOT"
:description "Pedestal interceptor chain and execution utilities"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.async "0.4.474" :exclusions [org.clojure/tools.analyzer.jvm]]
[io.pedestal/pedestal.log "0.5.4"]
[io.pedestal/pedestal.log "0.5.5-SNAPSHOT"]

;; Error interceptor tooling
[org.clojure/core.match "0.3.0-alpha5" :exclusions [[org.clojure/clojurescript]
Expand Down
2 changes: 1 addition & 1 deletion jetty/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.jetty "0.5.4"
(defproject io.pedestal/pedestal.jetty "0.5.5-SNAPSHOT"
:description "Embedded Jetty adapter for Pedestal HTTP Service"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
Expand Down
2 changes: 1 addition & 1 deletion log/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.log "0.5.4"
(defproject io.pedestal/pedestal.log "0.5.5-SNAPSHOT"
:description "Pedestal logging and metrics facilities"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
Expand Down
20 changes: 10 additions & 10 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal "0.5.4"
(defproject io.pedestal/pedestal "0.5.5-SNAPSHOT"
:plugins [[lein-sub "0.2.3"]]
:sub ["log"
"interceptor"
Expand All @@ -24,15 +24,15 @@
"service-template"]
:aliases {"docs" ["with-profile" "docs" "codox"]}
:profiles {:docs {:plugins [[lein-codox "0.9.5"]]
:dependencies [[io.pedestal/pedestal.log "0.5.4"]
[io.pedestal/pedestal.interceptor "0.5.4"]
[io.pedestal/pedestal.route "0.5.4"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.4"]
[io.pedestal/pedestal.immutant "0.5.4"]
[io.pedestal/pedestal.tomcat "0.5.4"]
[io.pedestal/pedestal.aws "0.5.4"]
[io.pedestal/pedestal.service-tools "0.5.4"]]
:dependencies [[io.pedestal/pedestal.log "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.interceptor "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.route "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.service "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.jetty "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.immutant "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.tomcat "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.aws "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.service-tools "0.5.5-SNAPSHOT"]]
:codox {:output-path "codox"
:source-uri "http://github.com/pedestal/pedestal/blob/{version}/{filepath}#L{line}"
:source-paths ["log/src"
Expand Down
6 changes: 3 additions & 3 deletions route/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.route "0.5.4"
(defproject io.pedestal/pedestal.route "0.5.5-SNAPSHOT"
:description "Pedestal route definition and router construction"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.async "0.4.474" :exclusions [org.clojure/tools.analyzer.jvm]]
[io.pedestal/pedestal.log "0.5.4"]
[io.pedestal/pedestal.interceptor "0.5.4"]
[io.pedestal/pedestal.log "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.interceptor "0.5.5-SNAPSHOT"]
[org.clojure/core.incubator "0.1.4"]]
:min-lein-version "2.0.0"
:global-vars {*warn-on-reflection* true}
Expand Down
2 changes: 1 addition & 1 deletion script/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# 1. Without changing any other source files, it removes the -SNAPSHOT
# from the versions of every project.clj. It creates a git commit with
# this new state, and an associated git tag.
# this new state, and an associated git tag.
#
# 2. Tracking the release checkpoint in git, it pushes a release of
# the software in its present state to Clojars. It pushes releases in
Expand Down
2 changes: 1 addition & 1 deletion script/util/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def clean!
end

def deploy!
["jetty", "immutant", "tomcat", "aws", "log", "interceptor", "route", "service", "service-tools", "service-template"].each do |artifact|
["jetty", "immutant", "tomcat", "log", "interceptor", "aws", "route", "service", "service-tools", "service-template"].each do |artifact|
unless system("cd #{artifact} && echo $PWD && lein deploy clojars")
puts "Failed deploying #{artifact}. Aborting."
exit -1
Expand Down
2 changes: 1 addition & 1 deletion service-template/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject pedestal-service/lein-template "0.5.4"
(defproject pedestal-service/lein-template "0.5.5-SNAPSHOT"
:description "A Pedestal Service template."
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
Expand Down
10 changes: 5 additions & 5 deletions service-template/src/leiningen/new/pedestal_service/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.service "0.5.5-SNAPSHOT"]

;; Remove this line and uncomment one of the next lines to
;; use Immutant or Tomcat instead of Jetty:
[io.pedestal/pedestal.jetty "0.5.4"]
;; [io.pedestal/pedestal.immutant "0.5.4"]
;; [io.pedestal/pedestal.tomcat "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.5-SNAPSHOT"]
;; [io.pedestal/pedestal.immutant "0.5.5-SNAPSHOT"]
;; [io.pedestal/pedestal.tomcat "0.5.5-SNAPSHOT"]

[ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]]
[org.slf4j/jul-to-slf4j "1.7.25"]
Expand All @@ -21,7 +21,7 @@
;; If you use HTTP/2 or ALPN, use the java-agent to pull in the correct alpn-boot dependency
;:java-agents [[org.mortbay.jetty.alpn/jetty-alpn-agent "2.0.5"]]
:profiles {:dev {:aliases {"run-dev" ["trampoline" "run" "-m" "{{namespace}}.server/run-dev"]}
:dependencies [[io.pedestal/pedestal.service-tools "0.5.4"]]}
:dependencies [[io.pedestal/pedestal.service-tools "0.5.5-SNAPSHOT"]]}
:uberjar {:aot [{{namespace}}.server]}}
:main ^{:skip-aot true} {{namespace}}.server)

4 changes: 2 additions & 2 deletions service-tools/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.service-tools "0.5.4"
(defproject io.pedestal/pedestal.service-tools "0.5.5-SNAPSHOT"
:description "Pedestal tools for service development"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:min-lein-version "2.0.0"
:dependencies [[io.pedestal/pedestal.service "0.5.4"]
:dependencies [[io.pedestal/pedestal.service "0.5.5-SNAPSHOT"]
[org.clojure/data.xml "0.2.0-alpha5"]

;; Auto-reload changes
Expand Down
14 changes: 7 additions & 7 deletions service/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.service "0.5.4"
(defproject io.pedestal/pedestal.service "0.5.5-SNAPSHOT"
:description "Pedestal Service"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]

[io.pedestal/pedestal.log "0.5.4"]
[io.pedestal/pedestal.interceptor "0.5.4"]
[io.pedestal/pedestal.route "0.5.4"]
[io.pedestal/pedestal.log "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.interceptor "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.route "0.5.5-SNAPSHOT"]

;; channels
[org.clojure/core.async "0.4.474" :exclusions [org.clojure/tools.analyzer.jvm]]
Expand Down Expand Up @@ -60,9 +60,9 @@
[clj-tuple]]]
[com.ning/async-http-client "1.8.13"]
[org.eclipse.jetty/jetty-servlets "9.4.10.v20180503"]
[io.pedestal/pedestal.jetty "0.5.4"]
[io.pedestal/pedestal.immutant "0.5.4"]
[io.pedestal/pedestal.tomcat "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.immutant "0.5.5-SNAPSHOT"]
[io.pedestal/pedestal.tomcat "0.5.5-SNAPSHOT"]
[javax.servlet/javax.servlet-api "3.1.0"]
;; Logging:
[ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]]
Expand Down
2 changes: 1 addition & 1 deletion tomcat/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
; You must not remove this notice, or any other, from this software.

(defproject io.pedestal/pedestal.tomcat "0.5.4"
(defproject io.pedestal/pedestal.tomcat "0.5.5-SNAPSHOT"
:description "Embedded Tomcat adapter for Pedestal HTTP Service"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
Expand Down

0 comments on commit 0a95f87

Please sign in to comment.