Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hks2002 committed Oct 19, 2023
2 parents 9437a2b + 74c251c commit 4a23fa0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/hks2002/crystal-report-server-java/compare/v1.2.0...v1.3.0) (2023-09-16)


### Features

* ✨upgrade CR to SP29 ([5dd328f](https://github.com/hks2002/crystal-report-server-java/commit/5dd328fa8362a9470a9bccc95b3cb6563e9d7dc7))
* 🐛remove jndi support ([14ddb35](https://github.com/hks2002/crystal-report-server-java/commit/14ddb35b6b43456cdc188d1624f8d2bba56b9e46))


### Bug Fixes

* 🐛add arial unicode fonts in TEST.rpt ([34d02cf](https://github.com/hks2002/crystal-report-server-java/commit/34d02cf47db3e25d45dda5975a54cbc63c27e9be))


### Documentation

* 📚update reports location ([abb6f07](https://github.com/hks2002/crystal-report-server-java/commit/abb6f0744d04f18e4063e9c0901acb6e239b4d95))

## [1.2.0](https://github.com/hks2002/crystal-report-server-java/compare/v1.1.0...v1.2.0) (2023-09-11)


Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -12,7 +11,7 @@

<groupId>com.da</groupId>
<artifactId>crystal-report-server-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>crystal-report-server-java</name>
<description>An Crystal Report Server for java</description>
<packaging>war</packaging>
Expand Down

0 comments on commit 4a23fa0

Please sign in to comment.