Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-09-29 14:05:07 +0000
committerThomas Watson2015-09-29 14:05:07 +0000
commit7e81d94bdff8bf37323eec25729c65c10c8c0616 (patch)
tree2b0aac39a6e148460f2cf10700be95dc9048b6cc /bundles
parent7633b2fceefa5120762053827f74907837682991 (diff)
downloadrt.equinox.bundles-7e81d94bdff8bf37323eec25729c65c10c8c0616.tar.gz
rt.equinox.bundles-7e81d94bdff8bf37323eec25729c65c10c8c0616.tar.xz
rt.equinox.bundles-7e81d94bdff8bf37323eec25729c65c10c8c0616.zip
Update version for Neon
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.console/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index 82b5f0c5f..5c13d972a 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.console
-Bundle-Version: 1.1.100.qualifier
+Bundle-Version: 1.1.200.qualifier
Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.console/pom.xml b/bundles/org.eclipse.equinox.console/pom.xml
index 5a44ac62f..5c5f797e3 100644
--- a/bundles/org.eclipse.equinox.console/pom.xml
+++ b/bundles/org.eclipse.equinox.console/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.console</artifactId>
- <version>1.1.100-SNAPSHOT</version>
+ <version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top