Skip to content

Commit

Permalink
[INTERNAL] Sapui5MavenSnapshotResolver: Add 4.0 todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jun 19, 2023
1 parent 88c8015 commit 7ccd170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui5Framework/Sapui5MavenSnapshotResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Sapui5MavenSnapshotResolver extends AbstractResolver {
});
this._loadDistMetadata = null;

// TODO 4.0: Remove support for legacy snapshot versions
this._isLegacySnapshotVersion = semver.lt(this._version, "1.116.0-SNAPSHOT", {
includePrerelease: true
});
Expand Down

0 comments on commit 7ccd170

Please sign in to comment.