From a48930456ce198a73175aed0290a9e12e2060cef Mon Sep 17 00:00:00 2001 From: Tim Molter Date: Thu, 30 Nov 2023 12:38:30 +0100 Subject: [PATCH] prepare for 3.8.6 release --- README.md | 14 +++++++------- pom.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c1ba1df1..6b253964 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,7 @@ Add the XChart library as a dependency to your pom.xml file: org.knowm.xchart xchart - 3.8.5 + 3.8.6 ``` @@ -556,7 +556,7 @@ For snapshots, add the following to your pom.xml file: org.knowm.xchart xchart - 3.8.6-SNAPSHOT + 3.8.7-SNAPSHOT ``` @@ -567,7 +567,7 @@ Snapshots can be manually downloaded from Sonatype: [https://oss.sonatype.org/co To use XChart with the Scala Build Tool (SBT) add the following to your build.sbt ```scala -libraryDependencies += "org.knowm.xchart" % "xchart" % "3.8.5" exclude("de.erichseifert.vectorgraphics2d", "VectorGraphics2D") withSources() +libraryDependencies += "org.knowm.xchart" % "xchart" % "3.8.6" exclude("de.erichseifert.vectorgraphics2d", "VectorGraphics2D") withSources() ``` ## Building with Maven @@ -597,15 +597,15 @@ In the plugins section in IntelliJ search for `google-java-format` and install t ![](https://raw.githubusercontent.com/knowm/XChart/develop/etc/XChart_Demo.png) -- Linux: execute command `java -cp xchart-demo-3.8.5.jar:xchart-3.8.5.jar org.knowm.xchart.demo.XChartDemo`. +- Linux: execute command `java -cp xchart-demo-3.8.6.jar:xchart-3.8.6.jar org.knowm.xchart.demo.XChartDemo`. -- Windows: In the cmd command window, execute the command `java -cp xchart-demo-3.8.5.jar;xchart-3.8.5.jar org.knowm.xchart.demo.XChartDemo`; In - the PowerShell command window, execute the command `java -cp "xchart-demo-3.8.5.jar;xchart-3.8.5.jar" org.knowm.xchart.demo.XChartDemo`. +- Windows: In the cmd command window, execute the command `java -cp xchart-demo-3.8.6.jar;xchart-3.8.6.jar org.knowm.xchart.demo.XChartDemo`; In + the PowerShell command window, execute the command `java -cp "xchart-demo-3.8.6.jar;xchart-3.8.6.jar" org.knowm.xchart.demo.XChartDemo`. E.g: ```sh cd /path/to/xchart-demo/jar/ -java -cp xchart-demo-3.8.5.jar:xchart-3.8.5.jar org.knowm.xchart.demo.XChartDemo +java -cp xchart-demo-3.8.6.jar:xchart-3.8.6.jar org.knowm.xchart.demo.XChartDemo ``` ## Running Demo - option 2 - building yourself diff --git a/pom.xml b/pom.xml index fe3f4454..bce7bd2c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts