Bug 485699 - Bump JSDT feature/plugin versions to 2.0 Web.UI plug-in version is bumped after bumping JSDT to 2.0 Signed-off-by: Victor Rubezhny <vrubezhny@exadel.com>
diff --git a/plugins/org.eclipse.wst.web.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.web.ui/META-INF/MANIFEST.MF index 4ddbc47..37a03d7 100644 --- a/plugins/org.eclipse.wst.web.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.wst.web.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.eclipse.wst.web.ui; singleton:=true -Bundle-Version: 1.1.600.qualifier +Bundle-Version: 1.1.601.qualifier Bundle-Activator: org.eclipse.wst.web.ui.internal.WSTWebUIPlugin Bundle-Vendor: %Bundle-Vendor.0 Bundle-Localization: plugin @@ -25,7 +25,7 @@ org.eclipse.ui.console;bundle-version="[3.2.0,4.0.0)", org.eclipse.wst.css.ui;bundle-version="[1.0.0,1.1.0)", org.eclipse.wst.html.ui;bundle-version="[1.0.0,1.1.0)", - org.eclipse.wst.jsdt.ui;bundle-version="[1.0.0,2.0.0)", + org.eclipse.wst.jsdt.ui;bundle-version="[2.0.0,3.0.0)", org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0) Eclipse-LazyStart: true Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.wst.web.ui/pom.xml b/plugins/org.eclipse.wst.web.ui/pom.xml index b7a6941..f0ab04f 100644 --- a/plugins/org.eclipse.wst.web.ui/pom.xml +++ b/plugins/org.eclipse.wst.web.ui/pom.xml
@@ -22,6 +22,6 @@ <groupId>org.eclipse.webtools.javaee</groupId> <artifactId>org.eclipse.wst.web.ui</artifactId> - <version>1.1.600-SNAPSHOT</version> + <version>1.1.601-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>