Skip to content

Commit

Permalink
bumped major
Browse files Browse the repository at this point in the history
updated CHANGELOG.md
  • Loading branch information
lpandzic committed Aug 7, 2023
1 parent 9ec8512 commit bad3240
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 9.0.0
* remove use of setUseLiteral in r2dbc module and added use of r2dbc binding API [#69](/../../issues/69)
* this was done to increase security
* negative side is there can be cases where this breaks previously working code even though all tests pass hence major version bump, to increase awareness

### 8.1.2
* fixed a bug in R2dbcSQLTemplatesConfiguration - wrong type of sql server templates was registered [#85](/../../issues/85)

Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jdbc-annotation-processor-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-jdbc-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jdbc-annotation-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-jdbc-querydsl-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jdbc-querydsl-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-jdbc-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jdbc-querydsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-jpa-querydsl-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jpa-querydsl-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-jpa-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-jpa-querydsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-r2dbc-querydsl-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-r2dbc-querydsl-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-spring-data-r2dbc-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-spring-data-r2dbc-querydsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.infobip</groupId>
<artifactId>infobip-spring-data-querydsl</artifactId>
<version>8.1.3-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Infobip Spring Data Querydsl</name>
Expand Down

0 comments on commit bad3240

Please sign in to comment.