File tree 14 files changed +14
-14
lines changed
src/main/java/org/springdoc/core
springdoc-openapi-data-rest
springdoc-openapi-hateoas
springdoc-openapi-javadoc
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core
14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.springdoc</groupId >
4
4
<artifactId >springdoc-openapi</artifactId >
5
- <version >1.6.15 -SNAPSHOT</version >
5
+ <version >1.6.16 -SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >Spring openapi documentation</name >
8
8
<description >Spring openapi documentation</description >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-common</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
73
73
private static final Logger LOGGER = LoggerFactory .getLogger (SpringDocAnnotationsUtils .class );
74
74
75
75
/**
76
- * The constant ANNOTATIOSN_TO_IGNORE .
76
+ * The constant ANNOTATIONS_TO_IGNORE .
77
77
*/
78
78
private static final List <Class > ANNOTATIONS_TO_IGNORE = Collections .synchronizedList (new ArrayList <>());
79
79
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.6.15 -SNAPSHOT</version >
7
+ <version >1.6.16 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-data-rest</artifactId >
10
10
<dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.6.15 -SNAPSHOT</version >
7
+ <version >1.6.16 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-groovy</artifactId >
10
10
<dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.6.15 -SNAPSHOT</version >
7
+ <version >1.6.16 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-hateoas</artifactId >
10
10
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<properties >
9
9
<spring .version>5.3.6</spring .version>
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.6.15 -SNAPSHOT</version >
7
+ <version >1.6.16 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-security</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-ui</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-webflux-core</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-webflux-ui</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >1.6.15 -SNAPSHOT</version >
6
+ <version >1.6.16 -SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-webmvc-core</artifactId >
9
9
<dependencies >
You can’t perform that action at this time.
0 commit comments