release 1.7.4

This commit is contained in:
oppofind 2019-10-29 10:02:34 +08:00
parent 9b8a47da9b
commit 5ed1c6f39d
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ which looks a html like generated by `asciidoctor-maven-plugin` plugin.
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
```

View File

@ -28,7 +28,7 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
```

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.7.3</version>
<version>1.7.4</version>
<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>