Skip to content

Commit 0d7b027

Browse files
javier-godoypaodb
authored andcommitted
ci: add Vaadin 25 profile
1 parent 78ec83a commit 0d7b027

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,23 @@
491491
</build>
492492
</profile>
493493

494+
<profile>
495+
<id>v25</id>
496+
<properties>
497+
<maven.compiler.source>21</maven.compiler.source>
498+
<maven.compiler.target>21</maven.compiler.target>
499+
<vaadin.version>25.0.3</vaadin.version>
500+
<jetty.version>11.0.26</jetty.version>
501+
</properties>
502+
<dependencies>
503+
<dependency>
504+
<groupId>com.vaadin</groupId>
505+
<artifactId>vaadin-dev</artifactId>
506+
<optional>true</optional>
507+
</dependency>
508+
</dependencies>
509+
</profile>
510+
494511
</profiles>
495512

496513
</project>

0 commit comments

Comments
 (0)