1.3.3-beta版本发布

This commit is contained in:
zhangdaiscott
2021-05-14 14:24:45 +08:00
parent 0bfa9343d5
commit 44044e02f6
5 changed files with 1199 additions and 1535 deletions

View File

@@ -1,9 +1,9 @@
# JimuReport - 积木报表
v1.3.21-beta | 20210430
v1.3.3-beta | 20210517
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
[![](https://img.shields.io/badge/version-1.3.21-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/version-1.3.3-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/JimuReport)
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/JimuReport)
@@ -48,7 +48,7 @@ v1.3.21-beta | 20210430
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>spring-boot-starter-jimureport</artifactId>
<version>1.3.21-beta</version>
<version>1.3.3-beta</version>
</dependency>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>org.jeecg</groupId>
<artifactId>jimureport-demo</artifactId>
<version>1.3.1</version>
<version>1.3.3</version>
<name>jimureport-demo</name>
<url>http://www.jimureport.com</url>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>spring-boot-starter-jimureport</artifactId>
<version>1.3.21-beta</version>
<version>1.3.3-beta</version>
</dependency>
<!-- SpringBoot-->

View File

@@ -1 +1 @@
java -jar jimureport-demo-1.3.0.jar
java -jar jimureport-demo-1.3.3.jar