From https://github.com/FlowingCode/CarouselAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 47b7456 chore: update .gitignore $ 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.addons.carousel:carousel-addon >----------- [INFO] Building Carousel Addon 3.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.5:set-property (default-cli) @ carousel-addon --- [INFO] artifact com.vaadin:vaadin-bom: checking for updates from vaadin-prereleases [INFO] artifact com.vaadin:vaadin-bom: checking for updates from central [INFO] artifact com.vaadin:vaadin-bom: checking for updates from Vaadin Directory [INFO] artifact com.vaadin:vaadin-bom: checking for updates from FlowingCode Releases [INFO] artifact com.vaadin:vaadin-maven-plugin: checking for updates from vaadin-prereleases [INFO] artifact com.vaadin:vaadin-maven-plugin: checking for updates from central [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.720 s [INFO] Finished at: 2026-04-26T00:27:23Z [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.addons.carousel:carousel-addon >----------- [INFO] Building Carousel Addon 3.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.5:set (default-cli) @ carousel-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon [INFO] Processing change of com.flowingcode.addons.carousel:vaadin-bom:3.0.2-SNAPSHOT -> 25.0-SNAPSHOT [INFO] Processing com.flowingcode.addons.carousel:carousel-addon [INFO] Updating project com.flowingcode.addons.carousel:carousel-addon [INFO] from version 3.0.2-SNAPSHOT to 25.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.281 s [INFO] Finished at: 2026-04-26T00:27:30Z [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.addons.carousel:carousel-addon >----------- [INFO] Building Carousel Addon 25.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ carousel-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ carousel-addon --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.0.0:prepare-frontend (default) @ carousel-addon --- [INFO] Reflections took 929 ms to scan 71 urls, producing 1735 keys and 7666 values [INFO] Visited 94 classes. Took 83 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 80 resources. Took 237 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ carousel-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 2 source files with javac [debug target 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ carousel-addon --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ carousel-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 21] to target/test-classes [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon/src/test/java/com/flowingcode/vaadin/addons/carousel/CustomThemeDemo.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon/src/test/java/com/flowingcode/vaadin/addons/carousel/CustomThemeDemo.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon/src/test/java/com/flowingcode/vaadin/addons/carousel/CustomThemeDemo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ carousel-addon --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ carousel-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Carousel Addon/target/carousel-addon-25.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.068 s [INFO] Finished at: 2026-04-26T00:27:39Z [INFO] ------------------------------------------------------------------------