|
|
|
@ -17,19 +17,18 @@
|
|
|
|
|
~ 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>webapp-authenticator-framework</artifactId>
|
|
|
|
|
<version>2.0.6-SNAPSHOT</version>
|
|
|
|
|
<version>2.0.7-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.webapp.authenticator.framework</artifactId>
|
|
|
|
|
<version>2.0.6-SNAPSHOT</version>
|
|
|
|
|
<version>2.0.7-SNAPSHOT</version>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Web Application Authenticator Framework Bundle</name>
|
|
|
|
|
<description>WSO2 Carbon - Web Application Authenticator Framework Bundle</description>
|
|
|
|
|