Subversion Repositories SmartDukaan

Rev

Rev 2055 | Rev 2646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2055 Rev 2640
Line 1... Line -...
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
1
<?xml version="1.0" encoding="UTF-8"?>
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
<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">
5
  <modelVersion>4.0.0</modelVersion>
3
  <modelVersion>4.0.0</modelVersion>
6
  <groupId>in.shop2020</groupId>
4
  <groupId>in.shop2020</groupId>
7
  <version>1.0-SNAPSHOT</version>
5
  <version>1.0-SNAPSHOT</version>
8
  <artifactId>parent</artifactId>
6
  <artifactId>parent</artifactId>
9
  <packaging>pom</packaging>
7
  <packaging>pom</packaging>
Line 13... Line 11...
13
    <module>Common</module>
11
    <module>Common</module>
14
    <module>Support</module>
12
    <module>Support</module>
15
    <module>Website</module>
13
    <module>Website</module>
16
    <module>Social</module>
14
    <module>Social</module>
17
    <module>ContentStore</module>
15
    <module>ContentStore</module>
-
 
16
    <module>Crm</module>
-
 
17
    <module>GoogleAppDatalog</module>
18
  </modules>
18
  </modules>
19
</project>
19
</project>
20
 
-