From 0b4828d6ac3a8a6ac5ad91b93bbb813562ab7d0d Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sat, 4 May 2024 12:48:45 +0200 Subject: [PATCH] Replace "1.8" with "8" for maven compiler Unfortunately those values are not interchangeable anymore, when using the release attribute. --- demo/osgi-repository/my-bundle/pom.xml | 4 ++-- .../annotated-project/pom.xml | 8 ++++---- tycho-its/projects/TYCHO590annotationProcessing/pom.xml | 6 +++--- .../projects/document-bundle-plugin/test1/doclet/pom.xml | 4 ++-- .../org.eclipse.tycho.bnd.executionlistener/pom.xml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/demo/osgi-repository/my-bundle/pom.xml b/demo/osgi-repository/my-bundle/pom.xml index 7a3415e5fe..e64cf5ed3b 100644 --- a/demo/osgi-repository/my-bundle/pom.xml +++ b/demo/osgi-repository/my-bundle/pom.xml @@ -7,8 +7,8 @@ my-bundle - 1.8 - 1.8 + 8 + 8 diff --git a/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml b/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml index 6049aec861..f7fcb0e015 100644 --- a/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml +++ b/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml @@ -3,13 +3,13 @@ 4.0.0 org.eclipse.tycho.tychoits.TYCHO590 annotated-project - + org.eclipse.tycho.tychoits.TYCHO590 parent 1.0.0-SNAPSHOT - + @@ -17,8 +17,8 @@ maven-compiler-plugin 3.10.1 - 1.8 - 1.8 + 8 + 8 false jdt diff --git a/tycho-its/projects/TYCHO590annotationProcessing/pom.xml b/tycho-its/projects/TYCHO590annotationProcessing/pom.xml index 660358242e..d596409533 100644 --- a/tycho-its/projects/TYCHO590annotationProcessing/pom.xml +++ b/tycho-its/projects/TYCHO590annotationProcessing/pom.xml @@ -5,7 +5,7 @@ parent 1.0.0-SNAPSHOT pom - + annotation-processor annotated-project @@ -18,8 +18,8 @@ maven-compiler-plugin 3.10.1 - 1.8 - 1.8 + 8 + 8 false jdt diff --git a/tycho-its/projects/document-bundle-plugin/test1/doclet/pom.xml b/tycho-its/projects/document-bundle-plugin/test1/doclet/pom.xml index e024383d21..fd7ae994d9 100644 --- a/tycho-its/projects/document-bundle-plugin/test1/doclet/pom.xml +++ b/tycho-its/projects/document-bundle-plugin/test1/doclet/pom.xml @@ -14,9 +14,9 @@ 17 - + - org.eclipse.tycho diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml index c5dcabd241..b9a45edc8a 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml @@ -7,7 +7,7 @@ org.eclipse.tycho.bnd.executionlistener - 1.8 + 8