Move email-sender component to tranport-mgt

merge-requests/731/head
Saad Sahibjan 4 years ago
parent 0ad203e720
commit 789ee553e6

@ -21,9 +21,9 @@
<parent> <parent>
<groupId>org.wso2.carbon.devicemgt</groupId> <groupId>org.wso2.carbon.devicemgt</groupId>
<artifactId>carbon-devicemgt</artifactId> <artifactId>transport-mgt</artifactId>
<version>4.1.12-SNAPSHOT</version> <version>4.1.12-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -17,6 +17,7 @@
<modules> <modules>
<module>sms-handler</module> <module>sms-handler</module>
<module>email-sender</module>
</modules> </modules>
</project> </project>

@ -87,7 +87,7 @@
</goals> </goals>
<configuration> <configuration>
<id>org.wso2.carbon.email.sender</id> <id>org.wso2.carbon.email.sender</id>
<propertiesFile>../../../features/etc/feature.properties</propertiesFile> <propertiesFile>../../../etc/feature.properties</propertiesFile>
<adviceFile> <adviceFile>
<properties> <properties>
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef> <propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>

@ -21,9 +21,9 @@
<parent> <parent>
<groupId>org.wso2.carbon.devicemgt</groupId> <groupId>org.wso2.carbon.devicemgt</groupId>
<artifactId>carbon-devicemgt</artifactId> <artifactId>transport-mgt-feature</artifactId>
<version>4.1.12-SNAPSHOT</version> <version>4.1.12-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -17,5 +17,6 @@
<modules> <modules>
<module>sms-handler</module> <module>sms-handler</module>
<module>email-sender</module>
</modules> </modules>
</project> </project>

@ -44,7 +44,6 @@
<module>components/policy-mgt</module> <module>components/policy-mgt</module>
<module>components/certificate-mgt</module> <module>components/certificate-mgt</module>
<module>components/webapp-authenticator-framework</module> <module>components/webapp-authenticator-framework</module>
<module>components/email-sender</module>
<module>components/ui-request-interceptor</module> <module>components/ui-request-interceptor</module>
<module>components/transport-mgt</module> <module>components/transport-mgt</module>
<module>features/device-mgt</module> <module>features/device-mgt</module>
@ -54,7 +53,6 @@
<module>features/webapp-authenticator-framework</module> <module>features/webapp-authenticator-framework</module>
<module>features/certificate-mgt</module> <module>features/certificate-mgt</module>
<module>features/oauth-extensions</module> <module>features/oauth-extensions</module>
<module>features/email-sender</module>
<module>features/heartbeat-management</module> <module>features/heartbeat-management</module>
<module>features/ui-request-interceptor</module> <module>features/ui-request-interceptor</module>
<module>features/jwt-client</module> <module>features/jwt-client</module>

Loading…
Cancel
Save