Skip to content

Commit

Permalink
chore: change main version to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KFCFans committed Jun 11, 2023
1 parent df7ceb7 commit c3c735e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powerjob-server/powerjob-server-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<version>${springboot.version}</version>
<configuration>
<mainClass>tech.powerjob.server.PowerJobServerApplication</mainClass>
<!-- 支持 server 作为 jar 包被外部系统集成 https://gitee.com/KFCFans/PowerJob/issues/I6H8JF -->
<classifier>exec</classifier>
<!-- 支持 server 作为 jar 包被外部系统集成 https://gitee.com/KFCFans/PowerJob/issues/I6H8JF ,短期内为了兼容 CI 流程 deploy 阶段关闭注释,推 master 重新打开-->
<!-- <classifier>exec</classifier>-->
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit c3c735e

Please sign in to comment.