fix wrong groupId in Compatibility.adoc
This commit is contained in:
parent
46b064633b
commit
8daf0961d1
|
@ -46,7 +46,7 @@ Maven::
|
|||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hibernate.search</groupId>
|
||||
<groupId>org.hibernate.orm</groupId>
|
||||
<artifactId>hibernate-platform</artifactId>
|
||||
<version>{fullVersion}</version>
|
||||
<type>pom</type>
|
||||
|
|
Loading…
Reference in New Issue