Skip to content

Commit

Permalink
renaming end tasks : upgrade to 2.0.0 version, rename maven groupid, …
Browse files Browse the repository at this point in the history
…cleaning
  • Loading branch information
dedece35 committed Nov 19, 2024
1 parent 1d9fb32 commit a020b60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [#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`)

### Deleted

## [1.5.0] - 2024-10-04
Expand Down
19 changes: 0 additions & 19 deletions TODOs_DDC.md

This file was deleted.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.ecocode</groupId>
<groupId>io.greencodeinitiative</groupId>
<artifactId>creedengo-python-plugin</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>

<name>creedengo - Python language</name>
Expand Down Expand Up @@ -67,7 +67,7 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-rules-specifications</artifactId>
<version>${ecocode-rules-specifications.version}</version>
<classifier>python</classifier>
Expand Down

0 comments on commit a020b60

Please sign in to comment.