Skip to content

Commit adffd49

Browse files
javier-godoypaodb
authored andcommitted
ci: add vaadin 23 profile
1 parent f78e120 commit adffd49

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
@@ -348,6 +348,15 @@
348348
</build>
349349
</profile>
350350

351+
<profile>
352+
<id>v23</id>
353+
<properties>
354+
<vaadin.version>23.3.5</vaadin.version>
355+
<maven.compiler.source>11</maven.compiler.source>
356+
<maven.compiler.target>11</maven.compiler.target>
357+
</properties>
358+
</profile>
359+
351360
<profile>
352361
<id>v24</id>
353362
<properties>

0 commit comments

Comments
 (0)