Skip to content

Commit b7eeada

Browse files
chore: v1.7.0
1 parent 64f550d commit b7eeada

File tree

42 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+132
-132
lines changed

Scenamatica/NMSBridge/NMSCore/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,62 +23,62 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828

2929
<!-- NMS Implementions -->
3030
<dependency>
3131
<groupId>org.kunlab.scenamatica.nms</groupId>
3232
<artifactId>v1_13_R1</artifactId>
33-
<version>1.6.2</version>
33+
<version>1.7.0</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.kunlab.scenamatica.nms</groupId>
3838
<artifactId>v1_13_R2</artifactId>
39-
<version>1.6.2</version>
39+
<version>1.7.0</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.kunlab.scenamatica.nms</groupId>
4444
<artifactId>v1_14_R1</artifactId>
45-
<version>1.6.2</version>
45+
<version>1.7.0</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.kunlab.scenamatica.nms</groupId>
5050
<artifactId>v1_15_R1</artifactId>
51-
<version>1.6.2</version>
51+
<version>1.7.0</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.kunlab.scenamatica.nms</groupId>
5656
<artifactId>v1_16_R1</artifactId>
57-
<version>1.6.2</version>
57+
<version>1.7.0</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.kunlab.scenamatica.nms</groupId>
6262
<artifactId>v1_16_R2</artifactId>
63-
<version>1.6.2</version>
63+
<version>1.7.0</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.kunlab.scenamatica.nms</groupId>
6868
<artifactId>v1_16_R3</artifactId>
69-
<version>1.6.2</version>
69+
<version>1.7.0</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.kunlab.scenamatica.nms</groupId>
7474
<artifactId>v1_17_R1</artifactId>
75-
<version>1.6.2</version>
75+
<version>1.7.0</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.kunlab.scenamatica.nms</groupId>
8080
<artifactId>v1_18_R1</artifactId>
81-
<version>1.6.2</version>
81+
<version>1.7.0</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
</dependencies>

Scenamatica/NMSBridge/NMSTypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

Scenamatica/NMSBridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
</parent>
1111

1212
<artifactId>NMSBridge</artifactId>

Scenamatica/NMSBridge/v1_13_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_13_R2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_14_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_15_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_16_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_16_R2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

Scenamatica/NMSBridge/v1_16_R3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>1.6.2</version>
9+
<version>1.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>1.6.2</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.destroystokyo.paper</groupId>

0 commit comments

Comments
 (0)