Skip to content

Commit 62aa9c4

Browse files
committed
Bump new version
1 parent e48df13 commit 62aa9c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ This library provides several benefits:
8585
### Installation
8686
##### Maven
8787

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
8989
```xml
9090
<dependency>
9191
<groupId>com.yannbriancon</groupId>
9292
<artifactId>spring-hibernate-query-utils</artifactId>
93-
<version>1.0.3</version>
93+
<version>X.X.X</version>
9494
</dependency>
9595
```
9696

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.yannbriancon</groupId>
77
<artifactId>spring-hibernate-query-utils</artifactId>
8-
<version>1.0.3</version>
8+
<version>2.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-hibernate-query-utils</name>

0 commit comments

Comments
 (0)