Skip to content

Commit

Permalink
Ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Feb 27, 2020
1 parent fb25414 commit d69320a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
JFreeSVG
========

Version 4.0, by David Gilbert, not yet released.
Version 4.0, by David Gilbert, 27 February 2020.

(C)opyright 2013-2020, by Object Refinery Limited. All rights reserved.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreesvg/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreesvg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.svg/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.svg)


Overview
Expand All @@ -32,25 +32,24 @@ There are some demonstration applications in the [JFree-Demos](https://github.co

Include
-------
JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency (once the release is done):
JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency:

<dependency>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.svg</artifactId>
<version>4.0</version>
</dependency>

To use JFreeSVG with Java 8, you can use the following:
JFreeSVG is a modular library with the module name `org.jfree.svg`.

To use JFreeSVG with Java 8, you can use the following (note the different artifact ID:

<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.4</version>
</dependency>

For developers using the Java Module System, from version 4.0 JFreeSVG is
a modular library with the module name `org.jfree.svg`.


Build
-----
Expand All @@ -71,7 +70,7 @@ JFreeSVG is free software under the terms of the GNU General Public License vers
Change History
--------------

Version 4.0 (not yet released)
Version 4.0 (27-February-2020)
- created a module for JFreeSVG: 'org.jfree.svg';
- increased the minimum required Java version to 11;
- changed the Maven artifact ID to match the module name;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jfree</groupId>
<artifactId>org.jfree.svg</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
<packaging>jar</packaging>

<name>JFreeSVG</name>
Expand Down

0 comments on commit d69320a

Please sign in to comment.