We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1242bab commit d396bb4Copy full SHA for d396bb4
pom.xml
@@ -13,9 +13,9 @@
13
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
14
<modelVersion>4.0.0</modelVersion>
15
<groupId>org.soujava.demos.mongodb</groupId>
16
- <artifactId>embedded</artifactId>
+ <artifactId>data-driven-test</artifactId>
17
<version>1.0.0</version>
18
- <name>JNoSQL Demo using Java SE MongoDB exploring Embedded</name>
+ <name>JNoSQL Demo using Java SE MongoDB exploring Data Driven Test</name>
19
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments