mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Renaming backend-oauth-authenticator module to org.wso2.carbon.identity.authenticator.backend.oauth
This commit is contained in:
parent
3fa17c12a7
commit
85ecae22e0
@ -17,11 +17,13 @@
|
|||||||
~ under the License.
|
~ 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>
|
<parent>
|
||||||
<artifactId>identity-extensions</artifactId>
|
<artifactId>identity-extensions</artifactId>
|
||||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>bundle</packaging>
|
<packaging>bundle</packaging>
|
||||||
<name>WSO2 Carbon - OAuth Back End Authenticator</name>
|
<name>WSO2 Carbon - OAuth Back End Authenticator</name>
|
||||||
@ -116,4 +118,5 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<module>org.wso2.carbon.device.mgt.oauth.extensions</module>
|
<module>org.wso2.carbon.device.mgt.oauth.extensions</module>
|
||||||
<module>org.wso2.carbon.identity.jwt.client.extension</module>
|
<module>org.wso2.carbon.identity.jwt.client.extension</module>
|
||||||
<module>dynamic-client-registration</module>
|
<module>dynamic-client-registration</module>
|
||||||
<module>backend-oauth-authenticator</module>
|
<module>org.wso2.carbon.identity.authenticator.backend.oauth</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user