diff --git a/.github/workflows/release-pydev.yml b/.github/workflows/release-pydev.yml index 0ee55d7834..6cbe0edd0b 100644 --- a/.github/workflows/release-pydev.yml +++ b/.github/workflows/release-pydev.yml @@ -14,10 +14,10 @@ jobs: with: submodules: recursive - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: 'maven' @@ -46,7 +46,7 @@ jobs: which java which mvn echo ---- rt.jar should be listed below - find /opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-101/x64/ -name "*.jar" + find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/ -name "*.jar" - name: xvfb shell: bash diff --git a/.github/workflows/tests-pydev.yml b/.github/workflows/tests-pydev.yml index cdefd10229..5a1afbdf55 100644 --- a/.github/workflows/tests-pydev.yml +++ b/.github/workflows/tests-pydev.yml @@ -43,7 +43,7 @@ jobs: which java which mvn echo ---- rt.jar should be listed below - find /opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-101/x64/ -name "*.jar" + find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/ -name "*.jar" - name: xvfb shell: bash diff --git a/builders/org.python.pydev.build/build_cmd.bat b/builders/org.python.pydev.build/build_cmd.bat index 8468416bbc..51278b9797 100644 --- a/builders/org.python.pydev.build/build_cmd.bat +++ b/builders/org.python.pydev.build/build_cmd.bat @@ -18,7 +18,7 @@ set BASE_LOCAL_PYDEV_GIT=X:\liclipsews\liclipsews\Pydev set BUILD_DIR=X:\pydev_build\build_dir set DEPLOY_DIR=X:\pydev_build\deploy_dir set JAVA_HOME=D:\bin\jdk-17.0.8.1+1 -set MAVEN_BIN=X:\liclipsews\maven\apache-maven-3.8.6\bin +set MAVEN_BIN=X:\liclipsews\maven\apache-maven-3.9.5\bin set GIT_EXECUTABLE="C:\Program Files\Git\bin\git.exe" @echo Expected in env var: SIGN_KEYPASS @echo Expected in env var: SIGN_STOREPASS diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml index e41db5bfd1..47f763428a 100644 --- a/features/org.python.pydev.feature/pom.xml +++ b/features/org.python.pydev.feature/pom.xml @@ -25,15 +25,15 @@ - org.eclipse.tycho.extras - tycho-source-feature-plugin - ${tycho-extras-version} + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} - source-feature + feature-source package - source-feature + feature-source diff --git a/plugins/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.github.properties b/plugins/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.github.properties index 9fafe0c21f..28a4af45b9 100644 --- a/plugins/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.github.properties +++ b/plugins/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.github.properties @@ -19,8 +19,8 @@ TEST_PYDEV_BASE_LOC=/home/runner/work/Pydev/Pydev/plugins/ PYTHON_LIB=/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/ #java info -JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-101/x64/bin/java -JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-101/x64/lib/rt.jar +JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/bin/java +JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/lib/rt.jar #Jython JYTHON_JAR_LOCATION=/home/runner/work/Pydev/jython_install_dir/jython.jar diff --git a/plugins/org.python.pydev.refactoring/build-test.xml b/plugins/org.python.pydev.refactoring/build-test.xml deleted file mode 100644 index 5a921539bc..0000000000 --- a/plugins/org.python.pydev.refactoring/build-test.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 219cf085e2..46d9e8ee64 100644 --- a/pom.xml +++ b/pom.xml @@ -124,8 +124,7 @@ - 2.7.5 - 2.7.5 + 4.0.3 UTF-8 eclipse-2023-09 https://download.eclipse.org/releases/2023-09/