Hi,

on ibiblio, the pom.xml of jencks-all seems to be wrong.
the version of jenks has not been replaced in the dependencie (still
${pom.currentVersion}).
(I fixed the problem by modifying my local copy of the pom)

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jencks-all</groupId>
  <artifactId>jencks-all</artifactId>
  <name>Jencks :: All</name>
  <version>1.1.2</version>
  <dependencies>
    <dependency>
      <groupId>jencks</groupId>
      <artifactId>jencks</artifactId>
      <version>${pom.currentVersion}</version>
    </dependency>
  </dependencies>
</project>

regards,

Fred

Reply via email to