Skip to content

Commit 2b5a67b

Browse files
author
Dave Syer
committed
mongo->mongodb sample
1 parent 621ecd3 commit 2b5a67b

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<module>spring-boot-sample-aop</module>
2020
<module>spring-boot-sample-batch</module>
2121
<module>spring-boot-sample-data-jpa</module>
22-
<module>spring-boot-sample-data-mongo</module>
22+
<module>spring-boot-sample-data-mongodb</module>
2323
<module>spring-boot-sample-integration</module>
2424
<module>spring-boot-sample-jetty</module>
2525
<module>spring-boot-sample-profile</module>

spring-boot-samples/spring-boot-sample-data-mongo/pom.xml renamed to spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>spring-boot-samples</artifactId>
99
<version>0.5.0.BUILD-SNAPSHOT</version>
1010
</parent>
11-
<artifactId>spring-boot-sample-data-mongo</artifactId>
11+
<artifactId>spring-boot-sample-data-mongodb</artifactId>
1212
<packaging>jar</packaging>
1313
<properties>
1414
<main.basedir>${basedir}/../..</main.basedir>

0 commit comments

Comments
 (0)