Author: cziegeler
Date: Wed Jun 10 15:37:01 2009
New Revision: 783397
URL: http://svn.apache.org/viewvc?rev=783397&view=rev
Log:
Use correct json bundle version.
Modified:
incubator/sling/whiteboard/portal/container/pom.xml
Modified: incubator/sling/whiteboard/portal/container/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/whiteboard/portal/container/pom.xml?rev=783397&r1=783396&r2=783397&view=diff
==============================================================================
--- incubator/sling/whiteboard/portal/container/pom.xml (original)
+++ incubator/sling/whiteboard/portal/container/pom.xml Wed Jun 10 15:37:01 2009
@@ -208,7 +208,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.json</artifactId>
- <version>2.0.0-incubator</version>
+ <version>2.0.4-incubator</version>
<scope>provided</scope>
</dependency>
<dependency>