Skip to content

Commit 100ebb9

Browse files
committed
prepare for next release 1.0.1
1 parent 06f0b77 commit 100ebb9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Fix plugin iOS release
15-
1614
### Deleted
1715

16+
## [1.0.1] - 2023-03-10
17+
18+
### Changed
19+
20+
- Fix plugin iOS release
21+
1822
## [1.0.0] - 2023-03-10
1923

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

5761
- First official release of ecocode plugins : android plugin
5862

59-
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.0.0...HEAD
63+
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.0.1...HEAD
64+
65+
[1.0.1]: https://github.com/green-code-initiative/ecoCode/releases/tag/v1.0.1
6066

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

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ services:
1818
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
1919
volumes:
2020
- type: bind
21-
source: ./android-plugin/target/ecocode-android-1.1.0-SNAPSHOT.jar
22-
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.1.0-SNAPSHOT.jar
21+
source: ./android-plugin/target/ecocode-android-1.0.2-SNAPSHOT.jar
22+
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.2-SNAPSHOT.jar
2323
- type: bind
24-
source: ./ios-plugin/sonar-ios-plugin/target/ecodecode-sonar-ios-plugin-1.1.0-SNAPSHOT.jar
25-
target: /opt/sonarqube/extensions/plugins/ecodecode-sonar-ios-plugin-1.1.0-SNAPSHOT.jar
24+
source: ./ios-plugin/sonar-ios-plugin/target/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
25+
target: /opt/sonarqube/extensions/plugins/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
2626
- "logs:/opt/sonarqube/logs"
2727
- "data:/opt/sonarqube/data"
2828

0 commit comments

Comments
 (0)