Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Snapshot jobclient version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schorfheide authored and dposada committed Apr 10, 2019
1 parent 9653c55 commit 63f91f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobclient/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>twosigma</groupId>
<artifactId>cook-jobclient</artifactId>
<packaging>jar</packaging>
<version>0.5.0</version>
<version>0.5.1-SNAPSHOT</version>
<name>cook-jobclient</name>
<description>A Java API for connecting to the Cook scheduler, submitting, and monitoring jobs.</description>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/project.clj
Expand Up @@ -187,7 +187,7 @@
{:dependencies [[criterium "0.4.4"]
[org.clojure/test.check "0.6.1"]
[org.mockito/mockito-core "1.10.19"]
[twosigma/cook-jobclient "0.4.4-SNAPSHOT"]]}
[twosigma/cook-jobclient "0.5.1-SNAPSHOT"]]}

:test-console
[:test {:jvm-opts ["-Dcook.test.logging.console"]}]
Expand Down

0 comments on commit 63f91f6

Please sign in to comment.