Skip to content

Commit b814fb7

Browse files
committed
Add missing project.version
1 parent 2719a89 commit b814fb7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

integrations/hibernate/local/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<dependency>
5050
<groupId>org.infinispan</groupId>
5151
<artifactId>infinispan-hibernate-cache-v66</artifactId>
52+
<version>${project.version}</version>
5253
</dependency>
5354
<dependency>
5455
<groupId>com.h2database</groupId>

integrations/hibernate/spring-local/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<dependency>
4848
<groupId>org.infinispan</groupId>
4949
<artifactId>infinispan-hibernate-cache-v66</artifactId>
50+
<version>${project.version}</version>
5051
</dependency>
5152
</dependencies>
5253

0 commit comments

Comments
 (0)