How to change pom.xml of Java-custom-rules-example for using sonarqube version 8.3 or lower version

hi,
i want to make custom rule and import it my sonarqube server.
i check and use project “sonar-java/CUSTOM_RULES_101.md at master · SonarSource/sonar-java · GitHub

but, i have to user sonarqube version 8.3 ( or lower version than 8.3 )

so i want to change pom file.
like this part

<properties>
  <sonarqube.version>8.9.0.43852</sonarqube.version>
  <sonarjava.version>6.15.1.26025</sonarjava.version>
</properties>

especially i have to change sonarquebe version to “8.3”, sonarjava version in pom file.
but i don’t knon sonarjava version for sonarqube 8.3.

thank you.

Hi,

SonarQube 8.3 is way past EOL. Sorry, but we’re not going to be able to help you with it.

Your upgrade path is:

8.3 → 8.9.8 → 9.4 (last step optional)

You may find the Upgrade Guide helpful. If you have questions about upgrading, feel free to open a new thread for that here.

 
Ann