Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
teodord committed Aug 8, 2018
1 parent 08fe6e0 commit 3128992
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 20 deletions.
2 changes: 1 addition & 1 deletion jasperreports/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<description>Helps build the JasperReports distribution files.</description>

<property name="version" value="6.6.0"/>
<property name="version" value="6.7.0"/>

<path id="project-classpath">
<path refid="project-lib"/>
Expand Down
18 changes: 15 additions & 3 deletions jasperreports/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
JasperReports Library Change Log
=============================================

JasperReports 6.7.0 (2018-0x-xx)
JasperReports 6.7.0 (2018-08-08)
---------------------------------------------

- deprecated BeanShell (BSH) report compiled has been removed from the library.
- repository context concept added to the repository access API in order to support use
of relative paths within the repository to reference reporting resources such as subreports,
images, style templates, resource bundles and other;

- the optional artifacts such as the chart themes, chart customizers, functions and fonts,
which were previously built out of samples, have been moved to the new /ext folder inside the
project source tree;

- the custom visualization component extension, which was previously available as a separate project,
has been added to the /ext folder as an optional artifact and can be tested using the sample
inside the /demo/samples/customvisualization folder;

- deprecated BeanShell (BSH) report compiler has been removed from the library;

- minor bug fixes and improvements;

Expand All @@ -20,7 +32,7 @@ JasperReports 6.6.0 (2018-05-29)
is compiled for the Java 8 platform and is no longer guaranteed to be compatible with Java 7;

- deprecated file resolver built-in parameters have been removed, while the FileResolver interface
and its related APIs have been now deprecated themselves and prepared for future removal.
and its related APIs have been now deprecated themselves and prepared for future removal;

- enhanced repository service API to support relative paths when referencing resources;

Expand Down
4 changes: 2 additions & 2 deletions jasperreports/demo/samples/htmlcomponent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-html-component</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports HTML Component</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/demo/samples/openflashchart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-ofc</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports Open Flash Chart Component</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/ext/chart-customizers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-chart-customizers</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports Chart Customizers</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/ext/chart-themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-chart-themes</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports Chart Themes</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/ext/custom-visualization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-custom-visualization</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports Custom Visualization Component</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/ext/functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-functions</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports Functions</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jasperreports/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency org="org.apache.logging.log4j" name="log4j-jcl" rev="2.8.2" conf="test->*"/>
<dependency org="mondrian" name="mondrian" rev="3.1.1.12687"/>
<dependency org="net.sf.barcode4j" name="barcode4j" rev="2.1"/>
<dependency org="net.sf.jasperreports" name="jasperreports-annotation-processors" rev="6.7.0-SNAPSHOT" conf="annotations->*"/>
<dependency org="net.sf.jasperreports" name="jasperreports-annotation-processors" rev="6.7.0" conf="annotations->*"/>
<dependency org="net.sf.jasperreports" name="jasperreports-metadata" rev="6.6.0" conf="compile,annotations->*"/>
<dependency org="net.sourceforge.barbecue" name="barbecue" rev="1.5-beta1"/>
<dependency org="net.tascalate.javaflow" name="net.tascalate.javaflow.api" rev="2.2.1"/>
Expand Down
4 changes: 2 additions & 2 deletions jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>jar</packaging>
<name>JasperReports</name>
<url>http://jasperreports.sourceforge.net</url>
Expand Down Expand Up @@ -130,7 +130,7 @@
<path>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-annotation-processors</artifactId>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion jasperreports/tools/annotation-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-annotation-processors</artifactId>
<packaging>jar</packaging>
<version>6.7.0-SNAPSHOT</version>
<version>6.7.0</version>
<name>jasperreports-annotation-processors</name>
<url>http://jasperreports.sourceforge.net</url>
<licenses>
Expand Down

0 comments on commit 3128992

Please sign in to comment.