Published POMs contain the wrong reference to the parent config
---------------------------------------------------------------
Key: GORA-35
URL: https://issues.apache.org/jira/browse/GORA-35
Project: Gora
Issue Type: Bug
Components: build process
Affects Versions: 0.1-incubating
Reporter: Julien Nioche
Priority: Critical
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?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira