Skip to content

Commit a2a769a

Browse files
committed
...
1 parent 5fce328 commit a2a769a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use module on Maven-based projects, use following dependency:
2020
<dependency>
2121
<groupId>com.fasterxml.jackson.datatype</groupId>
2222
<artifactId>jackson-datatype-hibernate4</artifactId>
23-
<version>2.2.0</version>
23+
<version>2.2.3</version>
2424
</dependency>
2525
```
2626

hibernate3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1212
Hibernate (http://hibernate.org) version 3.x data types.
1313
</description>
14-
<url>https://github.com/FasterXML/jackson-module-hibernate</url>
14+
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>
1515

1616
<properties>
1717
<!-- Hibernate with JPA 2.0 -->

hibernate4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1212
Hibernate (http://hibernate.org) version 4.x data types.
1313
</description>
14-
<url>https://github.com/FasterXML/jackson-module-hibernate</url>
14+
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>
1515
<properties>
1616
<!-- Generate PackageVersion.java into this directory. -->
1717
<packageVersion.dir>com/fasterxml/jackson/datatype/hibernate4</packageVersion.dir>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<module>hibernate4</module>
1919
</modules>
2020

21-
<url>https://github.com/FasterXML/jackson-module-hibernate</url>
21+
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>
2222
<scm>
23-
<connection>scm:git:git@github.com:FasterXML/jackson-module-hibernate.git</connection>
24-
<developerConnection>scm:git:git@github.com:FasterXML/jackson-module-hibernate.git</developerConnection>
25-
<url>http://github.com/FasterXML/jackson-module-hibernate</url>
23+
<connection>scm:git:git@github.com:FasterXML/jackson-datatype-hibernate.git</connection>
24+
<developerConnection>scm:git:git@github.com:FasterXML/jackson-datatype-hibernate.git</developerConnection>
25+
<url>http://github.com/FasterXML/jackson-datatype-hibernate</url>
2626
<tag>HEAD</tag>
2727
</scm>
2828

0 commit comments

Comments
 (0)