Skip to content

Commit c4098a6

Browse files
committed
feat: add new module[powerjob-offical-processors]
1 parent b642e1b commit c4098a6

File tree

9 files changed

+26
-8
lines changed

9 files changed

+26
-8
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.kfcfans</groupId>
88
<artifactId>powerjob</artifactId>
9-
<version>2.0.0</version>
9+
<version>3.0.0</version>
1010
<packaging>pom</packaging>
1111
<name>powerjob</name>
1212
<url>http://www.powerjob.tech</url>
@@ -43,6 +43,7 @@
4343
<module>powerjob-worker-agent</module>
4444
<module>powerjob-worker-spring-boot-starter</module>
4545
<module>powerjob-worker-samples</module>
46+
<module>powerjob-offical-processors</module>
4647
</modules>
4748

4849
<properties>

powerjob-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

powerjob-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

powerjob-offical-processors/pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>powerjob</artifactId>
7+
<groupId>com.github.kfcfans</groupId>
8+
<version>2.0.0</version>
9+
</parent>
10+
11+
<modelVersion>4.0.0</modelVersion>
12+
<artifactId>powerjob-offical-processors</artifactId>
13+
<version>3.4.5</version>
14+
<packaging>jar</packaging>
15+
16+
17+
</project>

powerjob-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

powerjob-worker-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

powerjob-worker-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

powerjob-worker-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

powerjob-worker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>powerjob</artifactId>
77
<groupId>com.github.kfcfans</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)