Skip to content

Commit d99a45b

Browse files
committed
dump version
1 parent 8d665a2 commit d99a45b

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.shiryu.commands</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.4.6</version>
10+
<version>1.4.7</version>
1111
</parent>
1212

1313
<artifactId>api</artifactId>

bukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.shiryu.commands</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.4.6</version>
10+
<version>1.4.7</version>
1111
</parent>
1212

1313
<artifactId>bukkit</artifactId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.github.shiryu.commands</groupId>
3737
<artifactId>api</artifactId>
38-
<version>1.4.6</version>
38+
<version>1.4.7</version>
3939
</dependency>
4040
</dependencies>
4141
</project>

bungee/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.shiryu.commands</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.4.6</version>
10+
<version>1.4.7</version>
1111
</parent>
1212

1313
<artifactId>bungee</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.github.shiryu.commands</groupId>
3232
<artifactId>api</artifactId>
33-
<version>1.4.6</version>
33+
<version>1.4.7</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>de.exceptionflug</groupId>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.shiryu.commands</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.4.6</version>
9+
<version>1.4.7</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>
@@ -55,11 +55,5 @@
5555
<version>1.18.12</version>
5656
<scope>provided</scope>
5757
</dependency>
58-
<dependency>
59-
<groupId>net.kyori</groupId>
60-
<artifactId>event-api</artifactId>
61-
<version>3.0.0</version>
62-
<scope>provided</scope>
63-
</dependency>
6458
</dependencies>
6559
</project>

0 commit comments

Comments
 (0)