Browse Source

After release cleanups.

See #1510
pull/1649/head
John Blum 3 years ago
parent
commit
d8dbd177e6
No known key found for this signature in database
GPG Key ID: 15C230D99A19D876
  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>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<properties>
<dist.id>spring-data-jdbc</dist.id>
<springdata.commons>3.1.1</springdata.commons>
<springdata.commons>3.1.2-SNAPSHOT</springdata.commons>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<!-- dependency versions -->
@ -152,8 +152,20 @@ @@ -152,8 +152,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>
</project>

Loading…
Cancel
Save