From 23ac1c3b00244df38f0a1dc698bc20d4c7fbee6e Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 21 Oct 2024 22:03:04 +0200 Subject: [PATCH] Update to Java 17 --- openvidu-test-browsers/pom.xml | 4 +- openvidu-test-e2e/pom.xml | 4 +- pom.xml | 303 --------------------------------- 3 files changed, 4 insertions(+), 307 deletions(-) delete mode 100644 pom.xml diff --git a/openvidu-test-browsers/pom.xml b/openvidu-test-browsers/pom.xml index 8631f253..9544373f 100644 --- a/openvidu-test-browsers/pom.xml +++ b/openvidu-test-browsers/pom.xml @@ -47,8 +47,8 @@ - - 11 + + 17 ${java.version} ${java.version} diff --git a/openvidu-test-e2e/pom.xml b/openvidu-test-e2e/pom.xml index c7386d73..fc4b1354 100644 --- a/openvidu-test-e2e/pom.xml +++ b/openvidu-test-e2e/pom.xml @@ -47,8 +47,8 @@ - - 11 + + 17 ${java.version} ${java.version} diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 174c797f..00000000 --- a/pom.xml +++ /dev/null @@ -1,303 +0,0 @@ - - 4.0.0 - - io.openvidu - openvidu-parent - 2.0.0 - pom - - OpenVidu - OpenVidu parent pom: versioning, dependencies and plugins for all OpenVidu artifacts - https://openvidu.io - - - - Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - OpenVidu - https://openvidu.io - - - - https://github.com/OpenVidu/openvidu.git - scm:git:https://github.com/OpenVidu/openvidu.git - scm:git:https://github.com/OpenVidu/openvidu.git - develop - - - - - openvidu.io - -openvidu.io Community - openvidu.io - https://openvidu.io - - - - - - 2.7.18 - 7.0.1-SNAPSHOT - 2.30.0 - 1.1.0 - 1.1.0 - 1.1.1 - - 5.9.1 - 4.12.1 - 4.9.0 - 2.0.9 - 3.1.9 - 3.2.13 - 1.7.36 - 2.10 - 0.2.5 - 1.17.6 - 8.3.0 - 2.0.0 - - 3.10.1 - 3.1.0 - 1.6.1 - 3.2.1 - 3.3.0 - 3.0.0-M7 - 1.6 - 1.6.13 - 3.1.0 - 3.4.1 - 3.8.6 - - https://github.com/OpenVidu/openvidu - git@github.com:OpenVidu/openvidu.git - - UTF-8 - - - - - - - UTF-8 - UTF-8 - - 11 - - - ${java.version} - - - 3.0.3 - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${version.compiler.plugin} - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${version.enforcer.plugin} - - - enforce-java-version - - enforce - - - - - To build this project JDK ${java.version} (or greater) - is required. Please install it. - ${java.version} - - - - - - enforce-maven-version - - enforce - - - - - To build this project Maven ${maven.min.version} (or - greater) is required. Please install it. - ${maven.min.version} - - - - - - enforce-bytecode-version - - enforce - - - - - ${java.version} - - - true - - - - enforce-ban-duplicate-classes - - enforce - - - - - true - - - false - - - - enforce-ban-circular-dependencies - - enforce - - - - - - true - - - - - - org.codehaus.mojo - extra-enforcer-rules - ${version.extra.enforcer.rules.plugin} - - - - - - - - - default - - true - - - openvidu-server - openvidu-client - openvidu-test-e2e - openvidu-test-browsers - openvidu-java-client - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-source-plugin - ${version.source.plugin} - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${version.gpg.plugin} - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus.staging.plugin} - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - - - - - io.openvidu - openvidu-server - - - io.openvidu - openvidu-client - - - io.openvidu - openvidu-test-e2e - - - io.openvidu - openvidu-test-browsers - - - io.openvidu - openvidu-java-client - - - - - \ No newline at end of file