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>
|
|
|
|
|
<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>
|
2020-10-21 12:15:54 +00:00
|
|
|
<module>dynamoPlugin</module>
|
2020-10-22 07:56:58 +00:00
|
|
|
<module>redisPlugin</module>
|
2020-10-23 15:06:45 +00:00
|
|
|
<module>mssqlPlugin</module>
|
2020-11-23 13:12:33 +00:00
|
|
|
<module>firestorePlugin</module>
|
2021-01-06 12:21:07 +00:00
|
|
|
<module>redshiftPlugin</module>
|
2021-02-10 09:56:01 +00:00
|
|
|
<module>amazons3Plugin</module>
|
2021-04-22 03:30:09 +00:00
|
|
|
<module>googleSheetsPlugin</module>
|
2021-06-17 09:33:18 +00:00
|
|
|
<module>snowflakePlugin</module>
|
2021-07-06 13:10:19 +00:00
|
|
|
<module>arangoDBPlugin</module>
|
2021-09-02 14:00:18 +00:00
|
|
|
<module>mongoPluginUqi</module>
|
2019-09-16 11:21:57 +00:00
|
|
|
</modules>
|
2020-10-22 07:56:58 +00:00
|
|
|
</project>
|