Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-08-25 13:31:51 +0000
committerMike Rennie2014-08-25 13:31:51 +0000
commit30d089a727d7dc802ba33a5cc04aa6796f99bf8e (patch)
treeef202f87b2ce8a99155c2ad4c5bab94656d650de
parentec9c400e325b5889b0a86449ef366a20ecd353af (diff)
downloadeclipse.platform-30d089a727d7dc802ba33a5cc04aa6796f99bf8e.tar.gz
eclipse.platform-30d089a727d7dc802ba33a5cc04aa6796f99bf8e.tar.xz
eclipse.platform-30d089a727d7dc802ba33a5cc04aa6796f99bf8e.zip
[nobug] bundle version updatesI20140826-0800
-rw-r--r--ant/org.eclipse.ant.tests.core/META-INF/MANIFEST.MF2
-rw-r--r--ant/org.eclipse.ant.tests.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/ant/org.eclipse.ant.tests.core/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.tests.core/META-INF/MANIFEST.MF
index d330e15a8..074f4f640 100644
--- a/ant/org.eclipse.ant.tests.core/META-INF/MANIFEST.MF
+++ b/ant/org.eclipse.ant.tests.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ant.tests.core; singleton:=true
-Bundle-Version: 3.3.200.qualifier
+Bundle-Version: 3.3.300.qualifier
Bundle-ClassPath: anttestscore.jar
Bundle-Activator: org.eclipse.ant.tests.core.testplugin.AntTestPlugin
Bundle-Vendor: %providerName
diff --git a/ant/org.eclipse.ant.tests.core/pom.xml b/ant/org.eclipse.ant.tests.core/pom.xml
index 45f4a0754..811126a5c 100644
--- a/ant/org.eclipse.ant.tests.core/pom.xml
+++ b/ant/org.eclipse.ant.tests.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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.core</artifactId>
- <version>3.3.200-SNAPSHOT</version>
+ <version>3.3.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top