Skip to content

Commit 59aaf3b

Browse files
authored
Create pom.xml
1 parent 9affa96 commit 59aaf3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- pom.xml -->
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5+
http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<modelVersion>4.0.0</modelVersion>
7+
<groupId>com.example</groupId>
8+
<artifactId>demo-app</artifactId>
9+
<version>1.0.0-SNAPSHOT</version>
10+
</project>

0 commit comments

Comments
 (0)