Browse Source

DATAMONGO-609 - Upgraded to parent project and Spring Data Commons in release versions.

pull/26/head
Oliver Gierke 13 years ago
parent
commit
909110cf4e
  1. 11
      pom.xml

11
pom.xml

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<properties>
<project.type>multi</project.type>
<dist.name>spring-data-mongodb</dist.name>
<springdata.commons>1.5.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.5.0.RELEASE</springdata.commons>
<mongo>2.10.1</mongo>
</properties>
@ -90,11 +90,4 @@ @@ -90,11 +90,4 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
</repository>
</repositories>
</project>
Loading…
Cancel
Save