Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 26, 2013
1 parent 5fce328 commit a2a769a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use module on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate4</artifactId>
<version>2.2.0</version>
<version>2.2.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
Hibernate (http://hibernate.org) version 3.x data types.
</description>
<url>https://github.com/FasterXML/jackson-module-hibernate</url>
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>

<properties>
<!-- Hibernate with JPA 2.0 -->
Expand Down
2 changes: 1 addition & 1 deletion hibernate4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
Hibernate (http://hibernate.org) version 4.x data types.
</description>
<url>https://github.com/FasterXML/jackson-module-hibernate</url>
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>
<properties>
<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/datatype/hibernate4</packageVersion.dir>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<module>hibernate4</module>
</modules>

<url>https://github.com/FasterXML/jackson-module-hibernate</url>
<url>https://github.com/FasterXML/jackson-datatype-hibernate</url>
<scm>
<connection>scm:git:[email protected]:FasterXML/jackson-module-hibernate.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-hibernate.git</developerConnection>
<url>http://github.com/FasterXML/jackson-module-hibernate</url>
<connection>scm:git:[email protected]:FasterXML/jackson-datatype-hibernate.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-datatype-hibernate.git</developerConnection>
<url>http://github.com/FasterXML/jackson-datatype-hibernate</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit a2a769a

Please sign in to comment.