upgraded to 2.0.2--still awaiting 2.0.2 to be placed in m2 repo by Ben

This commit is contained in:
Keith Donald
2007-01-09 05:30:48 +00:00
parent bd3b3d2eb3
commit 6832cb770c
2 changed files with 17 additions and 17 deletions

View File

@@ -28,24 +28,24 @@
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
-->
<dependency org="commons-codec" name="commons-codec" rev="1.1" />
<dependency org="org.springframework" name="spring-beans" rev="2.0" />
<dependency org="org.springframework" name="spring-beans" rev="2.0.2" />
<dependency org="org.springframework" name="spring-binding" rev="latest.integration" />
<dependency org="org.springframework" name="spring-core" rev="2.0" />
<dependency org="org.springframework" name="spring-context" rev="2.0" />
<dependency org="org.springframework" name="spring-web" rev="2.0" />
<dependency org="org.springframework" name="spring-core" rev="2.0.2" />
<dependency org="org.springframework" name="spring-context" rev="2.0.2" />
<dependency org="org.springframework" name="spring-web" rev="2.0.2" />
<!-- testing support only dependencies -->
<dependency org="junit" name="junit" rev="3.8.1" conf="buildtime, testing->default" />
<!-- spring mvc only dependencies -->
<dependency org="org.springframework" name="spring-webmvc" rev="2.0" conf="buildtime, mvc->default" />
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.2" conf="buildtime, mvc->default" />
<!-- spring portlet mvc only dependencies -->
<dependency org="org.springframework" name="spring-portlet" rev="2.0" conf="buildtime, portlet->default" />
<dependency org="org.springframework" name="spring-portlet" rev="2.0.2" conf="buildtime, portlet->default" />
<!-- struts only dependencies -->
<dependency org="struts" name="struts" rev="1.2.9" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-struts" rev="2.0" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-struts" rev="2.0.2" conf="buildtime, struts->default" />
<!-- JSF-only dependencies -->
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
@@ -61,7 +61,7 @@
<dependency org="log4j" name="log4j" rev="1.2.13" conf="test->default" />
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.2" conf="test->default" />
</dependencies>
</ivy-module>
</ivy-module>

View File

@@ -84,7 +84,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -94,34 +94,34 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.0</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.0</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-portlet</artifactId>
<version>2.0</version>
<version>2.0.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-struts</artifactId>
<version>2.0</version>
<version>2.0.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.0</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.0</version>
<version>2.0.2</version>
<optional>true</optional>
</dependency>
<!-- Runtime Dependencies -->
@@ -148,7 +148,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0</version>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>