commit | ae7f11a54f34fc3e8d68661d953724f04852729d | [log] [tgz] |
---|---|---|
author | Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> | Wed Jun 02 16:36:20 2021 +0530 |
committer | Thomas Watson <tjwatson@us.ibm.com> | Wed Jun 02 09:12:01 2021 -0400 |
tree | ff2910b1eca8354fc9666744fc5777558c2fd890 | |
parent | 7d07ad69b54937a8f28e0ff9cfb63096ad691fcd [diff] |
Bug 573805 - org.eclipse.equinox.console reqires a version increment Change-Id: I7aab1431c0708f4a02b445c24d70533e517b706c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/181267 Tested-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF index 9c802bc..dedd85a 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 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.equinox.console -Bundle-Version: 1.4.300.qualifier +Bundle-Version: 1.4.400.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 668d644..4026d8f 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.4.300-SNAPSHOT</version> + <version>1.4.400-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>