Skip to content

Commit dd97e0f

Browse files
chore: update SDK settings
1 parent bdf2937 commit dd97e0f

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow is triggered when a GitHub release is created.
22
# It can also be run manually to re-publish to Sonatype in case it failed for some reason.
3-
# You can run this workflow by navigating to https://www.github.com/brand-dot-dev/java-sdk/actions/workflows/publish-sonatype.yml
3+
# You can run this workflow by navigating to https://www.github.com/context-dot-dev/deprecated-brand-java-sdk/actions/workflows/publish-sonatype.yml
44
name: Publish Sonatype
55
on:
66
workflow_dispatch:

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'brand-dot-dev/java-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'context-dot-dev/deprecated-brand-java-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v6

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-e6540b8abe35309c0b139a2b5985bf318903714d712b866e282da36b87f1ee72.yml
33
openapi_spec_hash: 2c1b55e2428c0b6c5a91d1d6a2ba9980
4-
config_hash: ee52fb0a24deeb9a6d50bee6647654e0
4+
config_hash: bd4478984c828e9ddb7c42357db50ac1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,4 +658,4 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
658658

659659
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
660660

661-
We are keen for your feedback; please open an [issue](https://www.github.com/brand-dot-dev/java-sdk/issues) with questions, bugs, or suggestions.
661+
We are keen for your feedback; please open an [issue](https://www.github.com/context-dot-dev/deprecated-brand-java-sdk/issues) with questions, bugs, or suggestions.

brand-dev-java-core/src/main/kotlin/com/branddev/api/core/Check.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This can happen if you are either:
7777
7878
Double-check that you are depending on compatible Jackson versions.
7979
80-
See https://www.github.com/brand-dot-dev/java-sdk#jackson for more information.
80+
See https://www.github.com/context-dot-dev/deprecated-brand-java-sdk#jackson for more information.
8181
"""
8282
.trimIndent()
8383
}

buildSrc/src/main/kotlin/brand-dev.publish.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ configure<PublishingExtension> {
2727
}
2828

2929
scm {
30-
connection.set("scm:git:git://github.com/brand-dot-dev/java-sdk.git")
31-
developerConnection.set("scm:git:git://github.com/brand-dot-dev/java-sdk.git")
32-
url.set("https://github.com/brand-dot-dev/java-sdk")
30+
connection.set("scm:git:git://github.com/context-dot-dev/deprecated-brand-java-sdk.git")
31+
developerConnection.set("scm:git:git://github.com/context-dot-dev/deprecated-brand-java-sdk.git")
32+
url.set("https://github.com/context-dot-dev/deprecated-brand-java-sdk")
3333
}
3434

3535
versionMapping {

0 commit comments

Comments
 (0)