Skip to content

Commit

Permalink
remove scheduler-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 3, 2024
1 parent 2f9c534 commit a1e44ef
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 57 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.projectunified</groupId>
<artifactId>minelib</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<modules>
<module>scheduler</module>
Expand Down
3 changes: 1 addition & 2 deletions scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler</artifactId>
<packaging>pom</packaging>
<modules>
<module>scheduler-common</module>
<module>scheduler-bom</module>
<module>scheduler-canceller</module>
<module>scheduler-global</module>
<module>scheduler-async</module>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-async</artifactId>
Expand Down
47 changes: 0 additions & 47 deletions scheduler/scheduler-bom/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion scheduler/scheduler-canceller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-canceller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-entity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-global/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-global</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-location/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-location</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler-region/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.projectunified</groupId>
<artifactId>minelib-scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>minelib-scheduler-region</artifactId>
Expand Down

0 comments on commit a1e44ef

Please sign in to comment.