Skip to content

Commit

Permalink
feature/Marp-475 Detail pages for new market installation and download
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Jul 3, 2024
1 parent 0967f38 commit 9dc6a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public boolean isOfficialVersionOrUnReleasedDevVersion(List<String> versions, St
} else {
bugfixVersion = getBugfixVersion(version.split(MavenConstants.SPRINT_RELEASE_POSTFIX)[0]);
}
return versions.stream().noneMatch(currentVersion -> !currentVersion.equals(version)
return versions.stream().noneMatch(currentVersion -> !currentVersion.equals(version) && isReleasedVersion(currentVersion)
&& getBugfixVersion(currentVersion).equals(bugfixVersion));
}

Expand Down

0 comments on commit 9dc6a5f

Please sign in to comment.