Skip to content

Commit c28e8bc

Browse files
javier-godoypaodb
authored andcommitted
ci: add vaadin 23 profile
1 parent 475890c commit c28e8bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,15 @@
437437
</build>
438438
</profile>
439439

440+
<profile>
441+
<id>v23</id>
442+
<properties>
443+
<vaadin.version>23.3.5</vaadin.version>
444+
<maven.compiler.source>11</maven.compiler.source>
445+
<maven.compiler.target>11</maven.compiler.target>
446+
</properties>
447+
</profile>
448+
440449
<profile>
441450
<id>v24</id>
442451
<properties>

0 commit comments

Comments
 (0)