Skip to content

Commit

Permalink
set seam-faces version in the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 28, 2011
1 parent dae44cb commit 52ede41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/authorization/pom.xml
Expand Up @@ -61,7 +61,6 @@
<dependency>
<groupId>org.jboss.seam.faces</groupId>
<artifactId>seam-faces</artifactId>
<version>3.0.0.CR2</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion examples/simple/pom.xml
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>org.jboss.seam.faces</groupId>
<artifactId>seam-faces</artifactId>
<version>3.0.0.CR2</version>
</dependency>

<!-- Required for Glassfish -->
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -73,6 +73,12 @@
<version>2.0</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.faces</groupId>
<artifactId>seam-faces</artifactId>
<version>3.0.0.CR2</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 52ede41

Please sign in to comment.