Author: bchapuis
Date: Tue Mar 8 08:34:54 2011
New Revision: 1079295
URL: http://svn.apache.org/viewvc?rev=1079295&view=rev
Log:
Upgrade Spring from 3.0.0.M3 to 3.0.5. Patch: Eugen Paraschiv.
Modified:
incubator/droids/trunk/droids-crawler-web/pom.xml
incubator/droids/trunk/droids-crawler/pom.xml
Modified: incubator/droids/trunk/droids-crawler-web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-crawler-web/pom.xml?rev=1079295&r1=1079294&r2=1079295&view=diff
==============================================================================
--- incubator/droids/trunk/droids-crawler-web/pom.xml (original)
+++ incubator/droids/trunk/droids-crawler-web/pom.xml Tue Mar 8 08:34:54 2011
@@ -50,22 +50,22 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -84,4 +84,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: incubator/droids/trunk/droids-crawler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-crawler/pom.xml?rev=1079295&r1=1079294&r2=1079295&view=diff
==============================================================================
--- incubator/droids/trunk/droids-crawler/pom.xml (original)
+++ incubator/droids/trunk/droids-crawler/pom.xml Tue Mar 8 08:34:54 2011
@@ -130,22 +130,22 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>3.0.0.M3</version>
+ <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -273,4 +273,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>