Skip to content

Commit

Permalink
chore: Bump up patch version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FixedDev committed Aug 25, 2024
1 parent b30844b commit 1d7255d
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brigadier/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-brigadier</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion brigadier/paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-brigadier</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion brigadier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bukkit/commandmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-bukkit</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bukkit/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-bukkit</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bukkit/paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-bukkit</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bukkit/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow-bukkit</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</parent>

<artifactId>commandflow-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-discord</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<modules>
<module>api</module>
<module>discord</module>
Expand Down Expand Up @@ -42,7 +42,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>0.7.1</revision>
<revision>0.7.2</revision>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>team.unnamed</groupId>
<artifactId>commandflow</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commandflow-velocity</artifactId>
Expand Down

0 comments on commit 1d7255d

Please sign in to comment.