Skip to content

Commit

Permalink
Updated ok-response-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Aug 19, 2016
1 parent 59b6be9 commit 9d08deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; Pavel Tisnovsky
;

(defproject org.clojars.tisnik/clj-jenkins-api "0.9.0-SNAPSHOT"
(defproject org.clojars.tisnik/clj-jenkins-api "0.10.0-SNAPSHOT"
:description "Set of functions to communicate with Jenkins via its API."
:url "https://github.com/tisnik/clj-jenkins-api"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/clj_jenkins_api/jenkins_api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
:command command
:jenkinsResponse jenkins-response}
{:status "ok"
:job-name job-name
:jobName job-name
:command command}))

(defn error-response-structure
Expand Down

0 comments on commit 9d08deb

Please sign in to comment.