Skip to content

Commit

Permalink
Create pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtyls authored Jul 2, 2019
1 parent b4c21c8 commit 154aa0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.taobao.aone</groupId>
<artifactId>my-artifact</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>my-name</name>
</project>

0 comments on commit 154aa0b

Please sign in to comment.