You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ie...@apache.org on 2009/08/24 16:01:04 UTC

svn commit: r807221 - /sling/trunk/launchpad/bundles/pom.xml

Author: ieb
Date: Mon Aug 24 14:01:04 2009
New Revision: 807221

URL: http://svn.apache.org/viewvc?rev=807221&view=rev
Log:
SLING-1073
Added the servlet.post 2.0.5-SNAPSHOT bundle to the launchpad to make the fix active.

Modified:
    sling/trunk/launchpad/bundles/pom.xml

Modified: sling/trunk/launchpad/bundles/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/bundles/pom.xml?rev=807221&r1=807220&r2=807221&view=diff
==============================================================================
--- sling/trunk/launchpad/bundles/pom.xml (original)
+++ sling/trunk/launchpad/bundles/pom.xml Mon Aug 24 14:01:04 2009
@@ -272,7 +272,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.post</artifactId>
-            <version>2.0.4-incubator</version>
+            <version>2.0.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>