FYI: TInkerPop's Maven2 Repo is Deprecated

21 views
Skip to first unread message

Marko Rodriguez

unread,
Apr 30, 2012, 5:51:51 PM4/30/12
to gremli...@googlegroups.com
Hi,

Just in case people don't know, for about 3 months now, the TinkerPop Maven2 repository has gone into a deprecated state. As such, if you are keeping up with the latest and greatest, DO NOT use the following <repository/> reference.


   <repositories>
        <repository>
            <id>tinkerpop-repository</id>
            <name>TinkerPop Maven2 Repository</name>
            <url>http://tinkerpop.com/maven2</url>
        </repository>
    </repositories>

For all SNAPSHOTs (now and into the future) the following SonaType repo SHOULD BE used:


<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

Finally, when we push stable releases, we push them to Apache's Central Repository and as such, don't require a <repository/> tag.


I hope that is clear,
Marko.


Reply all
Reply to author
Forward
0 new messages