diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml
index 0696e12..b405ace 100644
--- a/.github/workflows/tag_release.yml
+++ b/.github/workflows/tag_release.yml
@@ -52,7 +52,7 @@ jobs:
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
upload:
- name: Upload PHP Plugin
+ name: Upload Java Plugin
runs-on: ubuntu-latest
needs: build
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c566ce1..b7bbdab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,5 +15,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deleted
-[unreleased]: https://github.com/green-code-initiative/ecoCode-php/compare/v1.5.0...HEAD
-[1.4.0]: https://github.com/green-code-initiative/ecoCode-php/compare/v0.0.0...1.5.0
+[unreleased]: https://github.com/green-code-initiative/ecoCode-java/compare/v1.5.0...HEAD
+[1.4.0]: https://github.com/green-code-initiative/ecoCode-java/compare/v0.0.0...1.5.0
diff --git a/README.md b/README.md
index 8aa84b0..3c23ddf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-EcoCode-php
+EcoCode-java
===========
_ecoCode_ is a collective project aiming to reduce environmental footprint of software at the code level. The goal of
@@ -8,7 +8,7 @@ ecological impact: energy and resources over-consumption, "fatware", shortening
_ecoCode_ is based on evolving catalogs
of [good practices](https://github.com/green-code-initiative/ecoCode/blob/main/docs/rules), for various technologies.
This
-SonarQube plugin then implements these catalogs as rules for scanning your PHP projects.
+SonarQube plugin then implements these catalogs as rules for scanning your Java projects.
> ⚠️ This is still a very early stage project. Any feedback or contribution will be highly appreciated. Please
> refer to the contribution section.
@@ -31,7 +31,7 @@ check [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-get
🛒 Distribution
------------------
-Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-php/releases).
+Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-java/releases).
🧩 Compatibility
-----------------
diff --git a/pom.xml b/pom.xml
index 130214a..1671927 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,6 @@
2.5.0.1358
1.23.0.740
- true
5.9.1
3.23.1
@@ -164,7 +163,7 @@
report
-
+
report
@@ -181,6 +180,7 @@
fr.greencodeinitiative.java.JavaPlugin
true
${sonarqube.version}
+ true
${java.version}
@@ -241,7 +241,7 @@
-
+
com.mycila
license-maven-plugin