Skip to content

Commit 37c2837

Browse files
committed
Fix scm location
Removed unused constant
1 parent 18bde47 commit 37c2837

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

jave-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
</repository>
205205
</distributionManagement>
206206
<scm>
207-
<connection>scm:git:git://github.com/a-schild/jave2.git</connection>
208-
<developerConnection>scm:git:git@github.com:a-schild/jave2.git</developerConnection>
207+
<connection>scm:git:https://github.com/a-schild/jave2.git</connection>
208+
<developerConnection>scm:git:https://github.com/a-schild/jave2.git</developerConnection>
209209
<url>https://github.com/a-schild/jave2</url>
210210
<tag>HEAD</tag>
211211
</scm>

jave-core/src/main/java/ws/schild/jave/DefaultFFMPEGLocator.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ public class DefaultFFMPEGLocator extends FFMPEGLocator {
3939

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

42-
/**
43-
* Trace the version of the bundled ffmpeg executable. It's a counter: every
44-
* time the bundled ffmpeg change it is incremented by 1.
45-
*/
46-
private static final String MY_EXE_VERSION = "2.8.0-SNAPSHOT";
47-
4842
/**
4943
* The ffmpeg executable file path.
5044
*/

0 commit comments

Comments
 (0)