2013-07-23 16:25:36 +00:00
|
|
|
<?xml version="1.0"?>
|
2014-03-29 15:28:52 +00:00
|
|
|
<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/maven-v4_0_0.xsd">
|
2013-08-02 11:36:55 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>keycloak-parent</artifactId>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2014-03-13 15:24:38 +00:00
|
|
|
<version>1.0-beta-1-SNAPSHOT</version>
|
2013-08-02 11:36:55 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-01-28 11:52:18 +00:00
|
|
|
<packaging>pom</packaging>
|
2013-07-23 16:25:36 +00:00
|
|
|
|
2013-08-14 11:30:16 +00:00
|
|
|
<artifactId>keycloak-forms</artifactId>
|
|
|
|
<name>Keycloak Forms</name>
|
2013-08-02 11:36:55 +00:00
|
|
|
<description />
|
2013-07-23 16:25:36 +00:00
|
|
|
|
2014-01-28 11:52:18 +00:00
|
|
|
<modules>
|
|
|
|
<module>common-freemarker</module>
|
|
|
|
<module>common-themes</module>
|
|
|
|
<module>account-api</module>
|
|
|
|
<module>account-freemarker</module>
|
|
|
|
<module>login-api</module>
|
|
|
|
<module>login-freemarker</module>
|
|
|
|
</modules>
|
2013-07-23 16:25:36 +00:00
|
|
|
|
|
|
|
</project>
|