|
5 | 5 | <parent> |
6 | 6 | <artifactId>knife4j</artifactId> |
7 | 7 | <groupId>com.github.xiaoymin</groupId> |
8 | | - <version>4.5.0-SNAPSHOT</version> |
| 8 | + <version>4.5.0</version> |
9 | 9 | </parent> |
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <artifactId>knife4j-dependencies</artifactId> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>com.github.xiaoymin</groupId> |
77 | 77 | <artifactId>knife4j-core</artifactId> |
78 | | - <version>4.5.0-SNAPSHOT</version> |
| 78 | + <version>4.5.0</version> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>com.github.xiaoymin</groupId> |
82 | 82 | <artifactId>knife4j-openapi2-ui</artifactId> |
83 | | - <version>4.5.0-SNAPSHOT</version> |
| 83 | + <version>4.5.0</version> |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>com.github.xiaoymin</groupId> |
87 | 87 | <artifactId>knife4j-openapi3-ui</artifactId> |
88 | | - <version>4.5.0-SNAPSHOT</version> |
| 88 | + <version>4.5.0</version> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>com.github.xiaoymin</groupId> |
92 | 92 | <artifactId>knife4j-openapi2-spring-boot-starter</artifactId> |
93 | | - <version>4.5.0-SNAPSHOT</version> |
| 93 | + <version>4.5.0</version> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>com.github.xiaoymin</groupId> |
97 | 97 | <artifactId>knife4j-openapi3-spring-boot-starter</artifactId> |
98 | | - <version>4.5.0-SNAPSHOT</version> |
| 98 | + <version>4.5.0</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.github.xiaoymin</groupId> |
102 | 102 | <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId> |
103 | | - <version>4.5.0-SNAPSHOT</version> |
| 103 | + <version>4.5.0</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>com.github.xiaoymin</groupId> |
108 | 108 | <artifactId>knife4j-aggregation-spring-boot-starter</artifactId> |
109 | | - <version>4.5.0-SNAPSHOT</version> |
| 109 | + <version>4.5.0</version> |
110 | 110 | </dependency> |
111 | 111 |
|
112 | 112 | <dependency> |
113 | 113 | <groupId>com.github.xiaoymin</groupId> |
114 | 114 | <artifactId>knife4j-gateway-spring-boot-starter</artifactId> |
115 | | - <version>4.5.0-SNAPSHOT</version> |
| 115 | + <version>4.5.0</version> |
116 | 116 | </dependency> |
117 | 117 |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>com.github.xiaoymin</groupId> |
120 | 120 | <artifactId>knife4j-openapi3-webflux-spring-boot-starter</artifactId> |
121 | | - <version>4.5.0-SNAPSHOT</version> |
| 121 | + <version>4.5.0</version> |
122 | 122 | </dependency> |
123 | 123 |
|
124 | 124 | <dependency> |
125 | 125 | <groupId>com.github.xiaoymin</groupId> |
126 | 126 | <artifactId>knife4j-openapi3-webflux-jakarta-spring-boot-starter</artifactId> |
127 | | - <version>4.5.0-SNAPSHOT</version> |
| 127 | + <version>4.5.0</version> |
128 | 128 | </dependency> |
129 | 129 |
|
130 | 130 | <dependency> |
|
0 commit comments