Skip to content

Commit

Permalink
DATAJDBC-474 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 12, 2020
1 parent f3d5eca commit d1df76c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -15,12 +15,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.0.M3</version>
<version>2.3.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
<dist.id>spring-data-jdbc</dist.id>
<springdata.commons>2.3.0.M3</springdata.commons>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<assertj>3.6.2</assertj>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Expand Down Expand Up @@ -198,8 +198,8 @@

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

Expand Down

0 comments on commit d1df76c

Please sign in to comment.