Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2016-07-18 16:00:46 +0000
committerThomas Watson2016-07-18 18:57:14 +0000
commit57395de0973cb0e0638525746aaaeb8aac03b352 (patch)
tree6989e9299892c4572147fdaf40c7eba0dee0567c /bundles/org.eclipse.equinox.http.servlet/pom.xml
parent62a50bbac77fb5b15d47bb6acec67e27716dff0e (diff)
downloadrt.equinox.bundles-57395de0973cb0e0638525746aaaeb8aac03b352.tar.gz
rt.equinox.bundles-57395de0973cb0e0638525746aaaeb8aac03b352.tar.xz
rt.equinox.bundles-57395de0973cb0e0638525746aaaeb8aac03b352.zip
Bug 497271 - [http servlet] complete implementation of the multipart APIY20160721-1000
Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Change-Id: Ic2ff6bd6eda8c77e11b990700acffe974475eb09
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/pom.xml b/bundles/org.eclipse.equinox.http.servlet/pom.xml
index ff19811a3..4ac97a862 100644
--- a/bundles/org.eclipse.equinox.http.servlet/pom.xml
+++ b/bundles/org.eclipse.equinox.http.servlet/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
Raymond Augé - bug fixes and enhancements
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.servlet</artifactId>
- <version>1.3.100-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top