Skip to content

Commit

Permalink
Update pom.xml for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Nov 2, 2016
1 parent 4ee6cdd commit 2bd32be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion maven/pom-1.8.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.object-refinery</groupId>
<artifactId>orsoncharts</artifactId>
<version>1.6</version>
<version>1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<!-- this is required to host it on Sonatype's OSSRH -->
Expand All @@ -30,6 +30,7 @@
</properties>

<dependencies>

<!-- FXGraphics2D is required for JavaFX support -->
<dependency>
<groupId>org.jfree</groupId>
Expand All @@ -42,13 +43,15 @@
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.2</version>
<optional>true</optional>
</dependency>

<!-- OrsonPDF is used to provide PDF export -->
<dependency>
<groupId>com.orsonpdf</groupId>
<artifactId>orsonpdf</artifactId>
<version>1.7</version>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.object-refinery</groupId>
<artifactId>orsoncharts</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<!-- this is required to host it on Sonatype's OSSRH -->
Expand Down Expand Up @@ -45,7 +45,7 @@
<version>3.2</version>
<optional>true</optional>
</dependency>

<!-- OrsonPDF is used to provide PDF export -->
<dependency>
<groupId>com.orsonpdf</groupId>
Expand Down

0 comments on commit 2bd32be

Please sign in to comment.