Author: snoopdave
Date: Sun Oct 16 14:11:28 2011
New Revision: 1184827
URL: http://svn.apache.org/viewvc?rev=1184827&view=rev
Log:
upgrading to Spring Context 2.5.6 to fix exception at startup time (reproduced
on on both Tomcat and Jetty)
Modified:
roller/trunk/planet-business/pom.xml
roller/trunk/pom.xml
roller/trunk/roller-core/pom.xml
roller/trunk/test-utils/pom.xml
Modified: roller/trunk/planet-business/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/planet-business/pom.xml?rev=1184827&r1=1184826&r2=1184827&view=diff
==============================================================================
--- roller/trunk/planet-business/pom.xml (original)
+++ roller/trunk/planet-business/pom.xml Sun Oct 16 14:11:28 2011
@@ -12,7 +12,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>Apache Roller Planet Business Module</name>
+ <name>Roller Planet Business - Trunk</name>
<description>
Business logic and persistence for Roller Planet RSS/Atom aggregator,
also used in Roller Weblogger.
Modified: roller/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1184827&r1=1184826&r2=1184827&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Sun Oct 16 14:11:28 2011
@@ -11,7 +11,7 @@
<version>5.1.0-mobile-dev</version>
<packaging>pom</packaging>
- <name>Apache Roller Project</name>
+ <name>Roller Project - Trunk</name>
<description>
Roller is an open source blog server built with open source Java
libraries including Apache OpenJPA, Struts2, Velocity and Commons.
Modified: roller/trunk/roller-core/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/roller-core/pom.xml?rev=1184827&r1=1184826&r2=1184827&view=diff
==============================================================================
--- roller/trunk/roller-core/pom.xml (original)
+++ roller/trunk/roller-core/pom.xml Sun Oct 16 14:11:28 2011
@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>Apache Roller Core Module</name>
+ <name>Roller Core - Trunk</name>
<description>
Core code and resources used in other parts of Roller.
</description>
Modified: roller/trunk/test-utils/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/test-utils/pom.xml?rev=1184827&r1=1184826&r2=1184827&view=diff
==============================================================================
--- roller/trunk/test-utils/pom.xml (original)
+++ roller/trunk/test-utils/pom.xml Sun Oct 16 14:11:28 2011
@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>Apache Roller Test Utilities</name>
+ <name>Roller Test Utilities - Trunk</name>
<groupId>org.apache.roller</groupId>
<artifactId>test-utils</artifactId>
<version>5.1.0-mobile-dev</version>