From 5dcd8f711affdaabb5320f077047f6fd9196f3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willi=20Sch=C3=B6nborn?= Date: Fri, 7 Jan 2022 16:05:36 +0100 Subject: [PATCH] Release 0.27.1 --- jackson-datatype-problem/pom.xml | 2 +- pom.xml | 2 +- problem-gson/pom.xml | 2 +- problem/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jackson-datatype-problem/pom.xml b/jackson-datatype-problem/pom.xml index aa71a65..d52f5fe 100644 --- a/jackson-datatype-problem/pom.xml +++ b/jackson-datatype-problem/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.28.0-SNAPSHOT + 0.27.1 jackson-datatype-problem diff --git a/pom.xml b/pom.xml index ce37728..ba38bc0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zalando problem-parent - 0.28.0-SNAPSHOT + 0.27.1 pom https://github.com/zalando/problem 2015 diff --git a/problem-gson/pom.xml b/problem-gson/pom.xml index 75d36d4..46ee1f9 100644 --- a/problem-gson/pom.xml +++ b/problem-gson/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.28.0-SNAPSHOT + 0.27.1 problem-gson diff --git a/problem/pom.xml b/problem/pom.xml index 5ffc6bf..fb574ee 100644 --- a/problem/pom.xml +++ b/problem/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.28.0-SNAPSHOT + 0.27.1 problem An implementation of the application/problem+json draft.