Skip to content

Commit a020b60

Browse files
committed
renaming end tasks : upgrade to 2.0.0 version, rename maven groupid, cleaning
1 parent 1d9fb32 commit a020b60

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- [#43](https://github.com/green-code-initiative/creedengo-python/pull/43) Strong renaming plugin from `ecocode-python` to `creedengo-python` (and maven groupid from `io.ecocode` to `io.greencodeinitiative`)
15+
1416
### Deleted
1517

1618
## [1.5.0] - 2024-10-04

TODOs_DDC.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.ecocode</groupId>
5+
<groupId>io.greencodeinitiative</groupId>
66
<artifactId>creedengo-python-plugin</artifactId>
7-
<version>1.5.1-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<packaging>sonar-plugin</packaging>
99

1010
<name>creedengo - Python language</name>
@@ -67,7 +67,7 @@
6767

6868
<dependencies>
6969
<dependency>
70-
<groupId>${project.groupId}</groupId>
70+
<groupId>io.ecocode</groupId>
7171
<artifactId>ecocode-rules-specifications</artifactId>
7272
<version>${ecocode-rules-specifications.version}</version>
7373
<classifier>python</classifier>

0 commit comments

Comments
 (0)