jeo / jeo-contrib

Miscellaneous contributed and pending modules.
0 stars 2 forks source link

jeo-guava's parent is pointing to util instead of contrib #6

Closed ironjan closed 4 years ago

ironjan commented 4 years ago

Except for jeo-guava, all contrib modules point to contrib as parent:

  <parent>
    <groupId>io.jeo</groupId>
    <artifactId>contrib</artifactId>
    <version>0-SNAPSHOT</version>
  </parent>

jeo-guava instead points to util in the main repository:

  <parent>
    <groupId>io.jeo</groupId>
    <artifactId>util</artifactId>
    <version>0-SNAPSHOT</version>
    <relativePath>../../util/</relativePath>
  </parent>

Is this expected or should this also be pointing to contrib?

jdeolive commented 4 years ago

Yeah, this must have been an oversight, thanks for the fix!