KEYCLOAK-2777 - Examples Fuse. Correct Parent pom reference

This commit is contained in:
Paolo Antinori 2016-04-22 11:24:39 +02:00 committed by mposolda
parent 87a7879e71
commit 534a7b6e59

View file

@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>keycloak-examples-parent</artifactId> <artifactId>keycloak-examples-fuse-parent</artifactId>
<groupId>org.keycloak</groupId> <groupId>org.keycloak</groupId>
<version>2.0.0.CR1-SNAPSHOT</version> <version>2.0.0.CR1-SNAPSHOT</version>
</parent> </parent>
@ -126,4 +126,3 @@
</plugins> </plugins>
</build> </build>
</project> </project>