From aea95bd1268e7d7a7618ca22059b15bf38274845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willi=20Sch=C3=B6nborn?= Date: Mon, 2 Mar 2020 09:51:20 +0100 Subject: [PATCH] Release 0.24.0 --- 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 9f7c05c..02add44 100644 --- a/jackson-datatype-problem/pom.xml +++ b/jackson-datatype-problem/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.24.0-SNAPSHOT + 0.24.0 jackson-datatype-problem diff --git a/pom.xml b/pom.xml index b7b62d8..31b1118 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zalando problem-parent - 0.24.0-SNAPSHOT + 0.24.0 pom https://github.com/zalando/problem 2015 diff --git a/problem-gson/pom.xml b/problem-gson/pom.xml index 9fb1ed0..38c3e3b 100644 --- a/problem-gson/pom.xml +++ b/problem-gson/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.24.0-SNAPSHOT + 0.24.0 problem-gson diff --git a/problem/pom.xml b/problem/pom.xml index 74489a1..6d916a0 100644 --- a/problem/pom.xml +++ b/problem/pom.xml @@ -6,7 +6,7 @@ org.zalando problem-parent - 0.24.0-SNAPSHOT + 0.24.0 problem An implementation of the application/problem+json draft.