Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-05-22 20:49:34 +0000
committerThomas Watson2012-05-22 20:49:34 +0000
commitedc3a54d88d0423b69c6ab67e1c3ac7bded418e5 (patch)
treeb7595ebcd59a2ce7ddf6966e404087dce44839cb /bundles/org.eclipse.equinox.ip
parent0c5882ccdeac64265e04f4e74228549dd558f261 (diff)
downloadrt.equinox.bundles-edc3a54d88d0423b69c6ab67e1c3ac7bded418e5.tar.gz
rt.equinox.bundles-edc3a54d88d0423b69c6ab67e1c3ac7bded418e5.tar.xz
rt.equinox.bundles-edc3a54d88d0423b69c6ab67e1c3ac7bded418e5.zip
- update versions that have not changed since indigo
Diffstat (limited to 'bundles/org.eclipse.equinox.ip')
-rw-r--r--bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.ip/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF
index 72ecd1580..b8fb367e9 100644
--- a/bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.ip
-Bundle-Version: 1.1.200.qualifier
+Bundle-Version: 1.1.300.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Description: Provides implementation of the Intial Provisioning service
defined by OSGi specification release 4.
diff --git a/bundles/org.eclipse.equinox.ip/pom.xml b/bundles/org.eclipse.equinox.ip/pom.xml
index d0d2e9fd7..c25b9c2fc 100644
--- a/bundles/org.eclipse.equinox.ip/pom.xml
+++ b/bundles/org.eclipse.equinox.ip/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>org.eclipse.equinox.ip</artifactId>
- <version>1.1.200-SNAPSHOT</version>
+ <version>1.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top