Make artifactId of booking-faces pom consistent with other samples.

This commit is contained in:
Rossen Stoyanchev
2010-04-22 09:09:06 +00:00
parent 120115ce54
commit 89783b5b9e

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.webflow.samples</groupId>
<artifactId>swf-booking-faces</artifactId>
<artifactId>booking-faces</artifactId>
<packaging>war</packaging>
<version>2.1.0.BUILD-SNAPSHOT</version>
<dependencies>