From https://github.com/FlowingCode/YearMonthCalendarAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at aeef169 docs(readme): document availability on Maven Central $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-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] ---------< org.vaadin.addons.flowingcode:year-month-calendar >---------- [INFO] Building Year Month Calendar Add-on 4.6.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ year-month-calendar --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.846 s [INFO] Finished at: 2026-06-11T16:33:32Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2-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] ---------< org.vaadin.addons.flowingcode:year-month-calendar >---------- [INFO] Building Year Month Calendar Add-on 4.6.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ year-month-calendar --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on [INFO] Processing change of org.vaadin.addons.flowingcode:vaadin-bom:4.6.3-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.478 s [INFO] Finished at: 2026-06-11T16:33:35Z [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] ---------< org.vaadin.addons.flowingcode:year-month-calendar >---------- [INFO] Building Year Month Calendar Add-on 4.6.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ year-month-calendar --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ year-month-calendar --- [INFO] Copying 11 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2-SNAPSHOT:prepare-frontend (default) @ year-month-calendar --- [INFO] ClassFinder initialized: 72 urls, 4950 classes scanned, 31 annotation types cached, 937 subtype relationships cached, took 700ms [INFO] Visited 104 classes. Took 128 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 81 resources. Took 105 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ year-month-calendar --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 8 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] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/main/java/com/flowingcode/addons/ycalendar/MonthCalendar.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/main/java/com/flowingcode/addons/ycalendar/MonthCalendar.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/main/java/com/flowingcode/addons/ycalendar/MonthCalendar.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ year-month-calendar --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ year-month-calendar --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 16 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. [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/test/java/com/flowingcode/addons/ycalendar/it/ViewIT.java:[61,48] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/test/java/com/flowingcode/addons/ycalendar/LocaleSelector.java: Some input files use or override a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/src/test/java/com/flowingcode/addons/ycalendar/LocaleSelector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ year-month-calendar --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.addons.ycalendar.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s - in com.flowingcode.addons.ycalendar.test.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ year-month-calendar --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Year-Month Calendar Add-on/target/year-month-calendar-4.6.3-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.496 s [INFO] Finished at: 2026-06-11T16:33:50Z [INFO] ------------------------------------------------------------------------