File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Deleted
1515
16+ ## [ 1.6.2] - 2024-07-21
17+
18+ ### Changed
19+
20+ - [ #60 ] ( https://github.com/green-code-initiative/ecoCode-java/issues/60 ) Check + update for SonarQube 10.6.0 compatibility
21+ - refactoring docker system
22+ - upgrade ecocode-rules-specifications to 1.6.2
23+
1624## [ 1.6.1] - 2024-05-15
1725
1826### Changed
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6565
6666| Plugin version | SonarQube version | Java version |
6767| ----------------| ---------------------| --------------|
68- | 1.5 .+ | 9.4.+ LTS to 10.5.1 | 11 / 17 |
68+ | 1.6 .+ | 9.4.+ LTS to 10.6.0 | 11 / 17 |
6969
7070> Compatibility table of versions lower than 1.4.+ are available from the
7171> main [ ecoCode repository] ( https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility ) .
Original file line number Diff line number Diff line change 11---
2- name : ecocode_java
2+ name : sonarqube_ecocode_java
33services :
44 sonar :
55 build :
@@ -44,7 +44,6 @@ services:
4444 timeout : 5s
4545 retries : 5
4646
47-
4847networks :
4948 sonarnet :
5049 driver : bridge
Original file line number Diff line number Diff line change 44
55 <groupId >io.ecocode</groupId >
66 <artifactId >ecocode-java-plugin</artifactId >
7- <version >1.6.2 -SNAPSHOT</version >
7+ <version >1.6.3 -SNAPSHOT</version >
88
99 <packaging >sonar-plugin</packaging >
1010
6767 <google .re2j>1.7</google .re2j>
6868
6969 <!-- temporary version waiting for real automatic release in ecocode repository -->
70- <ecocode-rules-specifications .version>1.5.1 </ecocode-rules-specifications .version>
70+ <ecocode-rules-specifications .version>1.6.2 </ecocode-rules-specifications .version>
7171
7272 </properties >
7373
You can’t perform that action at this time.
0 commit comments