| | |
| | | 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> |
| | | <groupId>com.doumee</groupId> |
| | | <artifactId>smartmeeting</artifactId> |
| | | <artifactId>logistics</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <packaging>pom</packaging> |
| | | |
| | | <name>smartmeeting</name> |
| | | <name>logistics</name> |
| | | <description></description> |
| | | <modules> |
| | | <module>smartmeeting_admin</module> |
| | | <module>smartmeeting_service</module> |
| | | <module>smartmeeting_web</module> |
| | | <module>logistics_admin</module> |
| | | <module>logistics_service</module> |
| | | <module>logistics_web</module> |
| | | </modules> |
| | | |
| | | <parent> |