Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efekurbann committed Apr 14, 2022
1 parent f3f097d commit fd4cd2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SyncCommands-bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>1.0.1</version>
<version>1.1</version>
</parent>

<artifactId>SyncCommands-bungeecord</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SyncCommands-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>1.0.1</version>
<version>1.1</version>
</parent>

<artifactId>SyncCommands-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions SyncCommands-spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>1.0.1</version>
<version>1.1</version>
</parent>

<artifactId>SyncCommands-spigot</artifactId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands-common</artifactId>
<version>1.0.1</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
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.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>1.0.1</version>
<version>1.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit fd4cd2b

Please sign in to comment.