Subversion Repositories SmartDukaan

Rev

Rev 1426 | Rev 1727 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1091 vikas 1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
  <modelVersion>4.0.0</modelVersion>
6
  <groupId>in.shop2020</groupId>
7
  <version>1.0-SNAPSHOT</version>
8
  <artifactId>parent</artifactId>
9
  <packaging>pom</packaging>
10
  <name>All Saholic Components</name>
11
  <modules>
12
    <module>ThriftConfig</module>
13
    <module>Common</module>
14
    <module>Support</module>
15
    <module>Website</module>
16
    <module>ContentStore</module>
17
  </modules>
18
</project>
19