keycloak-scim/examples/themes/pom.xml

20 lines
672 B
XML
Raw Normal View History

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>
<artifactId>keycloak-examples-parent</artifactId>
2015-03-20 09:18:33 +00:00
<groupId>org.keycloak</groupId>
2015-05-22 06:42:40 +00:00
<version>1.3.0.Final-SNAPSHOT</version>
2015-03-20 09:18:33 +00:00
</parent>
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>