Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 7c6906d

Browse files
author
Arun Gupta
committed
Fixing the module names
Former-commit-id: 6790eb702dcb61b49e15b7c30cfaf75294b63766
1 parent af51823 commit 7c6906d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

samples/jsf/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/xsd/maven-4.0.0.xsd">
33
<parent>
44
<groupId>org.sample</groupId>
55
<artifactId>javaee7-samples</artifactId>
@@ -17,8 +17,11 @@
1717

1818
<modules>
1919
<module>contracts</module>
20-
<module>flow</module>
21-
<module>flow-multi</module>
20+
<module>contracts-library</module>
21+
<module>flows-simple</module>
22+
<module>flows-mixed</module>
23+
<module>flows-programmatic</module>
24+
<module>flows-declarative</module>
2225
</modules>
2326

24-
</project>
27+
</project>

0 commit comments

Comments
 (0)