Skip to content

Commit

Permalink
release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Jan 15, 2021
1 parent ab25163 commit 484e5b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc-maven-plugin</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>maven-plugin</packaging>

<name>smart-doc-maven-plugin</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public class StartsWithFilterChain implements FilterChain {
PREFIX_SET.add("flexmark");
PREFIX_SET.add("hibernate-core");
PREFIX_SET.add("springdoc-openapi");
PREFIX_SET.add("poi");
}

@Override
Expand Down

0 comments on commit 484e5b9

Please sign in to comment.