Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.1

Pardon my ignorance, but how do I go about adding the repositories, etc. to configure Maven to pick up 0.14.1 from this repo?

I added:

        <repository>
            <id>oss</id>
            <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-168/</url>
        </repository>

to the <repositories> of my pom.xml, but Maven's trying to download from repo.maven.apache.org.

On Fri, Feb 24, 2012 at 6:02 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Tycho 0.14.1 is a bugfix release which includes fix for bug 371680 [1].
The staging repository URL is [2]. We plan to promote this release early
next week.


[1] 371680 incomplete p2 metadata for projects with RELEASE version
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371680

[2] https://oss.sonatype.org/content/repositories/orgeclipsetycho-168/


--
Regards,
Igor
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top