Browse Source

DATAMONGO-612 - Fixed reconfiguration of dist.id.

pull/26/head
Oliver Gierke 13 years ago
parent
commit
158e4f033c
  1. 2
      pom.xml
  2. 1
      spring-data-mongodb-distribution/pom.xml

2
pom.xml

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<properties>
<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>
<mongo>2.10.1</mongo>
</properties>

1
spring-data-mongodb-distribution/pom.xml

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

Loading…
Cancel
Save