DATAGRAPH-816 - After release cleanups.
This commit is contained in:
committed by
Oliver Gierke
parent
d6295cf387
commit
f47699adb2
8
pom.xml
8
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.0.M1</version>
|
||||
<version>1.8.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<properties>
|
||||
<project.type>multi</project.type>
|
||||
<springdata.commons>1.12.0.M1</springdata.commons>
|
||||
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<source.level>1.7</source.level>
|
||||
<commonslang.version>2.6</commonslang.version>
|
||||
<bundlor.enabled>false</bundlor.enabled>
|
||||
@@ -191,9 +191,9 @@
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>spring-libs-milestone</id>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<name>Spring</name>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
Reference in New Issue
Block a user