22
pom.xml
22
pom.xml
@@ -14,12 +14,12 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>4.0.0-M3</version>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<springdata.keyvalue>4.0.0-M3</springdata.keyvalue>
|
||||
<springdata.commons>4.0.0-M3</springdata.commons>
|
||||
<springdata.keyvalue>4.0.0-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
|
||||
<beanutils>1.9.4</beanutils>
|
||||
<xstream>1.4.21</xstream>
|
||||
<pool>2.11.1</pool>
|
||||
@@ -388,7 +388,19 @@
|
||||
</profiles>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user