Skip to content

Commit a145b87

Browse files
author
talhadilber
committed
maven version updated to 0.2.0
1 parent 9e5eb1b commit a145b87

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
@@ -99,7 +99,7 @@ You can find the sample code from: https://github.com/tdilber/spring-jpa-dynamic
9999
<dependency>
100100
<groupId>io.github.tdilber</groupId>
101101
<artifactId>spring-boot-starter-jpa-dynamic-query</artifactId>
102-
<version>0.1.0</version>
102+
<version>0.2.0</version>
103103
</dependency>
104104
```
105105

@@ -108,7 +108,7 @@ You can find the sample code from: https://github.com/tdilber/spring-jpa-dynamic
108108
<dependency>
109109
<groupId>io.github.tdilber</groupId>
110110
<artifactId>spring-jpa-dynamic-query</artifactId>
111-
<version>0.4.0</version>
111+
<version>0.5.0</version>
112112
</dependency>
113113
```
114114

pom.xml

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

1414
<groupId>io.github.tdilber</groupId>
1515
<artifactId>spring-boot-starter-jpa-dynamic-query</artifactId>
16-
<version>0.1.0</version>
16+
<version>0.2.0</version>
1717
<packaging>jar</packaging>
1818
<name>Spring Jpa Dynamic Query</name>
1919
<description>Spring Jpa Dynamic Query (JDQ) Project</description>

0 commit comments

Comments
 (0)