Skip to content

Commit

Permalink
bump to latest isoparser
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Mar 13, 2015
1 parent c85bff9 commit 21bdd7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.sannies.isoviewer</groupId>
<packaging>jar</packaging>
<name>ISO Viewer</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<description>The ISO Viewer is a UI Tool for viewing ISO Box files (see ISO/IEC 14496-12). Useful for looking into
Apple Quicktime Movies, DCF files, PDCF files, MP4 files and other ISO Box files.
</description>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.0.5.3</version>
<version>1.0.5.8</version>
</dependency>
<dependency>
<groupId>org.jdesktop.bsaf</groupId>
Expand All @@ -145,7 +145,7 @@
<repositories>
<repository>
<id>mp4parser-staging</id>
<url>https://oss.sonatype.org/content/repositories/comgooglecodemp4parser-1049</url>
<url>https://oss.sonatype.org/content/repositories/comgooglecodemp4parser-1059</url>
</repository>
</repositories>

Expand Down

0 comments on commit 21bdd7c

Please sign in to comment.