Skip to content

Commit

Permalink
[REMOVE] Test robust SDK number read
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 12, 2024
1 parent e55cc8f commit 54a6a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-merge-commits:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
check-versions:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@robust-sdk.version-read
with:
botName: Eclipse Equinox Bot
botMail: [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class BundleInfo {
public static final String EMPTY_VERSION = "0.0.0"; //$NON-NLS-1$
public static final int NO_LEVEL = -1;
public static final int NO_BUNDLEID = -1;
// Dummy change

private String symbolicName = null;
private String version = EMPTY_VERSION;
Expand Down

0 comments on commit 54a6a5d

Please sign in to comment.