2015-03-20 09:18:33 +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">
|
|
|
|
<parent>
|
2015-04-22 17:11:46 +00:00
|
|
|
<artifactId>keycloak-examples-parent</artifactId>
|
2015-03-20 09:18:33 +00:00
|
|
|
<groupId>org.keycloak</groupId>
|
2015-06-12 12:35:34 +00:00
|
|
|
<version>1.4.0.Final-SNAPSHOT</version>
|
2015-03-20 09:18:33 +00:00
|
|
|
</parent>
|
2015-04-22 17:11:46 +00:00
|
|
|
|
2015-03-20 09:18:33 +00:00
|
|
|
<name>Themes Examples</name>
|
|
|
|
<description/>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>keycloak-example-themes</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<finalName>keycloak-example-themes</finalName>
|
|
|
|
</build>
|
|
|
|
</project>
|