Skip to content

Commit 2969d82

Browse files
committed
2 parents 55164fb + e254717 commit 2969d82

39 files changed

Lines changed: 112 additions & 69 deletions

File tree

command/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>SyntaxApi</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.1.9</version>
8+
<version>2.1.10</version>
99
</parent>
1010
<artifactId>command</artifactId>
11-
<version>2.0.12</version>
11+
<version>2.0.13</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>

config/config-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>config-base</artifactId>
1111
<build>

config/config-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>config-json</artifactId>
1111
<dependencies>

config/config-nbt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>config-nbt</artifactId>
1111
<dependencies>

config/config-toml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>config-toml</artifactId>
1111
<dependencies>

config/config-yaml/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>config-yaml</artifactId>
11-
<version>2.0.12</version>
11+
<version>2.0.13</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.yaml</groupId>
3030
<artifactId>snakeyaml</artifactId>
31-
<version>1.25</version>
31+
<version>1.29</version>
3232
</dependency>
3333
</dependencies>
3434
<build>

config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>SyntaxApi</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.1.9</version>
8+
<version>2.1.10</version>
99
</parent>
1010
<artifactId>config</artifactId>
11-
<version>2.0.10</version>
11+
<version>2.0.11</version>
1212
<packaging>pom</packaging>
1313
<modules>
1414
<module>config-base</module>

data/data-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>data</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>data-base</artifactId>
11-
<version>2.0.13</version>
11+
<version>2.0.14</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>

data/data-nbtcontainer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>data</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>data-nbtcontainer</artifactId>
11-
<version>2.0.13</version>
11+
<version>2.0.14</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>

data/data-property/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>data</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
</parent>
1010
<artifactId>data-property</artifactId>
1111
<build>

0 commit comments

Comments
 (0)