Skip to content

Commit 6d39048

Browse files
committed
Merge branch 'main' into VL-8828-jreleaser-per-sdk-2
2 parents 8f11582 + 064539a commit 6d39048

File tree

7 files changed

+9
-14
lines changed

7 files changed

+9
-14
lines changed

.github/workflows/publish-velocityexchangeverifiers-android.yml renamed to .github/workflows/kmp-run-publish-android.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish velocityexchangeverifiers Android
1+
name: KMP RUN Publish Android
22

33
on:
44
workflow_dispatch:
@@ -195,12 +195,11 @@ jobs:
195195
- name: 🚀 Run JReleaser deploy
196196
uses: jreleaser/release-action@v2
197197
with:
198-
version: 1.19.0
198+
version: 1.18.0
199199
arguments: >
200200
deploy
201201
--config-file=jreleaser.template.yml
202202
--debug
203-
working-directory: velocityexchangeverifiers
204203
env:
205204
JRELEASER_PROJECT_VERSION: ${{ env.EFFECTIVE_VERSION }}
206205
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_TOKEN_USERNAME }}

.github/workflows/publish-velocityexchangeverifiers-ios.yml renamed to .github/workflows/kmp-run-publish-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish velocityexchangeverifiers iOS
1+
name: KMP RUN Publish iOS
22

33
on:
44
workflow_dispatch:

.github/workflows/run-test-and-build-for-all-targets.yml renamed to .github/workflows/kmp-run-test-and-build-all-targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP RUN Test And Build For All Targets
1+
name: KMP RUN Test And Build All Targets
22

33
on:
44
push:
@@ -19,4 +19,4 @@ jobs:
1919
build-on-pr:
2020
name: Build All KMP Targets
2121
uses: ./.github/workflows/kmp-reusable-build-all-targets.yml
22-
secrets: inherit
22+
secrets: inherit

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ Pods/
5151
*.xcuserdata/
5252
project.xcworkspace/
5353
/kotlin-js-store
54-
/velocityexchangeverifiers/target

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ waltid-version = "0.14.0"
2828
ktlint = "13.0.0"
2929
kotlinxSerializationJson = "1.9.0"
3030
dokka = "1.9.20"
31-
jreleaser = "1.19.0"
3231

3332
[libraries]
3433
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@@ -70,4 +69,3 @@ cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods" }
7069
mavenPublish = { id = "maven-publish" }
7170
signing = { id = "signing" }
7271
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
73-
jreleaser = { id = "org.jreleaser", version.ref = "jreleaser" }

velocityexchangeverifiers/jreleaser.template.yml renamed to jreleaser.template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
project:
2-
name: velocityexchangeverifiers
2+
name: WalletSdkKmp
33
# version: from JRELEASER_PROJECT_VERSION
4-
description: Velocity Exchange Verifiers - Multiplatform SDK for Verifiable Credential JWT Verification
4+
description: Velocity Career Labs Android SDK
55
authors:
66
- Michael Avoyan
77
inceptionYear: 2025
88
license: Apache-2.0
99
links:
10-
homepage: https://github.com/velocitycareerlabs/WalletSdkKmp
10+
homepage: https://github.com/velocitycareerlabs
1111
languages:
1212
java:
1313
groupId: io.velocitycareerlabs
1414
artifactId: velocityexchangeverifiers
1515
extraProperties:
16-
displayName: Velocity Exchange Verifiers
16+
displayName: Velocity Career Labs Android SDK
1717

1818
signing:
1919
active: ALWAYS

velocityexchangeverifiers/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ plugins {
1010
alias(libs.plugins.mavenPublish)
1111
alias(libs.plugins.signing)
1212
alias(libs.plugins.dokka)
13-
alias(libs.plugins.jreleaser)
1413
}
1514

1615
val publishGroupId = providers.gradleProperty("PUBLISH_GROUP_ID").get()

0 commit comments

Comments
 (0)