Skip to content

Commit

Permalink
SEAMVALIDATE-8: Simplifying configuration of Weld/CDI versions in POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Mar 6, 2011
1 parent 31cc306 commit 5b9b804
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 1 addition & 6 deletions examples/helloworld/pom.xml
Expand Up @@ -39,12 +39,7 @@

<description>
An example of using Seam Validation with a Servlet.
</description>

<!-- Explicitly set Weld version until it is updated in Seam parent POM -->
<properties>
<weld.version>1.1.0.Final</weld.version>
</properties>
</description>

<dependencies>

Expand Down
9 changes: 8 additions & 1 deletion impl/pom.xml
Expand Up @@ -38,7 +38,14 @@

<description>
The implementation of the Seam Validation Module.
</description>
</description>

<properties>
<!-- Necessary until there is a new Arquillian version working properly with Weld 1.1.0.Final -->
<cdi-api.version>1.0-SP2</cdi-api.version>
<weld.version>1.1.0.Beta1</weld.version>
<weld.api.version>1.1.Beta1</weld.api.version>
</properties>

<build>
<plugins>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -69,12 +69,7 @@

<properties>
<seam.version>3.0.0.CR1</seam.version>

<!-- Necessary until there is a new Arquillian version working properly with Weld 1.1.0.Final -->
<cdi-api.version>1.0-SP2</cdi-api.version>
<weld.version>1.1.0.Beta1</weld.version>
<weld.api.version>1.1.Beta1</weld.api.version>

<cdi-api.version>1.0-SP3</cdi-api.version>
<hibernate.validator.version>4.2.0.Beta1</hibernate.validator.version>
</properties>

Expand Down

0 comments on commit 5b9b804

Please sign in to comment.