20
pom.xml
20
pom.xml
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>3.0.11</version>
|
||||
<version>3.0.12-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -115,7 +115,7 @@
|
||||
<skipUnitTests>${skipTests}</skipUnitTests>
|
||||
|
||||
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
|
||||
<springdata.commons>3.0.11</springdata.commons>
|
||||
<springdata.commons>3.0.12-SNAPSHOT</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -452,8 +452,20 @@
|
||||
</dependencies>
|
||||
|
||||
<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>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user