Skip to content

Commit

Permalink
Refactor executor module (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Oct 28, 2023
1 parent e4a89f3 commit 4b580bd
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor-type</artifactId>
<artifactId>elasticjob-executor</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-dataflow-executor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor-type</artifactId>
<artifactId>elasticjob-executor</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-http-executor</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion ecosystem/executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<name>${project.artifactId}</name>

<modules>
<module>type</module>
<module>simple</module>
<module>dataflow</module>
<module>script</module>
<module>http</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor-type</artifactId>
<artifactId>elasticjob-executor</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-script-executor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor-type</artifactId>
<artifactId>elasticjob-executor</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-simple-executor</artifactId>
Expand Down
36 changes: 0 additions & 36 deletions ecosystem/executor/type/pom.xml

This file was deleted.

0 comments on commit 4b580bd

Please sign in to comment.