Skip to content

Commit

Permalink
Update sources plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed May 28, 2024
1 parent ad3da76 commit 043c95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetty-demos/jetty-servlet4-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<properties>
<ee9.module></ee9.module>
<ee9.module.path>${maven.multiModuleProjectDirectory}/jetty-demos/jetty-servlet5-demos/${ee9.module}</ee9.module.path>
<modify-sources-plugin.version>1.0.10</modify-sources-plugin.version>
<modify-sources-plugin.version>1.0.11</modify-sources-plugin.version>
<sonar.skip>true</sonar.skip>
<warSourceDirectory>${project.build.directory}/webapp</warSourceDirectory>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion jetty-ee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<javax.servlet.jsp.jstl.impl.version>${ee8.javax.servlet.jsp.jstl.impl.version}</javax.servlet.jsp.jstl.impl.version>
<jetty.servlet.api.version>${ee8.jetty.servlet.api.version}</jetty.servlet.api.version>
<jsp.impl.version>${ee8.jsp.impl.version}</jsp.impl.version>
<modify-sources-plugin.version>1.0.11-SNAPSHOT</modify-sources-plugin.version>
<modify-sources-plugin.version>1.0.11</modify-sources-plugin.version>
<sonar.skip>true</sonar.skip>
<weld.version>${ee8.weld.version}</weld.version>

Expand Down

0 comments on commit 043c95d

Please sign in to comment.