Skip to content

Commit

Permalink
ci: add vaadin 23 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Feb 1, 2023
1 parent dac3384 commit 997ccc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,15 @@
</build>
</profile>

<profile>
<id>v23</id>
<properties>
<vaadin.version>23.3.5</vaadin.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</profile>

<profile>
<id>v24</id>
<properties>
Expand Down

0 comments on commit 997ccc6

Please sign in to comment.