Skip to content

Commit eab3a4f

Browse files
committed
prepare for 2.8.0.rc1
1 parent 46c71ad commit eab3a4f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.7.5-SNAPSHOT</version>
6+
<version>2.8.0.rc1-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.7.5-SNAPSHOT</version>
6+
<version>2.8.0.rc1-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-datatype-hibernate4</artifactId>
99
<name>Jackson-datatype-Hibernate4</name>

hibernate5/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.7.5-SNAPSHOT</version>
6+
<version>2.8.0.rc1-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-datatype-hibernate5</artifactId>
99
<name>Jackson-datatype-Hibernate5</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.7</version>
6+
<version>2.8-rc1b</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>
1010
<name>Hibernate module parent</name>
11-
<version>2.7.5-SNAPSHOT</version>
11+
<version>2.8.0.rc1-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for shared settings for project sub-modules
1414
</description>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<version.jackson.core>2.7.4</version.jackson.core>
32+
<version.jackson.core>2.8.0.rc1</version.jackson.core>
3333
</properties>
3434

3535
</project>

0 commit comments

Comments
 (0)