Skip to content

Commit c77ca94

Browse files
committed
build:4.5.0
1 parent 5849a63 commit c77ca94

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

knife4j/changeVersion.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvn versions:set -DnewVersion=4.5.0-SNAPSHOT -DgenerateBackupPoms=false
1+
mvn versions:set -DnewVersion=4.5.0 -DgenerateBackupPoms=false

knife4j/knife4j-aggregation-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>knife4j-aggregation-spring-boot-starter</artifactId>

knife4j/knife4j-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

knife4j/knife4j-dependencies/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>knife4j-dependencies</artifactId>
@@ -75,56 +75,56 @@
7575
<dependency>
7676
<groupId>com.github.xiaoymin</groupId>
7777
<artifactId>knife4j-core</artifactId>
78-
<version>4.5.0-SNAPSHOT</version>
78+
<version>4.5.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.github.xiaoymin</groupId>
8282
<artifactId>knife4j-openapi2-ui</artifactId>
83-
<version>4.5.0-SNAPSHOT</version>
83+
<version>4.5.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.github.xiaoymin</groupId>
8787
<artifactId>knife4j-openapi3-ui</artifactId>
88-
<version>4.5.0-SNAPSHOT</version>
88+
<version>4.5.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.github.xiaoymin</groupId>
9292
<artifactId>knife4j-openapi2-spring-boot-starter</artifactId>
93-
<version>4.5.0-SNAPSHOT</version>
93+
<version>4.5.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.github.xiaoymin</groupId>
9797
<artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
98-
<version>4.5.0-SNAPSHOT</version>
98+
<version>4.5.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.github.xiaoymin</groupId>
102102
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
103-
<version>4.5.0-SNAPSHOT</version>
103+
<version>4.5.0</version>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>com.github.xiaoymin</groupId>
108108
<artifactId>knife4j-aggregation-spring-boot-starter</artifactId>
109-
<version>4.5.0-SNAPSHOT</version>
109+
<version>4.5.0</version>
110110
</dependency>
111111

112112
<dependency>
113113
<groupId>com.github.xiaoymin</groupId>
114114
<artifactId>knife4j-gateway-spring-boot-starter</artifactId>
115-
<version>4.5.0-SNAPSHOT</version>
115+
<version>4.5.0</version>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>com.github.xiaoymin</groupId>
120120
<artifactId>knife4j-openapi3-webflux-spring-boot-starter</artifactId>
121-
<version>4.5.0-SNAPSHOT</version>
121+
<version>4.5.0</version>
122122
</dependency>
123123

124124
<dependency>
125125
<groupId>com.github.xiaoymin</groupId>
126126
<artifactId>knife4j-openapi3-webflux-jakarta-spring-boot-starter</artifactId>
127-
<version>4.5.0-SNAPSHOT</version>
127+
<version>4.5.0</version>
128128
</dependency>
129129

130130
<dependency>

knife4j/knife4j-gateway-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

knife4j/knife4j-openapi2-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

knife4j/knife4j-openapi2-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>knife4j-openapi2-ui</artifactId>

knife4j/knife4j-openapi3-jakarta-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.xiaoymin</groupId>
88
<artifactId>knife4j</artifactId>
9-
<version>4.5.0-SNAPSHOT</version>
9+
<version>4.5.0</version>
1010
</parent>
1111

1212
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>

knife4j/knife4j-openapi3-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

knife4j/knife4j-openapi3-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>knife4j</artifactId>
77
<groupId>com.github.xiaoymin</groupId>
8-
<version>4.5.0-SNAPSHOT</version>
8+
<version>4.5.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)