orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Group ID in pom.xml is not the official one?

kuzeko opened this issue · comments

Hi,
is it normal that the release here has this group id com.michaelpollmeier
instead of com.orientechnologies ?

<groupId>com.michaelpollmeier</groupId>

As a result on the maven central we have

https://search.maven.org/artifact/com.michaelpollmeier/orientdb-gremlin/3.2.3.0/jar

and the official is stuck to 3.1.x

https://mvnrepository.com/artifact/com.orientechnologies/orientdb-gremlin

Hi @kuzeko

the group is not anymore com.michaelpollmeier check here

and the release is not tucket to 3.1.x.

https://mvnrepository.com/artifact/com.orientechnologies/orientdb-gremlin

This repo follows the versioning of OrientDB which now the last stable is 3.0.30.

Let me know if it helps.

Thanks

I see,
I got confused from the tags and didn't check the timestamp.
Sorry for the confusion

👍