Skip to content

Commit 5cefc3b

Browse files
committed
changed project name to dozer and added it to main maven pom
1 parent 81da6c5 commit 5cefc3b

17 files changed

+2
-1
lines changed

dozer-tutorial/pom.xml renamed to dozer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.baeldung</groupId>
6-
<artifactId>dozer-tutorial</artifactId>
6+
<artifactId>dozer</artifactId>
77
<version>1.0</version>
88

99
<name>dozer</name>

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<module>mutation-testing</module>
109109
<module>spring-mvc-velocity</module>
110110
<module>xstream</module>
111+
<module>dozer</module>
111112
</modules>
112113

113114
</project>

0 commit comments

Comments
 (0)