Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2021-11-17 10:58:49 +0000
committerEike Stepper2021-11-17 11:20:35 +0000
commitaffdba850788424f78b313910ce4863f2ac1d651 (patch)
tree89f03470410d9ac986a9f0764679e747d9bf218c /plugins/org.eclipse.emf.cdo.examples.installer
parentb09391c6fb28216e4fccd1311f7f5d485c0db8b5 (diff)
downloadcdo-affdba850788424f78b313910ce4863f2ac1d651.tar.gz
cdo-affdba850788424f78b313910ce4863f2ac1d651.tar.xz
cdo-affdba850788424f78b313910ce4863f2ac1d651.zip
[577260] Upgrade org.eclipse.net4j.ws to Jetty 10 / javax.servlet 4.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=577260
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/pom.xml b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/pom.xml
index 87e5ca3e28..baccb3fbd7 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/pom.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.server.web</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top