Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] RC1 artifacts available in Eclipse "releases" repo

Hi,

the 1.0.0 release of Californium is around the corner!!! Matthias has created an RC1 tag on the codebase to start the eclipse release review process.
All RC1 artifacts for all of Californium's components are now available from Eclipse's release repo [1]. We would like to encourage you to test drive them and report any open issues so that we can fix them before releasing 1.0.0 which we expect to happen in November :-)

In order to use them in your Maven build, add the following repository definition to your POM:

...
<repositories>
...
  <repository>
    <id>repo.eclipse.org</id>
    <name>Eclipse Releases</name>
    <url>https://repo.eclipse.org/content/groups/releases</url>
  </repository>
...
</repositories>
...

Depending on the number of issues coming up we will be doing another Release Candidate as well before the 1.0.0 release. 
BTW: We will definitively publish the final 1.0.0 artifacts on Maven Central as well ...


Thanks for your support,
Kai


Back to the top