Skip to content

Commit 708c6d5

Browse files
Merge branch 'main' into main
2 parents acc0891 + 7b1656a commit 708c6d5

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: ecocode_java
2+
name: sonarqube_ecocode_java
33
services:
44
sonar:
55
build:
@@ -44,7 +44,6 @@ services:
4444
timeout: 5s
4545
retries: 5
4646

47-
4847
networks:
4948
sonarnet:
5049
driver: bridge

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -67,7 +67,7 @@
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

0 commit comments

Comments
 (0)