Skip to content

Commit

Permalink
Merge pull request #84 from matoos32/next-version
Browse files Browse the repository at this point in the history
Bump the version number
  • Loading branch information
matoos32 authored Dec 5, 2022
2 parents cc31414 + 03d301f commit 2dd4671
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Add this dependency to your project's `.pom` file:
<dependency>
<groupId>com.jfcbuilder</groupId>
<artifactId>jfreechart-builder</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<dependency>
```

Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions demo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jfcbuilder</groupId>
<artifactId>jfreechart-builder-demo</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<name>JFreeChartBuilder Demonstration</name>
<description>A sample application for demonstrating the use of jfreechart-builder</description>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.jfcbuilder</groupId>
<artifactId>jfreechart-builder</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jfcbuilder</groupId>
<artifactId>jfreechart-builder</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<name>JFreeChartBuilder</name>
<description>A builder framework for creating JFreeChart charts.</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jfcbuilder</groupId>
<artifactId>jfreechart-builder-solution</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<packaging>pom</packaging>
<name>jfreechart-builder parent POM</name>
<description>Provides the parent POM with which to build the entire jfreechart-builder solution</description>
Expand Down

0 comments on commit 2dd4671

Please sign in to comment.