Skip to content

Commit

Permalink
build: Fix parent not being able to update.
Browse files Browse the repository at this point in the history
  • Loading branch information
FixedDev committed Dec 30, 2023
1 parent c6c2f0d commit a50d639
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-api</artifactId>
<packaging>jar</packaging>
Expand Down
1 change: 1 addition & 0 deletions brigadier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-brigadier</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 2 additions & 0 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>commandflow-bukkit</artifactId>
<packaging>pom</packaging>

Expand Down
1 change: 1 addition & 0 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<artifactId>commandflow</artifactId>
<version>${revision}</version>
</parent>

<artifactId>commandflow-bungee</artifactId>
<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-discord</artifactId>
<packaging>jar</packaging>
Expand Down
1 change: 1 addition & 0 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-velocity</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit a50d639

Please sign in to comment.