blob: b6839c5ea4fa8d283c6b520d0b381914a1c3bf4b [file] [log] [blame]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>orbit-recipes</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>args4j</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: args4j Recipes</name>
<modules>
<module>org.kohsuke.args4j_2.33.0</module>
</modules>
</project>