Skip to content

Commit 2e237c1

Browse files
committed
...
1 parent a7050c2 commit 2e237c1

File tree

4 files changed

+4
-4
lines changed

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.8.1.rc2-SNAPSHOT</version>
11+
<version>2.8.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for shared settings for project sub-modules
1414
</description>

0 commit comments

Comments
 (0)