Skip to content

Commit aea95bd

Browse files
committed
Release 0.24.0
1 parent 9de75cd commit aea95bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jackson-datatype-problem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zalando</groupId>
88
<artifactId>problem-parent</artifactId>
9-
<version>0.24.0-SNAPSHOT</version>
9+
<version>0.24.0</version>
1010
</parent>
1111
<artifactId>jackson-datatype-problem</artifactId>
1212
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.zalando</groupId>
55
<artifactId>problem-parent</artifactId>
6-
<version>0.24.0-SNAPSHOT</version>
6+
<version>0.24.0</version>
77
<packaging>pom</packaging>
88
<url>https://github.com/zalando/problem</url>
99
<inceptionYear>2015</inceptionYear>

problem-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zalando</groupId>
88
<artifactId>problem-parent</artifactId>
9-
<version>0.24.0-SNAPSHOT</version>
9+
<version>0.24.0</version>
1010
</parent>
1111
<artifactId>problem-gson</artifactId>
1212
<properties>

problem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zalando</groupId>
88
<artifactId>problem-parent</artifactId>
9-
<version>0.24.0-SNAPSHOT</version>
9+
<version>0.24.0</version>
1010
</parent>
1111
<artifactId>problem</artifactId>
1212
<description>An implementation of the application/problem+json draft.</description>

0 commit comments

Comments
 (0)