You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2008/07/20 17:17:41 UTC

svn commit: r678281 - /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml

Author: gkossakowski
Date: Sun Jul 20 08:17:41 2008
New Revision: 678281

URL: http://svn.apache.org/viewvc?rev=678281&view=rev
Log:
COCOON-2226: Build error due to wrong dependency version from cocoon-servlet-service in cocoon-spring-configurator.

Applied patch from Abel MuiƱo that fixes this problem.
Thanks for providing a patch.

Modified:
    cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml?rev=678281&r1=678280&r2=678281&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml Sun Jul 20 08:17:41 2008
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-spring-configurator</artifactId>
-      <version>1.0.3-SNAPSHOT</version>
+      <version>1.1.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <!-- Spring Framework -->