Skip to content

Commit

Permalink
Prepare Changelog and versionning in POM for 1.1.0 release (following…
Browse files Browse the repository at this point in the history
… doc)
  • Loading branch information
jhertout committed Nov 17, 2023
1 parent 9196c65 commit 72c0a6b
Show file tree
Hide file tree
Showing 4 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 @@ -5,6 +5,14 @@ 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]

### Added

### Changed

### Deleted

## [1.1.0] - 2023-11-17

### Added
Expand Down Expand Up @@ -72,7 +80,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.1...HEAD
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.1.0...HEAD

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

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

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.1.0</version>
<version>1.1.0-SNAPSHOT</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.1.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>sonar-codenarc-converter</artifactId>
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.1.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

0 comments on commit 72c0a6b

Please sign in to comment.