source: java2python/pom.xml@ 1102

Last change on this file since 1102 was 1099, checked in by wouter, 7 weeks ago

#361 fixing version conflicts

File size: 533 bytes
Line 
1<project>
2 <modelVersion>4.0.0</modelVersion>
3
4
5 <artifactId>java2python</artifactId>
6 <name>java2python</name>
7 <groupId>root</groupId>
8 <version>-</version>
9 <packaging>pom</packaging>
10
11 <modules>
12 <module>core</module>
13 <module>jackson-t</module>
14 <module>junit-t</module>
15 <module>tudjunit-t</module>
16 <module>mockito-t</module>
17 <module>tudutils-t</module>
18 <module>geniuswebtranslator</module>
19 </modules>
20</project>
Note: See TracBrowser for help on using the repository browser.