Skip to content

Commit 5fce328

Browse files
committed
...
1 parent 86712f7 commit 5fce328

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hibernate3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.datatype</groupId>
55
<artifactId>jackson-datatype-hibernate-parent</artifactId>
6-
<version>2.2.4-SNAPSHOT</version>
6+
<version>2.3.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-datatype-hibernate3</artifactId>
99
<name>Jackson-datatype-Hibernate3</name>

hibernate4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.datatype</groupId>
55
<artifactId>jackson-datatype-hibernate-parent</artifactId>
6-
<version>2.2.4-SNAPSHOT</version>
6+
<version>2.3.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-datatype-hibernate4</artifactId>
99
<name>Jackson-datatype-Hibernate4</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>
1010
<name>Hibernate module parent</name>
11-
<version>2.2.4-SNAPSHOT</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for shared settings for project sub-modules
1414
</description>
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<version.jackson>2.2.3</version.jackson>
31+
<version.jackson>2.3.0-SNAPSHOT</version.jackson>
3232
</properties>
3333

3434
<dependencies>

0 commit comments

Comments
 (0)