Looks like Java was repackaged under "org.spinrdf" but the Maven artifact is still under TopBraid namespace? Is that intended?
<modelVersion>4.0.0</modelVersion> <groupId>org.topbraid</groupId> <artifactId>spin</artifactId> <packaging>jar</packaging> <version>3.0.0</version> <name>TopBraid SPIN API</name> <url>http://spinrdf.org/</url> BTW, shouldn't we change the version to 3.0.0-SNAPSHOT until any releases are planned/made? On Fri, Dec 30, 2016 at 5:13 PM, Andy Seaborne <[email protected]> wrote: > ** Invitation to Collaborate ** > > There is a new open source project for Spin RDF. TopQuadrant have agreed to > the code being put into an open source github organisation with an Apache > License: > > https://github.com/spinrdf/spinrdf > > This code is taken from the TopBraid SpinDRF 2.0.0 release. > > At this point, no functional code changes have been made. It has been > repackaged under "org.spinrdf". > > What happens now is up to you. > > Usual github processes - issues and pull requests on the repository please. > > Andy & Holger > > https://github.com/spinrdf/spinrdf/blob/master/CONTRIBUTING.md
