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