We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9affa96 commit 59aaf3bCopy full SHA for 59aaf3b
pom.xml
@@ -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