diff --git a/example/pom.xml b/example/pom.xml index 0f4994b..e2ff18b 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -26,24 +26,24 @@ it.tdlight tdlight-java - 2.7.8.23 + 2.7.8.28 it.tdlight tdlight-natives-linux-amd64 - 3.3.164 + 4.0.168 it.tdlight tdlight-natives-windows-amd64 - 3.3.164 + 4.0.168 it.tdlight tdlight-natives-osx-amd64 - 3.3.164 + 4.0.168 diff --git a/pom.xml b/pom.xml index d0c5c2c..0c7d2a7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,79 @@ it.tdlight tdlight-java-parent ${revision} - TDLib Java Wrapper pom + TDLib Java Parent 1.0.0.0-SNAPSHOT - 168 + 169 - 166 + 167 + + + mchv-release + MCHV Release Apache Maven Packages + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot + MCHV Snapshot Apache Maven Packages + https://mvn.mchv.eu/repository/mchv-snapshot + + + + + mchv-release-distribution + MCHV Release Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot-distribution + MCHV Snapshot Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv-snapshot + + + + scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java.git + scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java.git + HEAD + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 8 + 8 + + + + + + + + tdlib + + false + + + tdlib + + + + tdlight + + false + + + tdlight + + + diff --git a/scripts/core/deploy_release.sh b/scripts/core/deploy_release.sh index 8aa5b3a..e7a516f 100755 --- a/scripts/core/deploy_release.sh +++ b/scripts/core/deploy_release.sh @@ -13,9 +13,9 @@ if [ -z "${IMPLEMENTATION_NAME}" ]; then exit 1 fi -cd ../../${IMPLEMENTATION_NAME} +cd ../../ -mvn -B -DnativesRevisionNumber="${REVISION}" -DnativesRevisionSuffix="" clean deploy --file pom.xml +mvn -B -P "${IMPLEMENTATION_NAME}" -Drevision="${REVISION}" clean deploy echo "Done." exit 0 diff --git a/scripts/core/only_compile_release.sh b/scripts/core/only_compile_release.sh index 20e24c3..83fe3e1 100755 --- a/scripts/core/only_compile_release.sh +++ b/scripts/core/only_compile_release.sh @@ -8,9 +8,9 @@ if [ -z "${IMPLEMENTATION_NAME}" ]; then exit 1 fi -cd ../../${IMPLEMENTATION_NAME} +cd "../../" -mvn -B clean package --file pom.xml +mvn -B -P "${IMPLEMENTATION_NAME}" clean package echo "Done." exit 0 diff --git a/tdlight/pom.xml b/tdlight/pom.xml index f4f2b11..4b7b1fe 100644 --- a/tdlight/pom.xml +++ b/tdlight/pom.xml @@ -300,24 +300,6 @@ - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - initialize - - read-project-properties - - - - ${basedir}/../nativesBuildNumber.properties - - - - -