From https://github.com/samie/SimpleTimeline * branch v23 -> FETCH_HEAD Already on 'v23' Your branch is up to date with 'origin/v23'. HEAD is now at 82b4269 update add-on parameters $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] --------------< org.vaadin.addons.mygroup:simpletimeline >-------------- [INFO] Building SimpleTimeline 1.0.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ simpletimeline --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.535 s [INFO] Finished at: 2026-06-14T08:44:19Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] --------------< org.vaadin.addons.mygroup:simpletimeline >-------------- [INFO] Building SimpleTimeline 1.0.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ simpletimeline --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/SimpleTimeline [INFO] Processing change of org.vaadin.addons.mygroup:vaadin-bom:1.0.0 -> 25.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.036 s [INFO] Finished at: 2026-06-14T08:44:23Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] --------------< org.vaadin.addons.mygroup:simpletimeline >-------------- [INFO] Building SimpleTimeline 1.0.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ simpletimeline --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/SimpleTimeline/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ simpletimeline --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1-SNAPSHOT:prepare-frontend (default) @ simpletimeline --- [INFO] ClassFinder initialized: 65 urls, 3018 classes scanned, 30 annotation types cached, 605 subtype relationships cached, took 742ms [WARNING] This project has a legacy frontend directory (./frontend/) present and it will be used as a fallback. Support for the legacy directory will be removed in a future release. Please move its contents to the default frontend directory (./src/main/frontend/), or delete it if its contents are not needed in the project. Also remove 'frontendDirectory' parameter that points to the legacy directory, if present. [INFO] Visited 101 classes. Took 215 ms. [INFO] Adding package.json type as module to enable ES6 modules which is now required. With this change sources need to use 'import' instead of 'require' for imports. [INFO] Copying frontend resources from jar files ... [INFO] Visited 67 resources. Took 91 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ simpletimeline --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ simpletimeline --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/SimpleTimeline/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ simpletimeline --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/SimpleTimeline/src/test/java/org/vaadin/addons/simpletimeline/ViewIT.java:[12,59] waitForFirst() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ simpletimeline --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.0:jar (default-jar) @ simpletimeline --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/SimpleTimeline/target/simpletimeline-1.0.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.663 s [INFO] Finished at: 2026-06-14T08:44:41Z [INFO] ------------------------------------------------------------------------