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.0-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: 1.079 s [INFO] Finished at: 2026-04-21T04:09:11Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.0-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.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.936 s [INFO] Finished at: 2026-04-21T04:09:13Z [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.0-SNAPSHOT:prepare-frontend (default) @ simpletimeline --- [INFO] Reflections took 391 ms to scan 62 urls, producing 1011 keys and 4879 values [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 94 classes. Took 91 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 64 resources. Took 48 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 [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: 4.147 s [INFO] Finished at: 2026-04-21T04:09:19Z [INFO] ------------------------------------------------------------------------