Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.1-incubating
-
None
Description
The POM for core contains
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>apache-gora</artifactId>
<version>0.1-incubating</version>
</parent>
however the parent is defined as
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
we can't fetch the jars with Ivy as a result. Could we fix that for the 0.1 artefacts?