Skip to content

Commit 0782c53

Browse files
Merge branch 'release-v1.2.x' into release-v2.2.x
2 parents 60f924f + 90bd519 commit 0782c53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Problem4J Spring
22

33
[![Build Status](https://github.com/problem4j/problem4j-spring/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/problem4j/problem4j-spring/actions/workflows/gradle-build.yml)
4-
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom)][maven-central]
4+
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.2.*)][maven-central]
55
[![License](https://img.shields.io/github/license/problem4j/problem4j-spring)](https://github.com/problem4j/problem4j-spring/blob/main/LICENSE)
66

77
Designing clear and consistent error responses in a REST API is often harder than it looks. Without a shared standard,

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ issue is critical or a change can be backported with minimal effort.
4141
## Maven Central
4242

4343
[![Publish Release Status](https://github.com/problem4j/problem4j-spring/actions/workflows/gradle-publish-release.yml/badge.svg)][gradle-publish-release]
44-
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom)][maven-central]
44+
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.2.*)][maven-central]
4545

4646
1. Keep Git tags with `vX.Y.Z-suffix` format. GitHub Actions job will only trigger on such tags and will remove `v`
4747
prefix.

problem4j-spring-bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BOM of Problem4J
22

3-
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom)](https://central.sonatype.com/artifact/io.github.problem4j/problem4j-spring-bom)
3+
[![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.2.*)](https://central.sonatype.com/artifact/io.github.problem4j/problem4j-spring-bom)
44

55
Bill Of Materials (BOM) for the Spring integrations of **Problem4J**, a library implementing *RFC 7807 - Problem Details
66
for HTTP APIs*.

0 commit comments

Comments
 (0)