Skip to content

Commit 41f35ea

Browse files
committed
should fix interpolation
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 52c6a74 commit 41f35ea

File tree

2 files changed

+2
-2
lines changed
  • jetty-ee10/jetty-ee10-maven-plugin/src/it/it-parent-pom
  • jetty-ee8/jetty-ee8-maven-plugin/src/it/it-parent-pom

2 files changed

+2
-2
lines changed

jetty-ee10/jetty-ee10-maven-plugin/src/it/it-parent-pom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>commons-io</groupId>
1919
<artifactId>commons-io</artifactId>
20-
<version>${commons-io.version}</version>
20+
<version>@commons-io.version@</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>jakarta.servlet</groupId>

jetty-ee8/jetty-ee8-maven-plugin/src/it/it-parent-pom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>commons-io</groupId>
1919
<artifactId>commons-io</artifactId>
20-
<version>${commons-io.version}</version>
20+
<version>@commons-io.version@</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.eclipse.jetty.toolchain</groupId>

0 commit comments

Comments
 (0)