File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/main/java/ws/schild/jave Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments