File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ This library provides several benefits:
85
85
### Installation
86
86
##### Maven
87
87
88
- Add the dependency to your project inside your ` pom.xml ` file
88
+ Add the dependency to your project inside your ` pom.xml ` file with the right version
89
89
``` xml
90
90
<dependency >
91
91
<groupId >com.yannbriancon</groupId >
92
92
<artifactId >spring-hibernate-query-utils</artifactId >
93
- <version >1.0.3 </version >
93
+ <version >X.X.X </version >
94
94
</dependency >
95
95
```
96
96
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.yannbriancon</groupId >
7
7
<artifactId >spring-hibernate-query-utils</artifactId >
8
- <version >1 .0.3 </version >
8
+ <version >2 .0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >spring-hibernate-query-utils</name >
You can’t perform that action at this time.
0 commit comments