File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
- - Fix plugin iOS release
15
-
16
14
### Deleted
17
15
16
+ ## [ 1.0.1] - 2023-03-10
17
+
18
+ ### Changed
19
+
20
+ - Fix plugin iOS release
21
+
18
22
## [ 1.0.0] - 2023-03-10
19
23
20
24
### Added
@@ -56,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
60
57
61
- First official release of ecocode plugins : android plugin
58
62
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
60
66
61
67
[ 1.0.0 ] : https://github.com/green-code-initiative/ecoCode/releases/tag/v1.0.0
62
68
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ services:
18
18
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE : ' true'
19
19
volumes :
20
20
- 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
23
23
- 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
26
26
- " logs:/opt/sonarqube/logs"
27
27
- " data:/opt/sonarqube/data"
28
28
You can’t perform that action at this time.
0 commit comments