Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhertout committed Nov 17, 2023
1 parent 1fbab6b commit 9196c65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions android-plugin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion android-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-android-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>ecocode-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codenarc-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-android-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>sonar-codenarc-converter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ecocode</groupId>
<artifactId>ecocode-android-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>ecoCode Android Sonar Plugins Project</name>
Expand Down

0 comments on commit 9196c65

Please sign in to comment.