Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-01-14 16:44:28 +0000
committerMarkus Keller2015-01-14 16:44:28 +0000
commita8649f0ddf43acb7b6b732a1c8e5d2c5eeda5a87 (patch)
tree42e6c13c668905badb887ea9f4daa05d704799bd /org.eclipse.ua.tests/pom.xml
parent05885253a556e32e53892ecaa533db08c13ef6fb (diff)
downloadeclipse.platform.ua-a8649f0ddf43acb7b6b732a1c8e5d2c5eeda5a87.tar.gz
eclipse.platform.ua-a8649f0ddf43acb7b6b732a1c8e5d2c5eeda5a87.tar.xz
eclipse.platform.ua-a8649f0ddf43acb7b6b732a1c8e5d2c5eeda5a87.zip
Bug 457396: Build of "webapp" fails due to changes in org.apache.jasper.glassfish
Diffstat (limited to 'org.eclipse.ua.tests/pom.xml')
-rw-r--r--org.eclipse.ua.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ua.tests/pom.xml b/org.eclipse.ua.tests/pom.xml
index 047af9fe7..6663eb88b 100644
--- a/org.eclipse.ua.tests/pom.xml
+++ b/org.eclipse.ua.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
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
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.ua</groupId>
<artifactId>org.eclipse.ua.tests</artifactId>
- <version>3.3.700-SNAPSHOT</version>
+ <version>3.3.800-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top