Hello Mailing list,

I am wondering why 
http://maven.restlet.org/org/restlet/jee/org.restlet.lib.org.json/2.0/org.json-2.0.pom
 
- which is a release - references a SNAPSHOT-version of its parent:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.restlet.jee</groupId>
                <artifactId>org.restlet.parent</artifactId>
                <version>2.1-SNAPSHOT</version>
        </parent>

        <artifactId>org.restlet.lib.org.json</artifactId>
        <version>2.0</version>
        <name>JSON framework</name>
        <description>JSON framework.</description>

        <dependencies>
        </dependencies>
</project>

The same question goes for 
http://maven.restlet.org/org/restlet/jee/org.restlet.lib.org.json/2.0/org.restlet.lib.org.json-2.0.pom
 
which references a SNAPSHOT-version, too.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.restlet.jee</groupId>
                <artifactId>org.restlet.parent</artifactId>
                <version>2.0-SNAPSHOT</version>
        </parent>

   <groupId>org.restlet</groupId>
   <artifactId>org.restlet.lib.org.json</artifactId>
   <version>2.0</version>

   <name>JSON framework</name>
   <description>JSON framework.</description>
</project>

The last one causes troubles for me when trying to build a project with 
indirectly references the artifact with ID org.restlet.lib.org.json 
(version 2.0).

I welcome every hint or explaination regarding this.

Best regards
Sebastian

______________________________________________________________________ 

Sebastian Schneider
Application Developer 


VEDA GmbH
Carl-Zeiss-Straße 14
52477 Alsdorf

Tel.:
+49 2404 5507-1312
Fax:
+49 2404 5507-2312

E-Mail:
sebastian.schnei...@veda.net
Web:
http://www.veda.net

VEDA GmbH, Amtsgericht Aachen HRB 1501,
Geschäftsführer: Dr. Ralf Gräßler & Klaus Pohlmann
Sitz der Gesellschaft: Alsdorf

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2680699

Reply via email to