diff --git a/Changelog.md b/Changelog.md index c120ab0..5858468 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,8 @@ # JAVE2 ## Changelog -- **3.3.0-SNAPSHOT** +- **3.3.0** + - Upgraded slf4j libraries - Added options to get/set options by index, thanks to HANXU2018 - Upgraded binaries to 4.4.1 release OS-X releases from https://www.osxexperts.net/ diff --git a/README.md b/README.md index d381341..4793fb6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ It includes all binaries for the supported platforms ws.schild jave-all-deps - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -64,7 +64,7 @@ Include the following in your pom files. ws.schild jave-core - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -75,7 +75,7 @@ and then the specific jar(s) for your platform(s) : ws.schild jave-nativebin-linux64 - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -84,7 +84,7 @@ and then the specific jar(s) for your platform(s) : ws.schild jave-nativebin-linux-arm64 - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -93,7 +93,7 @@ and then the specific jar(s) for your platform(s) : ws.schild jave-nativebin-linux-arm32 - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -102,7 +102,7 @@ and then the specific jar(s) for your platform(s) : ws.schild jave-nativebin-win64 - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -111,7 +111,7 @@ and then the specific jar(s) for your platform(s) : ws.schild jave-nativebin-osx64 - 3.3.0-SNAPSHOT + 3.3.0 ``` @@ -120,13 +120,13 @@ and then the specific jar(s) for your platform(s) : It includes all binaries for the supported platforms ``` XML -compile group: 'ws.schild', name: 'jave-all-deps', version: '3.3.0-SNAPSHOT' +compile group: 'ws.schild', name: 'jave-all-deps', version: '3.3.0' ``` ### For one platform only (Linux 64Bit in this case) ``` XML -compile group: 'ws.schild', name: 'jave-core', version: '3.3.0-SNAPSHOT' -compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.3.0-SNAPSHOT' +compile group: 'ws.schild', name: 'jave-core', version: '3.3.0' +compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.3.0' ``` ### Main Components of Jave2 diff --git a/jave-all-deps/pom.xml b/jave-all-deps/pom.xml index 66e6ad3..5c240c5 100644 --- a/jave-all-deps/pom.xml +++ b/jave-all-deps/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-all-deps Jave all native dependencies package The JAVE (Java Audio Video Encoder) library is Java wrapper on the @@ -154,47 +154,47 @@ ws.schild jave-core - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-osx64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-osxm1 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux-arm32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux-arm64 - 3.3.0-SNAPSHOT + 3.3.0 diff --git a/jave-core-test-java11/pom.xml b/jave-core-test-java11/pom.xml index 7c84b1e..cdb5b2b 100644 --- a/jave-core-test-java11/pom.xml +++ b/jave-core-test-java11/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-core-test-java11 11 @@ -38,32 +38,32 @@ ws.schild jave-core - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-osx64 - 3.3.0-SNAPSHOT + 3.3.0 diff --git a/jave-core-test/pom.xml b/jave-core-test/pom.xml index 896fb6c..d2ed00b 100644 --- a/jave-core-test/pom.xml +++ b/jave-core-test/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-core-test 1.8 @@ -40,32 +40,32 @@ ws.schild jave-core - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-win64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux32 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux64 - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-osx64 - 3.3.0-SNAPSHOT + 3.3.0 diff --git a/jave-core/pom.xml b/jave-core/pom.xml index 2909237..01c1894 100644 --- a/jave-core/pom.xml +++ b/jave-core/pom.xml @@ -6,7 +6,7 @@ ws.schild jave-core jar - 3.3.0-SNAPSHOT + 3.3.0 Jave core package The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE2 to transcode @@ -50,7 +50,7 @@ 1.6 1.6.8 1.11.2 - 1.7.26 + 1.7.36 5.4.2 @@ -247,4 +247,4 @@ - \ No newline at end of file + diff --git a/jave-example/pom.xml b/jave-example/pom.xml index d14fcf2..5b3dec0 100644 --- a/jave-example/pom.xml +++ b/jave-example/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-example 12 @@ -66,12 +66,12 @@ ws.schild jave-core - 3.3.0-SNAPSHOT + 3.3.0 ws.schild jave-nativebin-linux32 - 3.3.0-SNAPSHOT + 3.3.0 diff --git a/jave-nativebin-arm32/pom.xml b/jave-nativebin-arm32/pom.xml index 9d4990c..031b92e 100644 --- a/jave-nativebin-arm32/pom.xml +++ b/jave-nativebin-arm32/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-linux-arm32 Jave linux arm 32 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-arm64/pom.xml b/jave-nativebin-arm64/pom.xml index ec3018c..e3a3923 100644 --- a/jave-nativebin-arm64/pom.xml +++ b/jave-nativebin-arm64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-linux-arm64 Jave linux arm 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-linux32/pom.xml b/jave-nativebin-linux32/pom.xml index 9d4b952..939da24 100644 --- a/jave-nativebin-linux32/pom.xml +++ b/jave-nativebin-linux32/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-linux32 Jave linux 32 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-linux64/pom.xml b/jave-nativebin-linux64/pom.xml index 05b9a23..9e5e163 100644 --- a/jave-nativebin-linux64/pom.xml +++ b/jave-nativebin-linux64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-linux64 Jave linux 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-osx64/pom.xml b/jave-nativebin-osx64/pom.xml index 9fca3d5..d7f352b 100644 --- a/jave-nativebin-osx64/pom.xml +++ b/jave-nativebin-osx64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-osx64 Jave OSX 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-osxm1/pom.xml b/jave-nativebin-osxm1/pom.xml index f9a6521..f02ae37 100644 --- a/jave-nativebin-osxm1/pom.xml +++ b/jave-nativebin-osxm1/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-osxm1 Jave OSX m1 native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-win32/pom.xml b/jave-nativebin-win32/pom.xml index bbcdb7c..8e13a58 100644 --- a/jave-nativebin-win32/pom.xml +++ b/jave-nativebin-win32/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-win32 Jave windows 32 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-nativebin-win64/pom.xml b/jave-nativebin-win64/pom.xml index d21e1cc..abe9f83 100644 --- a/jave-nativebin-win64/pom.xml +++ b/jave-nativebin-win64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 3.3.0-SNAPSHOT + 3.3.0 jave-nativebin-win64 Jave windows 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/pom.xml b/pom.xml index ab9bacd..f5060af 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ jave-modules pom - 3.3.0-SNAPSHOT + 3.3.0 1.8 1.8 UTF-8 - 3.3.0-SNAPSHOT + 3.3.0 Jave master project Jave master project https://github.com/a-schild/jave2