From https://github.com/FlowingCode/GoogleMapsAddon * branch master -> FETCH_HEAD + 52e7632...2f2e533 master -> origin/master (forced update) Already on 'master' Your branch and 'origin/master' have diverged, and have 1 and 1 different commits each, respectively. (use "git pull" if you want to integrate the remote branch with yours) HEAD is now at 2f2e533 chore(demo): add dynamic theme properties $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.0-SNAPSHOT -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.4.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ google-maps --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.542 s [INFO] Finished at: 2026-04-21T18:28:28Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.0-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.4.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ google-maps --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:2.4.1-SNAPSHOT -> 25.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.340 s [INFO] Finished at: 2026-04-21T18:28:31Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml -Pv25 [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.4.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ google-maps --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ google-maps --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.0-SNAPSHOT:prepare-frontend (default) @ google-maps --- [INFO] Reflections took 748 ms to scan 69 urls, producing 1757 keys and 7920 values [INFO] Visited 94 classes. Took 163 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 78 resources. Took 157 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ google-maps --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 26 source files with javac [debug target 21] to target/classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ google-maps --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ google-maps --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 21 source files with javac [debug target 21] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ google-maps --- [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ google-maps --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/target/google-maps-2.4.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.149 s [INFO] Finished at: 2026-04-21T18:28:42Z [INFO] ------------------------------------------------------------------------