Skip to content

Commit

Permalink
Version 0.0.4-hibernate5
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed May 23, 2018
1 parent b9472b2 commit f0fa306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the following dependency to your pom.xml.
<dependency>
<groupId>com.ruesga.phoenix</groupId>
<artifactId>phoenix-hibernate-dialect</artifactId>
<version>0.0.3-hibernate5</version>
<version>0.0.4-hibernate5</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.ruesga.phoenix</groupId>
<artifactId>phoenix-hibernate-dialect</artifactId>
<packaging>jar</packaging>
<version>0.0.3-hibernate5</version>
<version>0.0.4-hibernate5</version>
<name>phoenix-hibernate-dialect</name>
<description>An Apache Phoenix Hibernate dialect.</description>
<url>https://github.com/jruesga/phoenix-hibernate-dialect</url>
Expand Down

0 comments on commit f0fa306

Please sign in to comment.