Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-02-03 16:15:39 +0000
committerDani Megert2015-02-03 16:15:39 +0000
commitfc87bb52d92ff5c904855b527bdcc48e1f9b4308 (patch)
tree13323e51d4b0f2701586a7e4e2a56903bfa82960
parenta81a8d738de1c329f29f4cc2a998b4a4a1f8dd25 (diff)
downloadeclipse.platform-R4_4_maintenance.tar.gz
eclipse.platform-R4_4_maintenance.tar.xz
eclipse.platform-R4_4_maintenance.zip
Increased bundle version for 4.4.2 fixesR4_4_2M20150204-1700M20150204-0900R4_4_maintenance
-rw-r--r--ant/org.eclipse.ant.tests.ui/META-INF/MANIFEST.MF2
-rw-r--r--ant/org.eclipse.ant.tests.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/ant/org.eclipse.ant.tests.ui/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.tests.ui/META-INF/MANIFEST.MF
index 92595f701..12581b290 100644
--- a/ant/org.eclipse.ant.tests.ui/META-INF/MANIFEST.MF
+++ b/ant/org.eclipse.ant.tests.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ant.tests.ui; singleton:=true
-Bundle-Version: 3.8.200.qualifier
+Bundle-Version: 3.8.201.qualifier
Bundle-ClassPath: anttestsui.jar
Bundle-Activator: org.eclipse.ant.tests.ui.testplugin.AntUITestPlugin
Bundle-Vendor: %providerName
diff --git a/ant/org.eclipse.ant.tests.ui/pom.xml b/ant/org.eclipse.ant.tests.ui/pom.xml
index 1309aa8f1..093eab7cb 100644
--- a/ant/org.eclipse.ant.tests.ui/pom.xml
+++ b/ant/org.eclipse.ant.tests.ui/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,7 +19,7 @@
</parent>
<groupId>org.eclipse.ant</groupId>
<artifactId>org.eclipse.ant.tests.ui</artifactId>
- <version>3.8.200-SNAPSHOT</version>
+ <version>3.8.201-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top