Skip to content

Commit

Permalink
Clojure Collector: bump to 2.1.1 (closes #3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Aug 28, 2018
1 parent e13cdd8 commit d6ce7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2-collectors/clojure-collector/java-servlet/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;;;; Copyright: Copyright (c) 2012-2013 Snowplow Analytics Ltd
;;;; License: Apache License Version 2.0

(defproject snowplow/clojure-collector "2.1.0" ;; MUST also bump version in server.xml
(defproject snowplow/clojure-collector "2.1.1" ;; MUST also bump version in server.xml
:license {:name "Apache Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:description "A SnowPlow event collector written in Clojure. AWS Elastic Beanstalk compatible."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<Valve className="com.snowplowanalytics.snowplow.collectors.clojure.SnowplowAccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt" rotatable="false" requestAttributesEnabled="true"
encoding="UTF-8"
pattern="%{yyyy-MM-dd}t&#9;%{HH:mm:ss}t&#9;-&#9;%b&#9;%a&#9;%m&#9;%h&#9;%U&#9;%s&#9;%{Referer}i&#9;%{User-Agent}I&#9;%q&amp;cv=clj-2.1.0-%v&amp;nuid=%{sp}C&#9;-&#9;-&#9;-&#9;%~&#9;%w" />
pattern="%{yyyy-MM-dd}t&#9;%{HH:mm:ss}t&#9;-&#9;%b&#9;%a&#9;%m&#9;%h&#9;%U&#9;%s&#9;%{Referer}i&#9;%{User-Agent}I&#9;%q&amp;cv=clj-2.1.1-%v&amp;nuid=%{sp}C&#9;-&#9;-&#9;-&#9;%~&#9;%w" />


</Host>
Expand Down

0 comments on commit d6ce7ba

Please sign in to comment.