From aba32f1ee145f704ccb1a1a8d6f45d6914b31d25 Mon Sep 17 00:00:00 2001 From: Thomas Broyer Date: Wed, 24 Jan 2024 12:15:14 +0100 Subject: [PATCH] Update to GWT 2.11.0 Remove testing with the com.google.gwt groupId. --- .github/workflows/maven.yml | 9 ++------- pom.xml | 10 ++++------ src/it/e2e/e2e-client/pom.xml | 4 ++-- src/it/e2e/e2e-model/pom.xml | 2 +- src/it/e2e/e2e-server/pom.xml | 2 +- src/it/e2e/e2e-shared-gwt/pom.xml | 2 +- src/it/e2e/e2e-shared/pom.xml | 2 +- src/it/e2e/pom.xml | 2 +- src/it/forceCompilation/pom.xml | 6 +++--- src/it/gwt-app/pom.xml | 6 +++--- src/it/gwt-lib/pom.xml | 6 +++--- src/it/skipCompilation/pom.xml | 6 +++--- src/it/staleness-check-2/pom.xml | 6 +++--- src/it/staleness-check/pom.xml | 6 +++--- 14 files changed, 31 insertions(+), 38 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 88ba3bf..5005281 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -117,12 +117,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # groupId depends on GWT version, so no need to use it in cache keys and other identifiers - include: - - gwt: "2.9.0" - groupId: "com.google.gwt" - - gwt: "HEAD-SNAPSHOT" - groupId: "org.gwtproject" + gwt: ["2.10.0", "HEAD-SNAPSHOT"] continue-on-error: ${{ matrix.gwt == 'HEAD-SNAPSHOT' }} steps: - uses: actions/checkout@v4 @@ -146,7 +141,7 @@ jobs: - name: Build with Maven id: maven-build - run: mvn -B -U -ntp verify --fail-at-end -DgwtVersion=${{ matrix.gwt }} -DgwtGroupId=${{ matrix.groupId }} + run: mvn -B -U -ntp verify --fail-at-end -DgwtVersion=${{ matrix.gwt }} - name: Store reports if: always() && (steps.maven-build.outcome == 'success' || steps.maven-build.outcome == 'failure') diff --git a/pom.xml b/pom.xml index a0c6f6a..d6eb7f4 100644 --- a/pom.xml +++ b/pom.xml @@ -71,8 +71,7 @@ UTF-8 UTF-8 - org.gwtproject - 2.10.0 + 2.11.0 @@ -182,19 +181,19 @@ - ${gwtGroupId} + org.gwtproject gwt-user ${gwtVersion} test - ${gwtGroupId} + org.gwtproject gwt-dev ${gwtVersion} test - ${gwtGroupId} + org.gwtproject gwt-servlet ${gwtVersion} test @@ -260,7 +259,6 @@ ${project.build.directory}/it-repo src/it/settings.xml - ${gwtGroupId} ${gwtVersion} diff --git a/src/it/e2e/e2e-client/pom.xml b/src/it/e2e/e2e-client/pom.xml index dada3b0..0899c65 100644 --- a/src/it/e2e/e2e-client/pom.xml +++ b/src/it/e2e/e2e-client/pom.xml @@ -20,11 +20,11 @@ gwt-lib - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/e2e/e2e-model/pom.xml b/src/it/e2e/e2e-model/pom.xml index c094b1c..30e2a7a 100644 --- a/src/it/e2e/e2e-model/pom.xml +++ b/src/it/e2e/e2e-model/pom.xml @@ -12,7 +12,7 @@ - @gwtGroupId@ + org.gwtproject gwt-servlet provided diff --git a/src/it/e2e/e2e-server/pom.xml b/src/it/e2e/e2e-server/pom.xml index 7ab42d7..1c2d02a 100644 --- a/src/it/e2e/e2e-server/pom.xml +++ b/src/it/e2e/e2e-server/pom.xml @@ -26,7 +26,7 @@ runtime - @gwtGroupId@ + org.gwtproject gwt-servlet diff --git a/src/it/e2e/e2e-shared-gwt/pom.xml b/src/it/e2e/e2e-shared-gwt/pom.xml index d55e430..e49a71f 100644 --- a/src/it/e2e/e2e-shared-gwt/pom.xml +++ b/src/it/e2e/e2e-shared-gwt/pom.xml @@ -31,7 +31,7 @@ gwt-lib - @gwtGroupId@ + org.gwtproject gwt-servlet provided diff --git a/src/it/e2e/e2e-shared/pom.xml b/src/it/e2e/e2e-shared/pom.xml index 8670ae3..805d7b6 100644 --- a/src/it/e2e/e2e-shared/pom.xml +++ b/src/it/e2e/e2e-shared/pom.xml @@ -17,7 +17,7 @@ ${project.version} - @gwtGroupId@ + org.gwtproject gwt-servlet provided diff --git a/src/it/e2e/pom.xml b/src/it/e2e/pom.xml index 4bb0faf..d858973 100644 --- a/src/it/e2e/pom.xml +++ b/src/it/e2e/pom.xml @@ -14,7 +14,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom diff --git a/src/it/forceCompilation/pom.xml b/src/it/forceCompilation/pom.xml index c9dcacf..87fa2d5 100644 --- a/src/it/forceCompilation/pom.xml +++ b/src/it/forceCompilation/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/gwt-app/pom.xml b/src/it/gwt-app/pom.xml index f24c6db..6d43aed 100644 --- a/src/it/gwt-app/pom.xml +++ b/src/it/gwt-app/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/gwt-lib/pom.xml b/src/it/gwt-lib/pom.xml index 630a713..cbd81f4 100644 --- a/src/it/gwt-lib/pom.xml +++ b/src/it/gwt-lib/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/skipCompilation/pom.xml b/src/it/skipCompilation/pom.xml index 7f4a58a..c1134bd 100644 --- a/src/it/skipCompilation/pom.xml +++ b/src/it/skipCompilation/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/staleness-check-2/pom.xml b/src/it/staleness-check-2/pom.xml index 1e82724..7ecd71d 100644 --- a/src/it/staleness-check-2/pom.xml +++ b/src/it/staleness-check-2/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev diff --git a/src/it/staleness-check/pom.xml b/src/it/staleness-check/pom.xml index 50dd786..ff7bfd0 100644 --- a/src/it/staleness-check/pom.xml +++ b/src/it/staleness-check/pom.xml @@ -10,7 +10,7 @@ - @gwtGroupId@ + org.gwtproject gwt @gwtVersion@ pom @@ -20,11 +20,11 @@ - @gwtGroupId@ + org.gwtproject gwt-user - @gwtGroupId@ + org.gwtproject gwt-dev