Skip to content

Commit fa5c73b

Browse files
committed
pom
1 parent 0bb140c commit fa5c73b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>org.sugarj</groupId>
6+
<artifactId>org.sugarj.baselang</artifactId>
7+
<version>1.2.0-SNAPSHOT</version>
8+
9+
<parent>
10+
<groupId>org.sugarj</groupId>
11+
<artifactId>org.sugarj.maven-config</artifactId>
12+
<version>1.0.0-SNAPSHOT</version>
13+
</parent>
14+
15+
<packaging>eclipse-plugin</packaging>
16+
</project>

0 commit comments

Comments
 (0)