MPROMEditor now calls its columns "Opcode" and "muPC"
[Mograsim.git] / SWTHelper / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <artifactId>net.mograsim.swthelper</artifactId>
6         <packaging>pom</packaging>
7
8         <parent>
9                 <groupId>net.mograsim</groupId>
10                 <artifactId>net.mograsim</artifactId>
11                 <version>${revision}${changelist}</version>
12         </parent>
13
14         <modules>
15                 <module>bundles</module>
16         </modules>
17 </project>