|
|
|
@ -8,19 +8,18 @@
|
|
|
|
|
License for the ~ specific language governing permissions and limitations
|
|
|
|
|
~ under the License. -->
|
|
|
|
|
|
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
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>
|
|
|
|
|
<artifactId>apimgt-extensions</artifactId>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<version>2.0.22-SNAPSHOT</version>
|
|
|
|
|
<version>2.0.22</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.integration.generated.client</artifactId>
|
|
|
|
|
<version>2.0.22-SNAPSHOT</version>
|
|
|
|
|
<version>2.0.22</version>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
<name>WSO2 Carbon - API Management Integration Generated Client</name>
|
|
|
|
|
<description>WSO2 Carbon - API Management Integration Client</description>
|
|
|
|
|