|
|
|
@ -20,14 +20,14 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>policy-mgt</artifactId>
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
<version>0.9.0-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</artifactId>
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
<version>0.9.0-SNAPSHOT</version>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Policy Management Common</name>
|
|
|
|
|
<description>WSO2 Carbon - Policy Management Common</description>
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<instructions>
|
|
|
|
|
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
|
|
|
|
|
<Bundle-Name>${project.artifactId}</Bundle-Name>
|
|
|
|
|
<Bundle-Version>${carbon.cdm.version}</Bundle-Version>
|
|
|
|
|
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
|
|
|
|
<Bundle-Description>Policy Management Common Bundle</Bundle-Description>
|
|
|
|
|
<Private-Package>org.wso2.carbon.policy.mgt.common.internal</Private-Package>
|
|
|
|
|
<Import-Package>
|
|
|
|
|