Skip to content

Commit

Permalink
Bumping up to version 10.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Apr 10, 2024
1 parent fccb1a7 commit d475e05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jetty-late-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-late-deploy</artifactId>

<version>${jetty.version}</version>

<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jetty-late-deploy/src/main/config/modules/late-deploy.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ webapps-late/
# maven://org.eclipse.jetty/jetty-late-deploy/${jetty.version}|lib/jetty-late-deploy-${jetty.version}.jar

[lib]
lib/jetty-late-deploy-10.0.15.jar
lib/jetty-late-deploy-10.0.20.jar

[xml]
etc/jetty-late-deploy.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</modules>

<properties>
<jetty.version>10.0.15</jetty.version>
<jetty.version>10.0.20</jetty.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit d475e05

Please sign in to comment.