Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #925
  • Loading branch information
mp911de committed Mar 17, 2021
1 parent dc88c16 commit aeb585a
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 @@ -15,12 +15,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.0-M5</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<properties>
<dist.id>spring-data-jdbc</dist.id>
<springdata.commons>2.5.0-M5</springdata.commons>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

<degraph-check.version>0.1.4</degraph-check.version>
Expand Down Expand Up @@ -270,8 +270,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 aeb585a

Please sign in to comment.