[go: up one dir, main page]

Menu

[r1152]: / pom.xml  Maximize  Restore  History

Download this file

28 lines (28 with data), 763 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.xoetrope</groupId>
<version>1.0-SNAPSHOT</version>
<artifactId>app</artifactId>
<packaging>pom</packaging>
<name>XUI Project Suite</name>
<modules>
<module>xui</module>
</modules>
<ciManagement>
<system>continuum</system>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>luano@xoetrope.com</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/xui</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/xui</developerConnection>
<tag></tag>
<url>https://svn.sourceforge.net/svnroot/xui</url>
</scm>
</project>