Skip to content

Commit

Permalink
fix #283
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Jun 13, 2022
1 parent 5dbe61f commit 41cb7f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## smart-doc版本

### 版本号:2.4.7
- 更新日期: 2022-06-13
- 更新内容:
1. 修复2.4.6版本使用高版本jdk出现module权限的问题
2. 修复bug[#283](https://github.com/smart-doc-group/smart-doc/issues/283)
### 版本号:2.4.6
- 更新日期: 2022-05-29
- 更新内容:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>2.4.6</version>
<version>2.4.7</version>

<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
Expand Down Expand Up @@ -82,8 +82,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>1.11</source>
<target>1.11</target>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 41cb7f5

Please sign in to comment.