Skip to content

Commit

Permalink
prepare for next release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Mar 10, 2023
1 parent 06f0b77 commit 100ebb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fix plugin iOS release

### Deleted

## [1.0.1] - 2023-03-10

### Changed

- Fix plugin iOS release

## [1.0.0] - 2023-03-10

### Added
Expand Down Expand Up @@ -56,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First official release of ecocode plugins : android plugin

[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.0.0...HEAD
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.0.1...HEAD

[1.0.1]: https://github.com/green-code-initiative/ecoCode/releases/tag/v1.0.1

[1.0.0]: https://github.com/green-code-initiative/ecoCode/releases/tag/v1.0.0

Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
source: ./android-plugin/target/ecocode-android-1.1.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.1.0-SNAPSHOT.jar
source: ./android-plugin/target/ecocode-android-1.0.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.2-SNAPSHOT.jar
- type: bind
source: ./ios-plugin/sonar-ios-plugin/target/ecodecode-sonar-ios-plugin-1.1.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecodecode-sonar-ios-plugin-1.1.0-SNAPSHOT.jar
source: ./ios-plugin/sonar-ios-plugin/target/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"

Expand Down

0 comments on commit 100ebb9

Please sign in to comment.