Subversion Repositories SmartDukaan

Rev

Rev 1682 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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>in.shop2020</groupId>
  <version>1.0-SNAPSHOT</version>
  <artifactId>parent</artifactId>
  <packaging>pom</packaging>
  <name>All Saholic Components</name>
  <modules>
    <module>thirdparty</module>
    <module>ClientAgent</module>
    <module>ThriftConfig</module>
    <module>Common</module>
    <module>Support</module>
    <module>Website</module>
    <module>ContentStore</module>
  </modules>
</project>