Skip to content

Commit c10e188

Browse files
Rename repository from bankid-java-sdk to bankid-java (#14)
1 parent a2a0f0b commit c10e188

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[![Continuous Integration](https://github.com/e-identification/bankid-java-sdk/workflows/ci/badge.svg)](https://github.com/e-identification/bankid-java-sdk/actions)
2-
[![License](https://img.shields.io/github/license/e-identification/bankid-java-sdk)](https://github.com/e-identification/bankid-java-sdk/blob/master/LICENSE)
3-
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/e-identification/bankid-java-sdk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/e-identification/bankid-java-sdk/context:java)
1+
[![Continuous Integration](https://github.com/e-identification/bankid-java/workflows/ci/badge.svg)](https://github.com/e-identification/bankid-java/actions)
2+
[![License](https://img.shields.io/github/license/e-identification/bankid-java)](https://github.com/e-identification/bankid-java/blob/master/LICENSE)
3+
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/e-identification/bankid-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/e-identification/bankid-java/context:java)
44

55
# BankID SDK
66

77
SDK to interact with BankID API. It includes support for all the v6.0 features. There are
88
some [examples that may be useful](./examples).
99

1010
## Documentation
11-
See the project's [Javadoc](https://e-identification.github.io/bankid-java-sdk/).
11+
See the project's [Javadoc](https://e-identification.github.io/bankid-java/).
1212

1313
## Installation
1414

gradle/plugins/publish/src/main/kotlin/publish-conventions.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ publishing {
3030
name = "BankID SDK"
3131
artifactId = "bankid-sdk"
3232
description = "A SDK to interact with the BankID API"
33-
url = "https://github.com/NicklasWallgren/bankid-java-sdk"
33+
url = "https://github.com/NicklasWallgren/bankid-java"
3434
scm {
35-
connection = "scm:git:git://github.com/NicklasWallgren/bankid-java-sdk.git"
36-
developerConnection = "scm:git:ssh://github.com/NicklasWallgren/bankid-java-sdk.git"
37-
url = "https://github.com/NicklasWallgren/bankid-java-sdk"
35+
connection = "scm:git:git://github.com/NicklasWallgren/bankid-java.git"
36+
developerConnection = "scm:git:ssh://github.com/NicklasWallgren/bankid-java.git"
37+
url = "https://github.com/NicklasWallgren/bankid-java"
3838
}
3939
licenses {
4040
license {
4141
name = "MIT Licence"
42-
url = "https://github.com/NicklasWallgren/bankid-java-sdk/blob/master/LICENSE"
42+
url = "https://github.com/NicklasWallgren/bankid-java/blob/master/LICENSE"
4343
}
4444
}
4545
developers {

0 commit comments

Comments
 (0)