Skip to content

Commit 2ffdb09

Browse files
Merge pull request #291 from ie3-institute/sp/#290-update-badges
Updating badges and license link
2 parents 7f48f72 + e054ed6 commit 2ffdb09

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Enhance deprecation annotations
2626
- Fix formatting for MarkDown files
2727
- Configure gradle jacoco plugin according to newest documentation
28+
- Fixed badges in README.md [#290](https://github.com/ie3-institute/PowerSystemUtils/issues/290)
2829

2930
## [1.6.0]
3031

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# PowerSystemUtils
22

3-
[![Build Status](https://simona.ie3.e-technik.tu-dortmund.de/ci/buildStatus/icon?job=ie3-institute%2FPowerSystemUtils%2Fmaster)](https://simona.ie3.e-technik.tu-dortmund.de/ci/job/ie3-institute/job/PowerSystemUtils/job/master/)
4-
[![Quality Gate Status](https://simona.ie3.e-technik.tu-dortmund.de/sonar/api/project_badges/measure?project=edu.ie3%3Autils&metric=alert_status)](https://simona.ie3.e-technik.tu-dortmund.de/sonar/dashboard?id=edu.ie3%3Autils)
3+
[![Build Status](https://simona.ie3.e-technik.tu-dortmund.de/ci/buildStatus/icon?job=ie3-institute%2FPowerSystemUtils%2Fmain)](https://simona.ie3.e-technik.tu-dortmund.de/ci/job/ie3-institute/job/PowerSystemUtils/job/main/)
4+
[![Quality Gate Status](https://simona.ie3.e-technik.tu-dortmund.de/sonar/api/project_badges/measure?branch=main&project=edu.ie3%3Autils&metric=alert_status)](https://simona.ie3.e-technik.tu-dortmund.de/sonar/dashboard?id=edu.ie3%3Autils&branch=main)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0c6df0a8a7ec4ae08ed07f4d925100aa)](https://app.codacy.com/gh/ie3-institute/PowerSystemUtils?utm_source=github.com&utm_medium=referral&utm_content=ie3-institute/PowerSystemUtils&utm_campaign=Badge_Grade_Dashboard)
6-
[![codecov](https://codecov.io/gh/ie3-institute/PowerSystemUtils/branch/master/graph/badge.svg)](https://codecov.io/gh/ie3-institute/PowerSystemUtils)
7-
[![License](https://img.shields.io/github/license/ie3-institute/powersystemdatamodel)](https://github.com/ie3-institute/powersystemdatamodel/blob/master/LICENSE)
6+
[![codecov](https://codecov.io/gh/ie3-institute/PowerSystemUtils/branch/main/graph/badge.svg)](https://codecov.io/gh/ie3-institute/PowerSystemUtils)
7+
[![License](https://img.shields.io/github/license/ie3-institute/PowerSystemUtils)](https://github.com/ie3-institute/PowerSystemUtils/blob/main/LICENSE)
8+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.ie3-institute/PowerSystemUtils.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.ie3-institute%22%20AND%20a:%22PowerSystemUtils%22)
89

910
Contains utility classes that are used by several ie3 subprojects

gradle/scripts/mavenCentralPublish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (project.hasProperty('user') && project.hasProperty('password')) {
4444
licenses {
4545
license {
4646
name = 'BSD 3-Clause License'
47-
url = 'https:github.com/ie3-institute/PowerSystemUtils/blob/master/LICENSE'
47+
url = 'https:github.com/ie3-institute/PowerSystemUtils/blob/main/LICENSE'
4848
}
4949
scm {
5050
connection = 'scm:git:git:github.com/ie3-institute/PowerSystemUtils.git'

0 commit comments

Comments
 (0)