Merge pull request #571 from egimaben/master

changed project name to dozer and added it to main maven pom
This commit is contained in:
Alex Theedom 2016-08-02 18:14:22 +01:00 committed by GitHub
commit 66ad57e7e0
17 changed files with 2 additions and 1 deletions

View File

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

View File

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