Skip to content

Commit

Permalink
Replace snapshot versions of JitPack deps with fixed SHAs (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Aug 9, 2017
1 parent ae05c01 commit 6ece783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.github.bitsquare.btcd-cli4j</groupId>
<artifactId>btcd-cli4j-core</artifactId>
<version>master-SNAPSHOT</version>
<version>29f99be</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.bitsquare.btcd-cli4j</groupId>
<artifactId>btcd-cli4j-daemon</artifactId>
<version>master-SNAPSHOT</version>
<version>29f99be</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.github.bitsquare.libdohj</groupId>
<artifactId>libdohj-core</artifactId>
<version>master-SNAPSHOT</version> <!-- 0.14.2 -->
<version>aa0729e5</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 6ece783

Please sign in to comment.