mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: update agent's official-processor version
This commit is contained in:
parent
e1fc805a0b
commit
3d1c907104
@ -21,7 +21,7 @@
|
||||
|
||||
<spring.boot.version>2.2.6.RELEASE</spring.boot.version>
|
||||
|
||||
<powerjob.official.processors.version>1.0.0</powerjob.official.processors.version>
|
||||
<powerjob.official.processors.version>1.0.1</powerjob.official.processors.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -17,7 +17,7 @@ import picocli.CommandLine.Option;
|
||||
* @since 2020/5/20
|
||||
*/
|
||||
@Slf4j
|
||||
@Command(name = "OhMyAgent", mixinStandardHelpOptions = true, version = "3.4.3", description = "powerjob-worker agent")
|
||||
@Command(name = "OhMyAgent", mixinStandardHelpOptions = true, version = "3.4.7", description = "powerjob-worker agent")
|
||||
public class MainApplication implements Runnable {
|
||||
|
||||
@Option(names = {"-a", "--app"}, description = "worker-agent's name", required = true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user