From 79525ef950de973071ff3e83f9bde348f7ad572d Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Wed, 8 Nov 2017 06:15:52 +0100 Subject: [PATCH 1/2] Set version in pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e4de697..38a037c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ jfree-demos org.jfree - 1.0.1-SNAPSHOT + 1.1 jar From acd499c255b3537f66388229b94134d490a24e4e Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Wed, 8 Nov 2017 06:21:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 30963f3..4b04269 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,10 @@ Various demo programs for JFree projects, including: * [JFreeChart](https://github.com/jfree/jfreechart) * [JFreeSVG](https://github.com/jfree/jfreesvg) + +A release version is tagged from time to time to make it easier to check out a version of the demo project that aligns to the library version(s) you are using. See the table below: + +| Version | JFreeChart | JFreeSVG | +| -------------- | ----------:| --------:| +| 1.0 | 1.5.0 | | +| 1.1 | 1.5.0 | 3.3 |