From e1506163821324fe359c3c9a13a6c4d807b2c68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Tue, 9 Apr 2024 09:11:07 +0300 Subject: [PATCH] Update tycho to 4.0.7 --- .mvn/maven.config | 2 +- org.eclipse.m2e.apt.core/forceQualifierUpdate.txt | 2 ++ .../resources/projects/projectExtension/pom.xml | 2 +- org.eclipse.m2e.core.ui/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.core/forceQualifierUpdate.txt | 2 +- org.eclipse.m2e.discovery/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.jdt.ui/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.jdt/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.launching/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.logback/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.mavenarchiver/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.model.edit/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml | 2 +- org.eclipse.m2e.pde.connector/forceQualifierUpdate.txt | 2 ++ org.eclipse.m2e.pde.target/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.pde.ui/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.profiles.core/forceQualifierUpdate.txt | 2 ++ org.eclipse.m2e.profiles.ui/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.refactoring/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.scm/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.sourcelookup.ui/forceQualifierUpdate.txt | 1 + org.eclipse.m2e.tests.common/forceQualifierUpdate.txt | 2 ++ 22 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 org.eclipse.m2e.apt.core/forceQualifierUpdate.txt create mode 100644 org.eclipse.m2e.pde.connector/forceQualifierUpdate.txt create mode 100644 org.eclipse.m2e.profiles.core/forceQualifierUpdate.txt create mode 100644 org.eclipse.m2e.tests.common/forceQualifierUpdate.txt diff --git a/.mvn/maven.config b/.mvn/maven.config index 4bb3874742..d9c335ad7b 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -5,4 +5,4 @@ --fail-at-end -Dtycho.localArtifacts=ignore -Dtycho.target.pomDependencies=consider --Dtycho-version=4.0.4 +-Dtycho-version=4.0.7 diff --git a/org.eclipse.m2e.apt.core/forceQualifierUpdate.txt b/org.eclipse.m2e.apt.core/forceQualifierUpdate.txt new file mode 100644 index 0000000000..a7e92e0294 --- /dev/null +++ b/org.eclipse.m2e.apt.core/forceQualifierUpdate.txt @@ -0,0 +1,2 @@ +# To force a version qualifier update add the bug here +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.core.tests/resources/projects/projectExtension/pom.xml b/org.eclipse.m2e.core.tests/resources/projects/projectExtension/pom.xml index 3372906c41..a110393e6a 100644 --- a/org.eclipse.m2e.core.tests/resources/projects/projectExtension/pom.xml +++ b/org.eclipse.m2e.core.tests/resources/projects/projectExtension/pom.xml @@ -7,7 +7,7 @@ 0.0.1-SNAPSHOT - 2.7.3 + 4.0.7 diff --git a/org.eclipse.m2e.core.ui/forceQualifierUpdate.txt b/org.eclipse.m2e.core.ui/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.core.ui/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.core.ui/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.core/forceQualifierUpdate.txt b/org.eclipse.m2e.core/forceQualifierUpdate.txt index e4e3f0bc63..7242a20fe7 100644 --- a/org.eclipse.m2e.core/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.core/forceQualifierUpdate.txt @@ -1,3 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI -Last update: Wed Mar 22 15:45:13 CST 2023 +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.discovery/forceQualifierUpdate.txt b/org.eclipse.m2e.discovery/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.discovery/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.discovery/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.jdt.ui/forceQualifierUpdate.txt b/org.eclipse.m2e.jdt.ui/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.jdt.ui/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.jdt.ui/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.jdt/forceQualifierUpdate.txt b/org.eclipse.m2e.jdt/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.jdt/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.jdt/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.launching/forceQualifierUpdate.txt b/org.eclipse.m2e.launching/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.launching/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.launching/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.logback/forceQualifierUpdate.txt b/org.eclipse.m2e.logback/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.logback/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.logback/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.mavenarchiver/forceQualifierUpdate.txt b/org.eclipse.m2e.mavenarchiver/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.mavenarchiver/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.mavenarchiver/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.model.edit/forceQualifierUpdate.txt b/org.eclipse.m2e.model.edit/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.model.edit/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.model.edit/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml b/org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml index 44c19b785a..05e50a3e62 100644 --- a/org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml +++ b/org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 3.0.0 + 4.0.7 diff --git a/org.eclipse.m2e.pde.connector/forceQualifierUpdate.txt b/org.eclipse.m2e.pde.connector/forceQualifierUpdate.txt new file mode 100644 index 0000000000..a7e92e0294 --- /dev/null +++ b/org.eclipse.m2e.pde.connector/forceQualifierUpdate.txt @@ -0,0 +1,2 @@ +# To force a version qualifier update add the bug here +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.pde.target/forceQualifierUpdate.txt b/org.eclipse.m2e.pde.target/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.pde.target/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.pde.target/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.pde.ui/forceQualifierUpdate.txt b/org.eclipse.m2e.pde.ui/forceQualifierUpdate.txt index ddab7b94c3..546873220f 100644 --- a/org.eclipse.m2e.pde.ui/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.pde.ui/forceQualifierUpdate.txt @@ -1,3 +1,4 @@ # To force a version qualifier update add the bug here Enforce recompilation to pick up return-type change from Array to List: https://github.com/eclipse-m2e/m2e-core/issues/896 Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.profiles.core/forceQualifierUpdate.txt b/org.eclipse.m2e.profiles.core/forceQualifierUpdate.txt new file mode 100644 index 0000000000..a7e92e0294 --- /dev/null +++ b/org.eclipse.m2e.profiles.core/forceQualifierUpdate.txt @@ -0,0 +1,2 @@ +# To force a version qualifier update add the bug here +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.profiles.ui/forceQualifierUpdate.txt b/org.eclipse.m2e.profiles.ui/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.profiles.ui/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.profiles.ui/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.refactoring/forceQualifierUpdate.txt b/org.eclipse.m2e.refactoring/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.refactoring/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.refactoring/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.scm/forceQualifierUpdate.txt b/org.eclipse.m2e.scm/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.scm/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.scm/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.sourcelookup.ui/forceQualifierUpdate.txt b/org.eclipse.m2e.sourcelookup.ui/forceQualifierUpdate.txt index d35e81bb22..7242a20fe7 100644 --- a/org.eclipse.m2e.sourcelookup.ui/forceQualifierUpdate.txt +++ b/org.eclipse.m2e.sourcelookup.ui/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI +Update to Tycho 4.0.7 diff --git a/org.eclipse.m2e.tests.common/forceQualifierUpdate.txt b/org.eclipse.m2e.tests.common/forceQualifierUpdate.txt new file mode 100644 index 0000000000..a7e92e0294 --- /dev/null +++ b/org.eclipse.m2e.tests.common/forceQualifierUpdate.txt @@ -0,0 +1,2 @@ +# To force a version qualifier update add the bug here +Update to Tycho 4.0.7