Skip to content

Commit

Permalink
Use LATEST_RELEASE[9.9]
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Mar 31, 2023
1 parent 39e9114 commit e948780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion its/src/test/java/com/sonar/it/shared/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static OrchestratorBuilder prepareOrchestrator() {
// - "LATEST_RELEASE[1.0]" for latest release of series 1.0.x
// The SonarQube alias "LTS" has been dropped. An alternative is "LATEST_RELEASE[9.9]".
// The term "latest" refers to the highest version number, not the most recently published version.
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "DEV"))
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "LATEST_RELEASE[9.9]"))
.setEdition(Edition.DEVELOPER)
.activateLicense();
}
Expand Down

0 comments on commit e948780

Please sign in to comment.