Skip to content

Commit 676ed67

Browse files
javier-godoypaodb
authored andcommitted
ci: add vaadin 23 profile
1 parent 89b78e8 commit 676ed67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,16 @@
462462
</plugins>
463463
</build>
464464
</profile>
465+
466+
<profile>
467+
<id>v23</id>
468+
<properties>
469+
<vaadin.version>23.3.5</vaadin.version>
470+
<maven.compiler.source>11</maven.compiler.source>
471+
<maven.compiler.target>11</maven.compiler.target>
472+
</properties>
473+
</profile>
474+
465475
</profiles>
466476
</project>
467477

0 commit comments

Comments
 (0)