jfreechart-fx icon indicating copy to clipboard operation
jfreechart-fx copied to clipboard

Upload actual snapshot version to Nexus

Open raven2cz opened this issue 4 years ago • 0 comments

Hello, please upload your actual version 2.0-snapshot to nexus snapshot repository. It is still missing...

 <groupId>org.jfree</groupId>
 <artifactId>org.jfree.chart.fx</artifactId>
 <version>2.0-SNAPSHOT</version>
 <packaging>jar</packaging>

<distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
</distributionManagement>    

Thanks!

raven2cz avatar Jun 11 '20 12:06 raven2cz