- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
Latest commit
6 lines (6 loc) · 376 Bytes
/
Copy pathpom.xml
File metadata and controls
6 lines (6 loc) · 376 Bytes
1
2
3
4
5
6
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ObserverPatternJava</groupId>
<artifactId>ObserverPatternJava</artifactId>
<version>0.0.1-SNAPSHOT</version>
</project>