Skip to content

Commit

Permalink
Switch from Bintray to JitPack. Fixes kaitai-io#14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Oct 26, 2021
1 parent 42f5c97 commit aca4a20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<version>0.8</version>
</dependency>
<dependency>
<groupId>ru.mingun</groupId>
<groupId>com.github.Mingun</groupId>
<artifactId>JHexView</artifactId>
<version>2.1</version>
<version>v2.1</version>
</dependency>
<dependency>
<groupId>com.github.olivergondza</groupId>
Expand Down Expand Up @@ -113,9 +113,8 @@
</repository>
<repository>
<!--JHexView-->
<id>bintray-mingun-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/mingun/maven</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

Expand Down

0 comments on commit aca4a20

Please sign in to comment.