Skip to content

Commit

Permalink
update seam-bom version, fix circular dependency for example
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 28, 2011
1 parent cd483b0 commit d8d51e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/basic-servlet/pom.xml
Expand Up @@ -64,6 +64,7 @@
<dependency>
<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet</artifactId>
<version>3.0.0.CR3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -32,7 +32,7 @@
<url>http://www.seamframework.org/Seam3/CatchModuleHome</url>

<properties>
<seam.version>3.0.0.CR8</seam.version>
<seam.version>3.0.0.Final</seam.version>
<jboss.spec.version>1.0.0.CR1</jboss.spec.version>
</properties>

Expand Down

0 comments on commit d8d51e9

Please sign in to comment.