#RoSe Readme
This folder contains the code source of the OW2 Chameleon RoSe project.
- core: This project contains the RoSe API and core component.
- jaxrs: This project contains the RoSe components working with the jax-rs API.
- jaxws: This project contains the RoSe components working with the jax-ws API.
- jsonrpc: This project contains the RoSe components working with the json-rpc protocol.
- machines: This project contains several RoSe distributions.
- registry: This project contains the RoSe networked registry component implementation.
- testing: This project contains the RoSe testing helpers.
RoSe is licensed under the Apache License 2.0.
<repository>
<id>maven-barjo-repository-release</id>
<name>RoSe - Release</name>
<url>https://repository-barjo.forge.cloudbees.com/release/</url>
<layout>default</layout>
</repository>
<repository>
<id>maven-barjo-repository-snapshot</id>
<name>RoSe - Snapshot</name>
<url>https://repository-barjo.forge.cloudbees.com/snapshot/</url>
<layout>default</layout>
</repository>
#Released Version semantic:
major.minor.revision
- major changed when there are modification or addition in the functionalities.
- minor changed when minor features or critical fixes have been added.
- revision changed when minor bugs are fixed.