Dear all

I had a discussion with Reto regarding the versioning of the modules.
Currently, all modules have version 8 after the refactoring. Reto suggested
to keep
previous version and increase it according to semantic versioning.
So, since all modules have a breaking change, I will increase the major
number.
However, some modules are new or the result of a renaming.

We have these modules in the reunited branch:

* api (was org.apache.clerezza.commons-rdf:commons-rdf-api 0.3-SNAPSHOT)
* api.impl (was org.apache.clerezza.commons-rdf:commons-rdf-impl-utils
0.3-SNAPSHOT)
* ontologies (was org.apache.clerezza:rdf.ontologies 1.0.1-SNAPSHOT)
* sparql (was sparql package in org.apache.clerezza:rdf.core 1.0.2-SNAPSHOT)
* representation (was serializedform package in
org.apache.clerezza:rdf.core 1.0.2-SNAPSHOT)
* test.utils (was org.apache.clerezza:rdf.core.test 1.0.1-SNAPSHOT)
* dataset (was access package in org.apache.clerezza:rdf.core
1.0.2-SNAPSHOT)
* api.utils (is a merge of org.apache.clerezza:rdf.utils 1.0.1-SNAPSHOT
with org.apache.clerezza:rdf.scala.utils 1.0.1-SNAPSHOT)
* jaxrs.rdf.providers (was org.apache.clerezza:jaxrs.rdf.providers
1.0.1-SNAPSHOT)

api will have version 1.0.0
api.impl will have version 1.0.0
ontologies will have version 2.0.0
sparql will have version 2.0.0
representation will have version 2.0.0
test.utils will have version 2.0.0
dataset will have version 2.0.0
api.utils will have version 2.0.0
jaxrs.rdf.providers will have version 2.0.0

What do you think?
Any objections?

Kind regards
Hasan

On Sat, Feb 16, 2019 at 11:12 AM Hasan <[email protected]> wrote:

> Dear all
>
> The reunited branch of Clerezza (
> https://gitbox.apache.org/repos/asf/clerezza.git) brings
> back the Clerezza common-rdf (
> https://gitbox.apache.org/repos/asf/clerezza-rdf-core.git)
> into Clerezza (https://gitbox.apache.org/repos/asf/clerezza.git).
>
> At the same time we refactor Clerezza to
> - remove a cyclic dependency between sparql and access package,
> - have all core functionalities in the top level modules instead of under
> a single rdf module,
> - rename some modules and packages to reflect better their functionality.
>
> The refactoring task is more or less complete.
>
> I think we should release the reunited branch in the near future as
> version 8 of master.
>
> What do you think?
>
> Kind regards
> Hasan
>
>

Reply via email to