Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-19 13:26:19 +0000
committerAlexander Kurtakov2019-03-19 13:37:15 +0000
commit2f602343baec93026fbe6ca9cef47d29ec39fe7c (patch)
tree5c52859b8cfa72733497efb52cbb43a9698a9e38 /org.eclipse.help.webapp/pom.xml
parent54f9fd52ec8ca5acd0452efce6dfe1c68ed298d6 (diff)
downloadeclipse.platform.ua-2f602343baec93026fbe6ca9cef47d29ec39fe7c.tar.gz
eclipse.platform.ua-2f602343baec93026fbe6ca9cef47d29ec39fe7c.tar.xz
eclipse.platform.ua-2f602343baec93026fbe6ca9cef47d29ec39fe7c.zip
Fix platform.ua issues. Change-Id: Ib172728ddc0d55331417f4f7bdf082f1066a93e5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-rw-r--r--org.eclipse.help.webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 6503d7864..d34b9d10f 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation.
+ Copyright (c) 2012, 2019 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.webapp</artifactId>
- <version>3.9.400-SNAPSHOT</version>
+ <version>3.9.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top