Skip to content

Commit 158e4f0

Browse files
committed
DATAMONGO-612 - Fixed reconfiguration of dist.id.
1 parent 8109706 commit 158e4f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.type>multi</project.type>
32-
<dist.name>spring-data-mongodb</dist.name>
32+
<dist.id>spring-data-mongodb</dist.id>
3333
<springdata.commons>1.5.0.RELEASE</springdata.commons>
3434
<mongo>2.10.1</mongo>
3535
</properties>

spring-data-mongodb-distribution/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<properties>
2121
<project.root>${basedir}/..</project.root>
22-
<dist.id>spring-data-mongodb</dist.id>
2322
<dist.key>SDMONGO</dist.key>
2423
</properties>
2524

0 commit comments

Comments
 (0)