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

@@ -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>