Skip to content

Commit

Permalink
Merge pull request #255 from green-code-initiative/release_1.4.2
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
dedece35 authored Dec 5, 2023
2 parents ddf334c + a6451e9 commit aae8815
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deleted

## [1.4.2] - 2023-12-05

### Added

- [#224](https://github.com/green-code-initiative/ecoCode/issues/224) Add Swift rules from ecocode-ios to ecocode-rules-specifications

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

- First official release of ecocode plugins : java plugin, php plugin and python plugin

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

[1.4.2]: https://github.com/green-code-initiative/ecoCode/compare/v1.4.1...v1.4.2

[1.4.1]: https://github.com/green-code-initiative/ecoCode/compare/v1.4.0...v1.4.1

Expand Down
2 changes: 1 addition & 1 deletion java-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-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>ecocode-java-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ecoCode Sonar Plugins Project</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
</developers>

<modules>
<module>ecocode-rules-specifications</module>
<!-- <module>ecocode-rules-specifications</module> -->
<module>java-plugin</module>
</modules>

Expand Down

0 comments on commit aae8815

Please sign in to comment.