Skip to content

Commit

Permalink
changes.txt and eula update
Browse files Browse the repository at this point in the history
  • Loading branch information
teodord committed Sep 30, 2024
1 parent a8ec0e6 commit 54b8386
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _**Documentation:**_
- [Functions Reference](https://jasperreports.sourceforge.net/function.reference.html)
- [FAQ](http://community.jaspersoft.com/wiki/jasperreports-library-faqs)
- [API (Javadoc)](https://jasperreports.sourceforge.net/api/index.html)
- [Discussion Forums](https://community.jaspersoft.com/project/jasperreports-library/answers)
- [Discussion Forums](https://community.jaspersoft.com/forums/)

_**Older resources:**_

Expand Down Expand Up @@ -99,7 +99,7 @@ Building the core and extensions JAR artifacts having local non-committed Git mo
From time to time, verifying that the core and extensions artifacts are still compatible with JDK version 1.8 is needed and this is done by turning on the enforcer plugin
while building these artifacts:

mvn clean install -Denforcer.skip
mvn clean install -Denforcer.skip=false -pl '!ext/ejbql, !ext/hibernate, !ext/servlets'

The project has a separate artifact for tests under the `/tests`, which can be run using the following command:

Expand Down
12 changes: 12 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
JasperReports Library Change Log
=============================================

JasperReports 7.0.1 (2024-09-30)
---------------------------------------------

- added automatic module names to manifest files and fixed split packages issues in preparation for
Java 9 modules compliance;

- minor bug fixes and improvements;





JasperReports 7.0.0 (2024-06-17)
---------------------------------------------

Expand Down
4 changes: 1 addition & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
<version>${xml-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>transform</goal>
</goals>
<phase>NO_PHASE</phase><!-- inhibit plugin with phase that does not exist-->
</execution>
</executions>
<configuration>
Expand Down
Binary file not shown.
File renamed without changes.

0 comments on commit 54b8386

Please sign in to comment.