Skip to content

Commit 72c0a6b

Browse files
committed
Prepare Changelog and versionning in POM for 1.1.0 release (following doc)
1 parent 9196c65 commit 72c0a6b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Deleted
15+
816
## [1.1.0] - 2023-11-17
917

1018
### Added
@@ -72,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7280

7381
- First official release of ecocode plugins : android plugin
7482

75-
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.0.1...HEAD
83+
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.1.0...HEAD
84+
85+
[1.1.0]: https://github.com/green-code-initiative/ecoCode/releases/tag/v1.1.0
7686

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

android-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.ecocode</groupId>
77
<artifactId>ecocode-android-parent</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ecocode-android</artifactId>

codenarc-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.ecocode</groupId>
77
<artifactId>ecocode-android-parent</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sonar-codenarc-converter</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.ecocode</groupId>
66
<artifactId>ecocode-android-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>ecoCode Android Sonar Plugins Project</name>

0 commit comments

Comments
 (0)