Skip to content

Commit

Permalink
Merge branch 'master' into junit-5
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed May 22, 2023
2 parents a1b94d5 + ce0d421 commit 90fd5ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class RequireExtensionVersion extends AbstractEnforcerRule {
* <li><code>(,2.0.5],[2.1.1,)</code> Versions up to 2.0.5 (included) and 2.1.1 or higher</li>
* </ul>
*
* @see {@link #setVersion(String)}
* @see {@link #getVersion()}
* @see #setVersion(String)
* @see #getVersion()
*/
private String version;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ public String fullURL(String type) {

/**
* Look for all known versions of a given artifact.
* @param repos a set of repository URLs to check
* @return a possibly empty set of versions, sorted descending
*/
private SortedSet<VersionAndRepo> loadVersions(String groupId, String artifactId) throws Exception {
Expand Down

0 comments on commit 90fd5ed

Please sign in to comment.