File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11cd web
2- yarn && yarn build | exit
2+ yarn && yarn build
3+ rm -rf ../src/main/resources/static
34mv dist ../src/main/resources/static
45
56echo " build frontend success"
67
78cd ../
8- mvn -f pom.xml clean package -Dmaven.test.skip=true | exit
9+ mvn -f pom.xml clean package -Dmaven.test.skip=true
910
1011echo " build kafka-map success"
Original file line number Diff line number Diff line change 1212
1313 <groupId >cn.typesafe</groupId >
1414 <artifactId >kafka-map</artifactId >
15- <version >1.3.0 </version >
15+ <version >1.3.1 </version >
1616 <name >kafka-map</name >
1717 <description >a simple kafka manager</description >
1818
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export const NT_PACKAGE = () => {
154154 // const version = _package.version;
155155 return {
156156 name : 'kafka-map' ,
157- version : 'v1.3.0 '
157+ version : 'v1.3.1 '
158158 }
159159}
160160
You can’t perform that action at this time.
0 commit comments