|
|
|
@ -16,19 +16,17 @@
|
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
|
~ under the License.
|
|
|
|
|
-->
|
|
|
|
|
<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">
|
|
|
|
|
<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>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>application-mgt-feature</artifactId>
|
|
|
|
|
<version>4.0.0-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.application.mgt.publisher.ui.feature</artifactId>
|
|
|
|
|
<version>4.0.0-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Application Management Publisher UI Feature</name>
|
|
|
|
|
<url>https://entgra.io</url>
|
|
|
|
|