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/04/12 23:11:03 UTC

svn commit: r647496 - /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml

Author: gkossakowski
Date: Sat Apr 12 14:10:59 2008
New Revision: 647496

URL: http://svn.apache.org/viewvc?rev=647496&view=rev
Log:
Servlet Service Framework 1.1.0-SNAPSHOT depends on 1.0.3-SNAPSHOT version of Spring Cnfigurator.

Actually, this 1.0.3-SNAPSHOT should be changed to 1.1.0-SNAPSHOT because it's not a patch change here.

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

Modified: cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml?rev=647496&r1=647495&r2=647496&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml Sat Apr 12 14:10:59 2008
@@ -55,6 +55,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-spring-configurator</artifactId>
+      <version>1.0.3-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>