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>
|
2015-06-12 12:35:34 +00:00
|
|
|
<version>1.4.0.Final-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
|
|
|
|
2014-05-28 14:32:20 +00:00
|
|
|
<artifactId>keycloak-forms-parent</artifactId>
|
2013-08-14 11:30:16 +00:00
|
|
|
<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>
|
2014-05-19 11:58:45 +00:00
|
|
|
<module>email-api</module>
|
|
|
|
<module>email-freemarker</module>
|
2014-01-28 11:52:18 +00:00
|
|
|
<module>login-api</module>
|
|
|
|
<module>login-freemarker</module>
|
|
|
|
</modules>
|
2013-07-23 16:25:36 +00:00
|
|
|
|
|
|
|
</project>
|