source: java2python/pom.xml@ 1271

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

#361 fixing version conflicts

File size: 533 bytes
RevLine 
[410]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>
[504]14 <module>junit-t</module>
[1099]15 <module>tudjunit-t</module>
[866]16 <module>mockito-t</module>
[410]17 <module>tudutils-t</module>
[595]18 <module>geniuswebtranslator</module>
[410]19 </modules>
20</project>
Note: See TracBrowser for help on using the repository browser.