We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb140c commit fa5c73bCopy full SHA for fa5c73b
pom.xml
@@ -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
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