File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- (defproject nginx-clojure /nginx-clojure " 0.4.5 "
1
+ (defproject nginx-clojure /nginx-clojure " 0.5.0 "
2
2
:description " Nginx module for clojure or groovy or java programming"
3
3
:url " https://github.com/nginx-clojure/nginx-clojure"
4
4
:license {:name " BSD 3-Clause license"
62
62
[stylefruits/gniazdo " 0.4.0" ]
63
63
]}
64
64
:unittest {
65
- :jvm-opts [" -javaagent:target/nginx-clojure-0.4.4 .jar=mb"
65
+ :jvm-opts [" -javaagent:target/nginx-clojure-0.5.0 .jar=mb"
66
66
" -Dnginx.clojure.wave.udfs=pure-clj.txt,compojure.txt,compojure-http-clj.txt"
67
- " -Xbootclasspath/a:target/nginx-clojure-0.4.4 .jar" ]
67
+ " -Xbootclasspath/a:target/nginx-clojure-0.5.0 .jar" ]
68
68
:junit-options {:fork " on" }
69
69
:java-source-paths [" test/java" " test/clojure" ]
70
70
:test-paths [" src/test/clojure" ]
You can’t perform that action at this time.
0 commit comments