Skip to content

Commit

Permalink
OGM-1389 Move hibernate-orm.module.slot property to be consistent wit…
Browse files Browse the repository at this point in the history
…h other slots

It's especially useful to keep the module slot close to the Hibernate ORM
version, to make sure people don't forget to update one when changing the
other.
  • Loading branch information
Sanne authored and DavideD committed Feb 9, 2018
1 parent 2c3f192 commit 1258894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bom/pom.xml
Expand Up @@ -41,6 +41,7 @@

<!-- Hibernate ORM -->
<hibernateVersion>5.2.13.Final</hibernateVersion>
<hibernate-orm.module.slot>5.2</hibernate-orm.module.slot>

<!-- Hibernate Search -->
<hibernateSearchVersion>5.9.0.Final</hibernateSearchVersion>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -68,7 +68,6 @@
<!-- Target version of WildFly (for testing and JipiJapa integration) -->
<version.wildfly>11.0.0.Final</version.wildfly>
<hibernateWildflyClassifier>wildfly-11-dist</hibernateWildflyClassifier>
<hibernate-orm.module.slot>5.2</hibernate-orm.module.slot>

<!-- Asciidoctor -->
<hibernate-asciidoctor-theme.version>1.0.1.Final</hibernate-asciidoctor-theme.version>
Expand Down

0 comments on commit 1258894

Please sign in to comment.