keycloak-scim/distribution/feature-packs/pom.xml
Stian Thorgersen 4e0a32a37a Version bump
2015-05-22 09:04:30 +02:00

20 lines
740 B
XML

<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>distribution-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>1.3.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Feature Pack Builds</name>
<description/>
<modelVersion>4.0.0</modelVersion>
<artifactId>feature-packs-parent</artifactId>
<packaging>pom</packaging>
<modules>
<!--<module>adapter-feature-pack</module>-->
<module>server-feature-pack</module>
</modules>
</project>