Skip to content

Commit

Permalink
chore: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Mar 29, 2024
1 parent 8ac1727 commit a120621
Show file tree
Hide file tree
Showing 26 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,18 +23,18 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_16_R3</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>v1_13_R2</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</version>
</parent>

<artifactId>NMSBridge</artifactId>
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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.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.1.0-pre1</version>
<version>1.1.0</version>
</parent>

<artifactId>ScenamaticaAPI</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,19 +22,19 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</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.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<!--suppress MavenDuplicateDependenciesInspection due to dependency order injection -->
Expand Down
16 changes: 8 additions & 8 deletions Scenamatica/ScenamaticaActions/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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -61,44 +61,44 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActionEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaSelectorEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSCore</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaCommons/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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions Scenamatica/ScenamaticaContextEngine/ContextEngineCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaContextEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>ContextEngineCore</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -24,19 +24,19 @@
<dependency>
<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>ContextEngineNMSBase</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>nms_v1_16_R3</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>nms_v1_13_R2</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<!--suppress MavenDuplicateDependenciesInspection -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaContextEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaContextEngine/nms_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>ScenamaticaContextEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>ContextEngineNMSBase</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Scenamatica/ScenamaticaContextEngine/nms_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>ScenamaticaContextEngine</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.kunlab.scenamatica.context</groupId>
<artifactId>ContextEngineNMSBase</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions Scenamatica/ScenamaticaContextEngine/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.1.0-pre1</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -59,25 +59,25 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSTypes</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica.nms</groupId>
<artifactId>NMSCore</artifactId>
<version>1.1.0-pre1</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit a120621

Please sign in to comment.