Skip to content

Commit

Permalink
update jetty.version to 12.0.3 (#1716)
Browse files Browse the repository at this point in the history
* update jetty.version to 12.0.3 

matching with flow 24.3

* Update pom.xml

* update jetty-maven-plugin to jetty-ee10-maven-plugin

* Update pom.xml
  • Loading branch information
ZheSun88 authored Jan 8, 2024
1 parent 94d7e69 commit b1e021c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions vaadin-testbench-integration-tests-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<url>http://maven.apache.org</url>
<properties>
<jetty.version>11.0.12</jetty.version>
<jetty.version>12.0.3</jetty.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -154,8 +154,8 @@
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-maven-plugin</artifactId>
<version>${jetty.version}</version>
<configuration>
<scan>-1</scan>
Expand Down Expand Up @@ -225,4 +225,4 @@
</build>
</profile>
</profiles>
</project>
</project>
8 changes: 4 additions & 4 deletions vaadin-testbench-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<url>http://maven.apache.org</url>
<properties>
<jetty.version>11.0.12</jetty.version>
<jetty.version>12.0.3</jetty.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -147,8 +147,8 @@
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-maven-plugin</artifactId>
<version>${jetty.version}</version>
<configuration>
<scanIntervalSeconds>-1</scanIntervalSeconds>
Expand Down Expand Up @@ -221,4 +221,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit b1e021c

Please sign in to comment.