DATAMONGO-612 - Fixed reconfiguration of dist.id.

This commit is contained in:
Oliver Gierke
2013-02-11 12:38:40 +01:00
parent 81097061ad
commit 158e4f033c
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
<properties> <properties>
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.name>spring-data-mongodb</dist.name> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.5.0.RELEASE</springdata.commons> <springdata.commons>1.5.0.RELEASE</springdata.commons>
<mongo>2.10.1</mongo> <mongo>2.10.1</mongo>
</properties> </properties>

View File

@@ -19,7 +19,6 @@
<properties> <properties>
<project.root>${basedir}/..</project.root> <project.root>${basedir}/..</project.root>
<dist.id>spring-data-mongodb</dist.id>
<dist.key>SDMONGO</dist.key> <dist.key>SDMONGO</dist.key>
</properties> </properties>