diff --git a/README.md b/README.md index 05a2d11..0db4ca5 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Add this dependency to your project's `.pom` file: com.jfcbuilder jfreechart-builder - 1.5.6 + 1.5.7 ``` @@ -319,7 +319,7 @@ Use a browser to open `framework/target/site/apidocs/index.html` Alternatively, run the generation script by specifying what version tag to associate with the Javadoc: ``` -./scripts/generate-javadoc.sh v1.5.6 +./scripts/generate-javadoc.sh v1.5.7 ``` That output will be in `target/site/apidocs/javadoc` diff --git a/demo-app/pom.xml b/demo-app/pom.xml index cd37ca9..672874e 100644 --- a/demo-app/pom.xml +++ b/demo-app/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.jfcbuilder jfreechart-builder-demo - 1.5.6 + 1.5.7 JFreeChartBuilder Demonstration A sample application for demonstrating the use of jfreechart-builder @@ -25,7 +25,7 @@ com.jfcbuilder jfreechart-builder - 1.5.6 + 1.5.7 diff --git a/framework/pom.xml b/framework/pom.xml index 7c130ad..4aba107 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.jfcbuilder jfreechart-builder - 1.5.6 + 1.5.7 JFreeChartBuilder A builder framework for creating JFreeChart charts. diff --git a/pom.xml b/pom.xml index dc9a5e4..7d76dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.jfcbuilder jfreechart-builder-solution - 1.5.6 + 1.5.7 pom jfreechart-builder parent POM Provides the parent POM with which to build the entire jfreechart-builder solution