Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-30 18:34:44 +0000
committerThomas Watson2015-04-30 18:34:44 +0000
commitedfa59af6642f57bfd45a87cc0b7e63602ea3a09 (patch)
tree1d719d8f837e48550a68640dc8dde2b086499a28 /bundles/org.eclipse.equinox.io
parentbf7deaab81dc26aaf8d184e62c370cbfc1ab6554 (diff)
downloadrt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.tar.gz
rt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.tar.xz
rt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.io')
-rw-r--r--bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.io/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
index eda265604..d120572f6 100644
--- a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.io
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
Bundle-Description: This bundle contains service for creating connections.
diff --git a/bundles/org.eclipse.equinox.io/pom.xml b/bundles/org.eclipse.equinox.io/pom.xml
index c3c99d076..3484c697e 100644
--- a/bundles/org.eclipse.equinox.io/pom.xml
+++ b/bundles/org.eclipse.equinox.io/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.io</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top