Skip to content

Commit a5b2762

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

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,14 @@
340340
</build>
341341
</profile>
342342

343+
<profile>
344+
<id>v23</id>
345+
<properties>
346+
<vaadin.version>23.3.5</vaadin.version>
347+
<maven.compiler.source>11</maven.compiler.source>
348+
<maven.compiler.target>11</maven.compiler.target>
349+
</properties>
350+
</profile>
351+
343352
</profiles>
344353
</project>

0 commit comments

Comments
 (0)