Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Whoops, this should be verison 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnederlof committed Oct 11, 2020
1 parent 7967d41 commit 7cc2c81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 2.7
# 2.8

- Update to Jasper 6.15
- Other dependency updates
- [Ability to <skip> the compilation](https://github.com/alexnederlof/Jasper-report-maven-plugin/pull/69)
- [Set default threads to the number of processors](https://github.com/alexnederlof/Jasper-report-maven-plugin/commit/ccde203ebdf3648e4be0b84647da26d71937e860)

# 2.7

- Update to Jasper 6.11.0

# 2.6

- Update to Jasper 6.9.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can use the plugin by adding it to the plug-in section in your pom;
<plugin>
<groupId>com.alexnederlof</groupId>
<artifactId>jasperreports-plugin</artifactId>
<version>2.6</version>
<version>2.8</version>
<executions>
<execution>
<phase>process-sources</phase>
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 @@
<artifactId>jasperreports-plugin</artifactId>

<packaging>maven-plugin</packaging>
<version>2.7</version>
<version>2.8</version>
<name>jasperreport-plugin</name>
<description>A Jasper compiler plugin</description>
<url>http://github.com/alexnederlof/Jasper-report-maven-plugin</url>
Expand Down

0 comments on commit 7cc2c81

Please sign in to comment.