Skip to content

Commit

Permalink
修改pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 7, 2017
1 parent c447a9d commit 6a432c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion xiaoyaoji-pdf/src/main/plugin-resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "导出PDF文档 ",
"author": "luofei",
"createTime": "2017/06/21",
"version": "2.1.5",
"version": "2.1.5.1",
"event":"doc.export",
"icon":{
"icon32x32":"/assets/pdf.png"
Expand Down

0 comments on commit 6a432c9

Please sign in to comment.