Skip to content

Commit 5045e8e

Browse files
committed
Fix important bug in keys lib
1 parent 964d732 commit 5045e8e

File tree

39 files changed

+123
-123
lines changed

39 files changed

+123
-123
lines changed

command/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@
55
<parent>
66
<artifactId>SyntaxApi</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.1.3</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>command</artifactId>
11-
<version>2.0.6</version>
11+
<version>2.0.7</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1515
<artifactId>exception</artifactId>
16-
<version>2.0.3</version>
16+
<version>2.0.5</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2020
<artifactId>alias</artifactId>
21-
<version>2.0.3</version>
21+
<version>2.0.5</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2525
<artifactId>reflection</artifactId>
26-
<version>2.0.3</version>
26+
<version>2.0.5</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.syntaxphoenix.syntaxapi</groupId>
3030
<artifactId>java</artifactId>
31-
<version>2.0.6</version>
31+
<version>2.0.8</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.syntaxphoenix.syntaxapi</groupId>
3535
<artifactId>logging</artifactId>
36-
<version>2.0.3</version>
36+
<version>2.0.5</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

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.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>config-base</artifactId>
1111
<build>

config/config-json/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>config-json</artifactId>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1414
<artifactId>config-base</artifactId>
15-
<version>2.0.3</version>
15+
<version>2.0.5</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1919
<artifactId>json-tools</artifactId>
20-
<version>2.0.4</version>
20+
<version>2.0.6</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2424
<artifactId>java</artifactId>
25-
<version>2.0.6</version>
25+
<version>2.0.8</version>
2626
</dependency>
2727
</dependencies>
2828
<build>

config/config-nbt/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>config-nbt</artifactId>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1414
<artifactId>config-base</artifactId>
15-
<version>2.0.3</version>
15+
<version>2.0.5</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1919
<artifactId>nbt</artifactId>
20-
<version>2.0.4</version>
20+
<version>2.0.6</version>
2121
</dependency>
2222
</dependencies>
2323
<build>

config/config-toml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>config-toml</artifactId>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1414
<artifactId>config-base</artifactId>
15-
<version>2.0.3</version>
15+
<version>2.0.5</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.github.TheElectronWill</groupId>

config/config-yaml/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
<parent>
66
<artifactId>config</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>config-yaml</artifactId>
11-
<version>2.0.6</version>
11+
<version>2.0.7</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1515
<artifactId>config-base</artifactId>
16-
<version>2.0.3</version>
16+
<version>2.0.5</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2020
<artifactId>reflection</artifactId>
21-
<version>2.0.3</version>
21+
<version>2.0.5</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2525
<artifactId>java</artifactId>
26-
<version>2.0.6</version>
26+
<version>2.0.8</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.yaml</groupId>

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.3</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>config</artifactId>
11-
<version>2.0.4</version>
11+
<version>2.0.5</version>
1212
<packaging>pom</packaging>
1313
<modules>
1414
<module>config-base</module>

data/data-base/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<parent>
66
<artifactId>data</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>data-base</artifactId>
11-
<version>2.0.7</version>
11+
<version>2.0.8</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1515
<artifactId>key</artifactId>
16-
<version>2.0.4</version>
16+
<version>2.0.5</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2020
<artifactId>java</artifactId>
21-
<version>2.0.6</version>
21+
<version>2.0.8</version>
2222
</dependency>
2323
</dependencies>
2424
<build>

data/data-nbtcontainer/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
<parent>
66
<artifactId>data</artifactId>
77
<groupId>com.syntaxphoenix.syntaxapi</groupId>
8-
<version>2.0.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>data-nbtcontainer</artifactId>
11-
<version>2.0.7</version>
11+
<version>2.0.8</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.syntaxphoenix.syntaxapi</groupId>
1515
<artifactId>java</artifactId>
16-
<version>2.0.6</version>
16+
<version>2.0.8</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2020
<artifactId>data-base</artifactId>
21-
<version>2.0.7</version>
21+
<version>2.0.8</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.syntaxphoenix.syntaxapi</groupId>
2525
<artifactId>nbt</artifactId>
26-
<version>2.0.4</version>
26+
<version>2.0.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.junit.jupiter</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.4</version>
8+
<version>2.0.5</version>
99
</parent>
1010
<artifactId>data-property</artifactId>
1111
<build>

0 commit comments

Comments
 (0)