Skip to content

Commit

Permalink
Bump version to match jar signatures
Browse files Browse the repository at this point in the history
- Both need to be bumped because neither is signed by the latest
available signing certificate.

eclipse-platform#2335
  • Loading branch information
merks committed Sep 15, 2024
1 parent a918191 commit 83fcfe2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.test.performance; singleton:=true
Bundle-Version: 3.20.200.qualifier
Bundle-Version: 3.20.300.qualifier
Bundle-Activator: org.eclipse.test.internal.performance.PerformanceTestPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.test</groupId>
<artifactId>org.eclipse.test.performance</artifactId>
<version>3.20.200-SNAPSHOT</version>
<version>3.20.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
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.test; singleton:=true
Bundle-Version: 3.6.100.qualifier
Bundle-Version: 3.6.200.qualifier
Eclipse-BundleShape: dir
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.releng/bundles/org.eclipse.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.test</groupId>
<artifactId>org.eclipse.test</artifactId>
<version>3.6.100-SNAPSHOT</version>
<version>3.6.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
Expand Down

0 comments on commit 83fcfe2

Please sign in to comment.