We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b478ac commit e2082cdCopy full SHA for e2082cd
1 file changed
pom.xml
@@ -10,14 +10,14 @@
10
<packaging>jar</packaging>
11
<name>JsonNullable Jackson module</name>
12
<description>JsonNullable wrapper class and Jackson module to support fields with meaningful null values.</description>
13
- <version>0.2.10-SNAPSHOT</version>
+ <version>0.2.10</version>
14
15
<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
16
<scm>
17
<connection>scm:git:git@github.com:OpenAPITools/jackson-databind-nullable.git</connection>
18
<developerConnection>scm:git:git@github.com:OpenAPITools/jackson-databind-nullable.git</developerConnection>
19
20
- <tag>jackson-databind-nullable-0.2.5</tag>
+ <tag>jackson-databind-nullable-0.2.10</tag>
21
</scm>
22
<licenses>
23
<license>
0 commit comments