2019-09-16 11:21:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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">
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.appsmith</groupId>
|
|
|
|
|
<artifactId>integrated</artifactId>
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
</parent>
|
2020-02-14 06:32:34 +00:00
|
|
|
|
2019-09-16 11:21:57 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>com.appsmith</groupId>
|
|
|
|
|
<artifactId>appsmith-plugins</artifactId>
|
2019-09-24 12:14:41 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2019-09-16 11:21:57 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>postgresPlugin</module>
|
2019-09-17 12:24:45 +00:00
|
|
|
<module>restApiPlugin</module>
|
2019-10-18 08:27:19 +00:00
|
|
|
<module>mongoPlugin</module>
|
2020-03-11 17:16:15 +00:00
|
|
|
<module>rapidApiPlugin</module>
|
2020-07-21 10:31:42 +00:00
|
|
|
<module>mysqlPlugin</module>
|
2020-10-21 10:04:29 +00:00
|
|
|
<module>elasticSearchPlugin</module>
|
2019-09-16 11:21:57 +00:00
|
|
|
</modules>
|
2020-02-14 06:32:34 +00:00
|
|
|
|
2020-10-19 09:36:08 +00:00
|
|
|
</project>
|