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 1.7.0 - !!!new staging repo!!!

Thanks for the issue report.
Thanks to Alex for fixing the issue.
I published a new staging version, unfortunately this requires to use a different repo URL: https://oss.sonatype.org/content/repositories/orgeclipsetycho-1061 , so you'll need to update your poms once again:

  <pluginRepositories>
    <pluginRepository>
      <id>tycho-staged</id>
      <url><https://oss.sonatype.org/content/repositories/orgeclipsetycho-1061</url>
    </pluginRepository>
  </pluginRepositories>

Please continue your careful testing, and don't hesitate to report bugs promptly like it was done today. That's quite profitable for everyone!
Cheers,



Back to the top