Hi,

I just set up a new environment, new archiva server, etc and am having a 
problem building sling. I think the problem is bundles/list.xml hasn't been 
updated to match auth/core bundle version number.

Rob



[decker@ssd]sling/code/sling-builder 546 % grep -B 5 -A 5 SNAPSHOT 
bundles/auth/core/pom.xml
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>

    <artifactId>org.apache.sling.auth.core</artifactId>
    <packaging>bundle</packaging>
    <version>1.1.5-SNAPSHOT</version>

    <name>Apache Sling Authentication Service</name>
    <description>
        The Sling Authentication Service bundle provides the basic
        mechanisms to authenticate HTTP requests with a JCR repository.




[decker@ssd]sling/code/sling-builder 548 % grep auth\.core -B 5 -A 5 
launchpad/builder/src/main/bundles/list.xml
            <artifactId>org.apache.sling.resourceresolver</artifactId>
            <version>1.0.7-SNAPSHOT</version>
        </bundle>
        <bundle>
            <groupId>org.apache.sling</groupId>
            <artifactId>org.apache.sling.auth.core</artifactId>
            <version>1.1.3-SNAPSHOT</version>
        </bundle>
        <bundle>
            <groupId>org.apache.sling</groupId>
            <artifactId>org.apache.sling.engine</artifactId>


Reply via email to