Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-07-29 14:51:07 +0000
committerMike Rennie2014-07-29 14:51:07 +0000
commit4ca2577ec60826e7c59fdbd4cb2c1ba4cce2c03f (patch)
tree59a88f104d66ee6d779df619c6db4a3d9816bd79
parentd942d48e907719e1b49f9e7d191eb037c820c99f (diff)
downloadeclipse.platform-4ca2577ec60826e7c59fdbd4cb2c1ba4cce2c03f.tar.gz
eclipse.platform-4ca2577ec60826e7c59fdbd4cb2c1ba4cce2c03f.tar.xz
eclipse.platform-4ca2577ec60826e7c59fdbd4cb2c1ba4cce2c03f.zip
update bundle version
-rw-r--r--ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF2
-rw-r--r--ant/org.eclipse.ant.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF
index 7e04a28f2..5fcf24a15 100644
--- a/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF
+++ b/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ant.ui; singleton:=true
-Bundle-Version: 3.5.500.qualifier
+Bundle-Version: 3.5.600.qualifier
Bundle-Activator: org.eclipse.ant.internal.ui.AntUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/ant/org.eclipse.ant.ui/pom.xml b/ant/org.eclipse.ant.ui/pom.xml
index 8894a9eb4..cba4e7a08 100644
--- a/ant/org.eclipse.ant.ui/pom.xml
+++ b/ant/org.eclipse.ant.ui/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ant</groupId>
<artifactId>org.eclipse.ant.ui</artifactId>
- <version>3.5.500-SNAPSHOT</version>
+ <version>3.5.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>

Back to the top