Skip to content

Commit

Permalink
chore: v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Dec 31, 2024
1 parent 6892f45 commit 242e98f
Show file tree
Hide file tree
Showing 42 changed files with 132 additions and 132 deletions.
22 changes: 11 additions & 11 deletions Scenamatica/NMSBridge/NMSCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,62 +23,62 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>

<!-- NMS Implementions -->
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_13_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_13_R2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_14_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_15_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_16_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_16_R2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_16_R3</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_17_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_18_R1</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Scenamatica/NMSBridge/NMSTypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Scenamatica/NMSBridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>

<artifactId>NMSBridge</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_13_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_13_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_14_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_15_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_16_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_16_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_16_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/NMSBridge/v1_18_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>NMSBridge</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>

<artifactId>ScenamaticaAPI</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions Scenamatica/ScenamaticaActionEngine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,19 +22,19 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Scenamatica/ScenamaticaActions/Base_v1_13_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActions</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaActions/Extended_v1_14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActions</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.actions</groupId>
<artifactId>Base_v1_13_2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaActions/Extended_v1_16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActions</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.actions</groupId>
<artifactId>Base_v1_13_2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<!--suppress MavenDuplicateDependenciesInspection due to dependency order injection -->
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaActions/Extended_v1_16_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActions</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.actions</groupId>
<artifactId>Base_v1_13_2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<!--suppress MavenDuplicateDependenciesInspection due to dependency order injection -->
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaActions/Extended_v1_18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActions</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>

<artifactId>Extended_v1_18</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.actions</groupId>
<artifactId>Base_v1_13_2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<!--suppress MavenDuplicateDependenciesInspection due to dependency order injection -->
Expand Down
Loading

0 comments on commit 242e98f

Please sign in to comment.