File tree 3 files changed +7
-5
lines changed 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
- Enhance deprecation annotations
26
26
- Fix formatting for MarkDown files
27
27
- Configure gradle jacoco plugin according to newest documentation
28
+ - Fixed badges in README.md [ #290 ] ( https://github.com/ie3-institute/PowerSystemUtils/issues/290 )
28
29
29
30
## [ 1.6.0]
30
31
Original file line number Diff line number Diff line change 1
1
# PowerSystemUtils
2
2
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 )
5
5
[ ![ 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 )
8
9
9
10
Contains utility classes that are used by several ie3 subprojects
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if (project.hasProperty('user') && project.hasProperty('password')) {
44
44
licenses {
45
45
license {
46
46
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'
48
48
}
49
49
scm {
50
50
connection = ' scm:git:git:github.com/ie3-institute/PowerSystemUtils.git'
You can’t perform that action at this time.
0 commit comments