Skip to content

Commit

Permalink
Bump minor version of o.e.swt bundle to align it with its fragments
Browse files Browse the repository at this point in the history
This was forgotten in
eclipse-platform#1266

Also require the bumped minor version of the o.e.swt host in the
fragments.
  • Loading branch information
HannesWell committed Jun 23, 2024
1 parent 2d3ec43 commit 23f5c83
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.aarch64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.x86_64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.gtk.linux.aarch64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.gtk.linux.loongarch64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.win32.win32.aarch64; singleton:=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Fragment-Host: org.eclipse.swt;bundle-version="[3.126.100,4.0.0)"
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86_64; singleton:=true
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt/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-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton:=true
Bundle-Version: 3.126.100.qualifier
Bundle-Version: 3.127.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.eclipse.swt.accessibility2
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt</artifactId>
<version>3.126.100-SNAPSHOT</version>
<version>3.127.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down

0 comments on commit 23f5c83

Please sign in to comment.