Hi,

I'm trying to get the code to support the JCR explorer integrated into
the current trunk of sling, but I'm looking at the project dependencies
from the "org.apache.sling.servlets.get" project to the
"org.apache.sling.commons.json" project (since I have changes for both
of those) and wondering if the version shouldn't be set to the
development version, e.g. 2.0.3-incubator-SNAPSHOT.  In other words:

not
        <dependency>
            <groupId>org.apache.sling</groupId>
            <artifactId>org.apache.sling.commons.json</artifactId>
            <version>2.0.2-incubator</version>
        </dependency>

but
        <dependency>
            <groupId>org.apache.sling</groupId>
            <artifactId>org.apache.sling.commons.json</artifactId>
            <version>2.0.3-incubator-SNAPSHOT</version>
        </dependency>

Certainly on your maintenance branch it should be set to a released
version, but not on your development branch?  Shouldn't that be true for
all sling project inter-dependencies?

Cheers,
Craig

Reply via email to