diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f6d3d7c..fdfe422d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.1.0] - 2023-11-17
### Added
diff --git a/android-plugin/docker-compose.yml b/android-plugin/docker-compose.yml
index 442e15a5..aa243ca1 100644
--- a/android-plugin/docker-compose.yml
+++ b/android-plugin/docker-compose.yml
@@ -16,8 +16,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
- source: ./target/ecocode-android-1.0.2-SNAPSHOT.jar
- target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.2-SNAPSHOT.jar
+ source: ./target/ecocode-android-1.1.0.jar
+ target: /opt/sonarqube/extensions/plugins/ecocode-android-1.1.0.jar
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
diff --git a/android-plugin/pom.xml b/android-plugin/pom.xml
index 828195ed..033cc352 100644
--- a/android-plugin/pom.xml
+++ b/android-plugin/pom.xml
@@ -5,7 +5,7 @@
io.ecocode
ecocode-android-parent
- 1.0.2-SNAPSHOT
+ 1.1.0
ecocode-android
diff --git a/codenarc-converter/pom.xml b/codenarc-converter/pom.xml
index 26dcbb00..ee496858 100644
--- a/codenarc-converter/pom.xml
+++ b/codenarc-converter/pom.xml
@@ -5,7 +5,7 @@
io.ecocode
ecocode-android-parent
- 1.0.2-SNAPSHOT
+ 1.1.0
sonar-codenarc-converter
diff --git a/docker-compose.yml b/docker-compose.yml
index 73daaa6b..24b85323 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,8 +18,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
- source: ./android-plugin/target/ecocode-android-1.0.2-SNAPSHOT.jar
- target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.2-SNAPSHOT.jar
+ source: ./android-plugin/target/ecocode-android-1.1.0.jar
+ target: /opt/sonarqube/extensions/plugins/ecocode-android-1.1.0.jar
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
diff --git a/pom.xml b/pom.xml
index fb78fb0e..09f43f59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.ecocode
ecocode-android-parent
- 1.0.2-SNAPSHOT
+ 1.1.0
pom
ecoCode Android Sonar Plugins Project