diff options
author | Alexander Kurtakov | 2021-04-13 18:38:59 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2021-04-13 18:38:59 +0000 |
commit | 61a38108fb553e8bfe825e9373d529930e3192ea (patch) | |
tree | e5ab9fee05242b09420744802fbee02c867c617e | |
parent | 3f7c030ba8d44d88f5dd1212500263d46a2fb616 (diff) | |
download | eclipse.platform.ua-I20210418-1800.tar.gz eclipse.platform.ua-I20210418-1800.tar.xz eclipse.platform.ua-I20210418-1800.zip |
Bug 572586 - Update to Jetty 10.0.2I20210420-0500I20210420-0240I20210418-1800I20210417-2330I20210416-1800I20210416-0810I20210415-1800I20210415-0010I20210414-1800I20210414-0330I20210413-2350I20210413-1800
Update jetty-jspc plugin used.
Change-Id: I61943559383c5b3987b7a8b73654d7060f98b56f
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | org.eclipse.help.webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml index 93815ef1e..3d847e4db 100644 --- a/org.eclipse.help.webapp/pom.xml +++ b/org.eclipse.help.webapp/pom.xml @@ -25,7 +25,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jspc-maven-plugin</artifactId> - <version>10.0.1</version> + <version>10.0.2</version> <executions> <execution> <id>jspc</id> |