Skip to content

Commit

Permalink
Prepare 3.0.4 (2022.0.4).
Browse files Browse the repository at this point in the history
See #2838
  • Loading branch information
christophstrobl committed Mar 20, 2023
1 parent 5055252 commit dc34d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<properties>
Expand All @@ -36,7 +36,7 @@
<jsqlparser>4.5</jsqlparser>
<mysql-connector-java>8.0.31</mysql-connector-java>
<postgresql>42.5.0</postgresql>
<springdata.commons>3.0.4-SNAPSHOT</springdata.commons>
<springdata.commons>3.0.4</springdata.commons>
<vavr>0.10.3</vavr>

<hibernate.groupId>org.hibernate</hibernate.groupId>
Expand Down Expand Up @@ -225,8 +225,8 @@

<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>

Expand Down

0 comments on commit dc34d60

Please sign in to comment.