Skip to content

Commit

Permalink
Updated bundles with comparator errors
Browse files Browse the repository at this point in the history
Changes to ecj are for handling of switch on String.

See: eclipse-platform/eclipse.platform.releng.aggregator#2595
  • Loading branch information
trancexpress authored and akurtakov committed Nov 27, 2024
1 parent 9327d90 commit 3fda521
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion team/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.core.net;singleton:=true
Bundle-Version: 1.5.500.qualifier
Bundle-Version: 1.5.600.qualifier
Bundle-Activator: org.eclipse.core.internal.net.Activator
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Expand Down
3 changes: 2 additions & 1 deletion team/bundles/org.eclipse.core.net/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# To force a version qualifier update add the bug here
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion team/tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.tests;singleton:=true
Bundle-Version: 3.8.500.qualifier
Bundle-Version: 3.8.600.qualifier
Require-Bundle: org.eclipse.compare,
org.eclipse.jface.text,
org.eclipse.jface,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# To force a version qualifier update add the bug here
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion ua/org.eclipse.ui.intro/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.ui.intro; singleton:=true
Bundle-Version: 3.7.400.qualifier
Bundle-Version: 3.7.500.qualifier
Bundle-Activator: org.eclipse.ui.internal.intro.impl.IntroPlugin
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Expand Down
1 change: 1 addition & 0 deletions ua/org.eclipse.ui.intro/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
Bug 403352 - Update all parent versions to match our build stream
Bug 566471 - I20200828-0150 - Comparator Errors Found
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion ua/org.eclipse.ui.intro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.intro</artifactId>
<version>3.7.400-SNAPSHOT</version>
<version>3.7.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit 3fda521

Please sign in to comment.