2014-04-29 09:44:37 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<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-parent</artifactId>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2015-10-19 14:15:29 +00:00
|
|
|
<version>1.7.0.Final-SNAPSHOT</version>
|
2014-04-29 09:44:37 +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-export-import-parent</artifactId>
|
2014-04-29 09:44:37 +00:00
|
|
|
<name>Keycloak Export And Import</name>
|
|
|
|
<description/>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>export-import-api</module>
|
2014-07-08 11:58:20 +00:00
|
|
|
<module>export-import-dir</module>
|
|
|
|
<module>export-import-single-file</module>
|
2014-04-29 09:44:37 +00:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|