Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-15 17:09:00 +0000
committerAlexander Kurtakov2017-05-15 17:09:00 +0000
commit7b863843e66c10cbe71b2fc2ad73bdddffc3c32b (patch)
treee0438082e0420ad2ee4951f72382adb732bcf8d5
parent2785199da7c9bc29809517e98837a115b340eb67 (diff)
downloadeclipse.platform.ua-7b863843e66c10cbe71b2fc2ad73bdddffc3c32b.tar.gz
eclipse.platform.ua-7b863843e66c10cbe71b2fc2ad73bdddffc3c32b.tar.xz
eclipse.platform.ua-7b863843e66c10cbe71b2fc2ad73bdddffc3c32b.zip
Bug 516457 - Many of plug-ins need a version increaseI20170515-2000
Bump minor to reflect the new lucene version tests in it. Change-Id: I137eeed3548fecf6d9ac22a08991b64cbd05ef72 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ua.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ua.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index e3afc40c3..98a86331e 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: User Assistance Test
Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true
-Bundle-Version: 3.3.800.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Activator: org.eclipse.ua.tests.plugin.UserAssistanceTestPlugin
Require-Bundle: org.junit,
org.eclipse.core.resources,
diff --git a/org.eclipse.ua.tests/pom.xml b/org.eclipse.ua.tests/pom.xml
index e558428dd..cac326edc 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, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,7 +19,7 @@
</parent>
<groupId>org.eclipse.ua</groupId>
<artifactId>org.eclipse.ua.tests</artifactId>
- <version>3.3.800-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top