February 20, 2017

Maven repositories URL changes

anonucement

For quite some time we were using the basic mean to provide access to our Maven artifacts - simply serving them as a directory view. Recently we made some changes in that area to help with the maintenance and also provide a single access point to our repositories.

This resulted in deploying Apache Archiva under new URL: http://maven-repo.tigase.org/, from where you can access both final and snapshot repositories.

Please update your Maven configuration accordingly to:

<repositories>
    <repository>
        <id>tigase</id>
        <name>Tigase repository</name>
        <url>http://maven-repo.tigase.org/repository/release</url>
    </repository>
    <repository>
        <id>tigase-snapshot</id>
        <name>Tigase repository</name>
        <url>http://maven-repo.tigase.org/repository/snapshot</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Related Articles:

Tigase XMPP Server v7.1.0 Released!

January 30, 2017

server
server7
release
Tigase XMPP Server 7.1.0 has been released! Please review the change notes below to see what has changed since our last release. Introducing Tigase XMPP Server…
arrow left
meetup
announcement
conference
The XMPP Standards foundation had its 21st Summit this past month in Brussels, Belgium just prior to a strong showing at FOSDEM in the same city. With a good…
arrow right
By continuing to use our website, you acknowledge the use of cookies.