Updated version in pom to 2.0-m4

Updated jboss-el dependency
This commit is contained in:
Jeremy Grelle
2008-03-10 16:27:50 +00:00
parent 605280ac8b
commit 01a3b670ed
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
<dependency org="javax.el" name="el-api" rev="1.0" conf="buildtime->default"/>
<!-- test dependencies -->
<dependency org="jboss" name="jboss-el" rev="1.0" conf="test->default"/>
<dependency org="org.jboss.seam" name="jboss-el" rev="2.0.0.GA" conf="test->default"/>
<dependency org="org.easymock" name="easymock" rev="2.3" conf="test->default" />
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>

View File

@@ -5,7 +5,7 @@
<artifactId>spring-binding</artifactId>
<packaging>jar</packaging>
<name>Spring Binding</name>
<version>2.0-m4-SNAPSHOT</version>
<version>2.0-m4</version>
<description>Spring Data Binding Framework - An internal module used by Spring Web Flow</description>
<url>http://www.springframework.org</url>
<licenses>
@@ -75,9 +75,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jboss</groupId>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-el</artifactId>
<version>1.0</version>
<version>2.0.0.GA</version>
<scope>test</scope>
</dependency>
<dependency>