Skip to content

Commit cac3bd3

Browse files
committed
Replaced links to mvnrepository.com with central.sonatype.com
1 parent ce2acc7 commit cac3bd3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: softprops/action-gh-release@v2
5050
with:
5151
body: |
52-
**[Maven package](https://mvnrepository.com/artifact/typedrest.net/typedrest/${{steps.gitversion.outputs.semVer}})**
52+
**[Maven package](https://central.sonatype.com/artifact/net.typedrest/typedrest/${{steps.gitversion.outputs.semVer}})**
5353
## Changes
5454
${{steps.tag_message.outputs.message}}
5555

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ For information about specific classes or interfaces you can read the **[API Doc
5858

5959
## Maven artifacts
6060

61-
Artifact group: [`net.typedrest`](https://mvnrepository.com/artifact/net.typedrest)
61+
Artifact group: [`net.typedrest`](https://central.sonatype.com/artifact/net.typedrest)
6262

63-
[![typedrest](https://img.shields.io/maven-central/v/net.typedrest/typedrest.svg?label=typedrest)](https://mvnrepository.com/artifact/net.typedrest/typedrest)
63+
[![typedrest](https://img.shields.io/maven-central/v/net.typedrest/typedrest.svg?label=typedrest)](https://central.sonatype.com/artifact/net.typedrest/typedrest)
6464
The main TypedRest library.
6565

66-
[![typedrest-serializers-jackson](https://img.shields.io/maven-central/v/net.typedrest/typedrest-serializers-jackson.svg?label=typedrest-serializers-jackson)](https://mvnrepository.com/artifact/net.typedrest/typedrest-serializers-jackson)
66+
[![typedrest-serializers-jackson](https://img.shields.io/maven-central/v/net.typedrest/typedrest-serializers-jackson.svg?label=typedrest-serializers-jackson)](https://central.sonatype.com/artifact/net.typedrest/typedrest-serializers-jackson)
6767
Adds support for serializing using [Jackson](https://github.com/FasterXML/jackson) instead of [kotlinx.serialization](https://kotlinlang.org/docs/serialization.html).
6868
Pass `new JacksonJsonSerializer()` to the `EntryEndpoint` constructor.
6969

70-
[![typedrest-serializers-moshi](https://img.shields.io/maven-central/v/net.typedrest/typedrest-serializers-moshi.svg?label=typedrest-serializers-moshi)](https://mvnrepository.com/artifact/net.typedrest/typedrest-serializers-moshi)
70+
[![typedrest-serializers-moshi](https://img.shields.io/maven-central/v/net.typedrest/typedrest-serializers-moshi.svg?label=typedrest-serializers-moshi)](https://central.sonatype.com/artifact/net.typedrest/typedrest-serializers-moshi)
7171
Adds support for serializing using [Moshi](https://github.com/square/moshi) instead of [kotlinx.serialization](https://kotlinlang.org/docs/serialization.html).
7272
Pass `new MoshiJsonSerializer()` to the `EntryEndpoint` constructor.

0 commit comments

Comments
 (0)