File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To use module on Maven-based projects, use following dependency:
20
20
<dependency >
21
21
<groupId >com.fasterxml.jackson.datatype</groupId >
22
22
<artifactId >jackson-datatype-hibernate4</artifactId >
23
- <version >2.2.0 </version >
23
+ <version >2.2.3 </version >
24
24
</dependency >
25
25
```
26
26
Original file line number Diff line number Diff line change 11
11
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
12
12
Hibernate (http://hibernate.org) version 3.x data types.
13
13
</description >
14
- <url >https://github.com/FasterXML/jackson-module -hibernate</url >
14
+ <url >https://github.com/FasterXML/jackson-datatype -hibernate</url >
15
15
16
16
<properties >
17
17
<!-- Hibernate with JPA 2.0 -->
Original file line number Diff line number Diff line change 11
11
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
12
12
Hibernate (http://hibernate.org) version 4.x data types.
13
13
</description >
14
- <url >https://github.com/FasterXML/jackson-module -hibernate</url >
14
+ <url >https://github.com/FasterXML/jackson-datatype -hibernate</url >
15
15
<properties >
16
16
<!-- Generate PackageVersion.java into this directory. -->
17
17
<packageVersion .dir>com/fasterxml/jackson/datatype/hibernate4</packageVersion .dir>
Original file line number Diff line number Diff line change 18
18
<module >hibernate4</module >
19
19
</modules >
20
20
21
- <url >https://github.com/FasterXML/jackson-module -hibernate</url >
21
+ <url >https://github.com/FasterXML/jackson-datatype -hibernate</url >
22
22
<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 >
26
26
<tag >HEAD</tag >
27
27
</scm >
28
28
You can’t perform that action at this time.
0 commit comments