Skip to content

Commit 49b4cfd

Browse files
committed
Build: fix README status badges
1 parent a563cb5 commit 49b4cfd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Kotlin Multiplatform Bounded Open/Closed Generic Intervals
22

3-
[![Publish snapshots](https://github.com/Whathecode/kotlinx.interval/actions/workflows/publish-snapshots.yml/badge.svg)](https://github.com/Whathecode/kotlinx.interval/actions/workflows/ci.yml)
4-
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/io.github.whathecode.kotlinx.interval/kotlinx-interval?server=https%3A%2F%2Fs01.oss.sonatype.org)](https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/whathecode/kotlinx/interval)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.whathecode.kotlinx.interval/kotlinx-interval/badge.svg?color=orange)](https://mvnrepository.com/artifact/io.github.whathecode.kotlinx.interval)
3+
[![Build](https://img.shields.io/github/actions/workflow/status/Whathecode/kotlinx.interval/publish-snapshots.yml
4+
)](https://github.com/Whathecode/kotlinx.interval/actions/workflows/publish-snapshots.yml)
5+
[![Snapshot](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fio%2Fgithub%2Fwhathecode%2Fkotlinx%2Finterval%2Fkotlinx-interval%2Fmaven-metadata.xml
6+
)](https://central.sonatype.com/repository/maven-snapshots/io/github/whathecode/kotlinx/interval/kotlinx-interval/maven-metadata.xml)
7+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.whathecode.kotlinx.interval/kotlinx-interval
8+
)](https://central.sonatype.com/artifact/io.github.whathecode.kotlinx.interval/kotlinx-interval)
69

710
Represent closed, open, or half-open, bounded intervals in Kotlin and perform common operations on them.
811
_Values_ covered by the interval can be of a different type than _distances_ between those values.

0 commit comments

Comments
 (0)