From cafe57a2b8bb6806f1beb34fd8d9e2478e561546 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 30 Jun 2021 18:22:01 +0200 Subject: [PATCH] Update tdlib and tdlight --- tdlib/pom.xml | 146 ++++++++++++++++++++++++------------------------ tdlight/pom.xml | 144 +++++++++++++++++++++++------------------------ 2 files changed, 145 insertions(+), 145 deletions(-) diff --git a/tdlib/pom.xml b/tdlib/pom.xml index 94cf718..5d13f8a 100644 --- a/tdlib/pom.xml +++ b/tdlib/pom.xml @@ -8,8 +8,8 @@ UTF-8 0-SNAPSHOT - 3.3.49 - 3.3.47 + 3.3.51 + 3.3.49 @@ -52,12 +52,12 @@ ${natives-version} true - - it.tdlight - tdlib-natives-linux-x86 - ${natives-version} - true - + + it.tdlight + tdlib-natives-linux-x86 + ${natives-version} + true + it.tdlight tdlib-natives-linux-aarch64 @@ -103,11 +103,11 @@ slf4j-api 1.7.30 - - org.reactivestreams - reactive-streams - 1.0.3 - + + org.reactivestreams + reactive-streams + 1.0.3 + @@ -162,29 +162,29 @@ - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-jdk9 - - enforce - - - - - [1.9,) - JDK 9+ is required for compilation - - - - - - - + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-jdk9 + + enforce + + + + + [1.9,) + JDK 9+ is required for compilation + + + + + + + maven-compiler-plugin 3.8.1 @@ -193,45 +193,45 @@ 8 false - it/tdlight/tdlight/ClientManager.java + it/tdlight/tdlight/ClientManager.java - - - - default-compile - none - - - 9 - - - - - java-9-module-compile - - compile - - - 9 - - - - - java-8-compile - - compile - - - - 8 - - - module-info.java - - - - + + + + default-compile + none + + + 9 + + + + + java-9-module-compile + + compile + + + 9 + + + + + java-8-compile + + compile + + + + 8 + + + module-info.java + + + + maven-jar-plugin diff --git a/tdlight/pom.xml b/tdlight/pom.xml index f86bb18..e94ef37 100644 --- a/tdlight/pom.xml +++ b/tdlight/pom.xml @@ -8,8 +8,8 @@ UTF-8 0-SNAPSHOT - 3.3.49 - 3.3.47 + 3.3.51 + 3.3.49 @@ -52,12 +52,12 @@ ${natives-version} true - - it.tdlight - tdlight-natives-linux-x86 - ${natives-version} - true - + + it.tdlight + tdlight-natives-linux-x86 + ${natives-version} + true + it.tdlight tdlight-natives-linux-aarch64 @@ -103,11 +103,11 @@ slf4j-api 1.7.30 - - org.reactivestreams - reactive-streams - 1.0.3 - + + org.reactivestreams + reactive-streams + 1.0.3 + @@ -162,29 +162,29 @@ - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-jdk9 - - enforce - - - - - [1.9,) - JDK 9+ is required for compilation - - - - - - - + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-jdk9 + + enforce + + + + + [1.9,) + JDK 9+ is required for compilation + + + + + + + maven-compiler-plugin 3.8.1 @@ -196,42 +196,42 @@ it/tdlight/tdlib/ClientManager.java - - - - default-compile - none - - - 9 - - - - - java-9-module-compile - - compile - - - 9 - - - - - java-8-compile - - compile - - - - 8 - - - module-info.java - - - - + + + + default-compile + none + + + 9 + + + + + java-9-module-compile + + compile + + + 9 + + + + + java-8-compile + + compile + + + + 8 + + + module-info.java + + + + org.codehaus.mojo