Skip to content

Commit

Permalink
Fix scm location
Browse files Browse the repository at this point in the history
Removed unused constant
  • Loading branch information
a-schild committed Jul 23, 2020
1 parent 18bde47 commit 37c2837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions jave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/a-schild/jave2.git</connection>
<developerConnection>scm:git:git@github.com:a-schild/jave2.git</developerConnection>
<connection>scm:git:https://github.com/a-schild/jave2.git</connection>
<developerConnection>scm:git:https://github.com/a-schild/jave2.git</developerConnection>
<url>https://github.com/a-schild/jave2</url>
<tag>HEAD</tag>
</scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ public class DefaultFFMPEGLocator extends FFMPEGLocator {

private static final Logger LOG = LoggerFactory.getLogger(DefaultFFMPEGLocator.class);

/**
* Trace the version of the bundled ffmpeg executable. It's a counter: every
* time the bundled ffmpeg change it is incremented by 1.
*/
private static final String MY_EXE_VERSION = "2.8.0-SNAPSHOT";

/**
* The ffmpeg executable file path.
*/
Expand Down

0 comments on commit 37c2837

Please sign in to comment.