Browse Source

After release cleanups.

See #1560
2.4.x
Mark Paluch 2 years ago
parent
commit
bc810f7a42
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 20
      pom.xml

20
pom.xml

@ -15,12 +15,12 @@ @@ -15,12 +15,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.15</version>
<version>2.7.16-SNAPSHOT</version>
</parent>
<properties>
<dist.id>spring-data-jdbc</dist.id>
<springdata.commons>2.7.15</springdata.commons>
<springdata.commons>2.7.16-SNAPSHOT</springdata.commons>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<!-- dependency versions -->
@ -276,8 +276,20 @@ @@ -276,8 +276,20 @@
</build>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<pluginRepositories>

Loading…
Cancel
Save