changed project name to dozer and added it to main maven pom

This commit is contained in:
egimaben 2016-08-02 13:44:53 +03:00
parent 81da6c5c63
commit 5cefc3b209
17 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>dozer-tutorial</artifactId>
<artifactId>dozer</artifactId>
<version>1.0</version>
<name>dozer</name>

View File

@ -108,6 +108,7 @@
<module>mutation-testing</module>
<module>spring-mvc-velocity</module>
<module>xstream</module>
<module>dozer</module>
</modules>
</project>