2014-03-18 17:59:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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>keycloak-parent</artifactId>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2014-06-02 17:12:04 +00:00
|
|
|
<version>1.0-beta-3-SNAPSHOT</version>
|
2014-03-18 17:59:22 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2014-05-28 14:32:20 +00:00
|
|
|
<artifactId>keycloak-authentication-parent</artifactId>
|
2014-04-08 10:27:05 +00:00
|
|
|
<name>Keycloak Authentication</name>
|
2014-03-18 17:59:22 +00:00
|
|
|
<description />
|
|
|
|
|
|
|
|
<modules>
|
2014-04-08 10:27:05 +00:00
|
|
|
<module>authentication-api</module>
|
2014-03-18 17:59:22 +00:00
|
|
|
<module>authentication-model</module>
|
|
|
|
<module>authentication-picketlink</module>
|
|
|
|
</modules>
|
|
|
|
|
2014-05-28 14:32:20 +00:00
|
|
|
</project>
|