|
|
|
@ -25,7 +25,7 @@ |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.data.build</groupId> |
|
|
|
<groupId>org.springframework.data.build</groupId> |
|
|
|
<artifactId>spring-data-parent</artifactId> |
|
|
|
<artifactId>spring-data-parent</artifactId> |
|
|
|
<version>3.4.0</version> |
|
|
|
<version>3.4.1-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
@ -380,8 +380,20 @@ |
|
|
|
</profiles> |
|
|
|
</profiles> |
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
<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> |
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
</project> |
|
|
|
|