Rename xmlunit2-tutorial -> xmlunit2
This commit is contained in:
parent
a757c7e301
commit
9055ecbc6f
1
pom.xml
1
pom.xml
|
@ -129,6 +129,7 @@
|
|||
|
||||
<module>jsf</module>
|
||||
<module>xml</module>
|
||||
<module>xmlunit2</module>
|
||||
<module>lombok</module>
|
||||
<module>redis</module>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>xmlunit2-tutorial</artifactId>
|
||||
<artifactId>xmlunit2</artifactId>
|
||||
<version>1.0</version>
|
||||
<name>XMLUnit-2</name>
|
||||
<build>
|
Loading…
Reference in New Issue