Skip to content

Commit

Permalink
chore: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Apr 30, 2023
1 parent 23c3359 commit 6536b28
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions ScenamaticaAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<artifactId>ScenamaticaAPI</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions ScenamaticaActionEngine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<artifactId>ScenamaticaActionEngine</artifactId>
Expand All @@ -21,19 +21,19 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ScenamaticaCommons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions ScenamaticaContextEngine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions ScenamaticaDaemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,43 +62,43 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaContextEngine</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaActionEngine</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaTriggerEngine</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaScenarioEngine</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ScenamaticaModels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions ScenamaticaPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -124,19 +124,19 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaDaemon</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ScenamaticaScenarioEngine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ScenamaticaScenarioFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ScenamaticaTriggerEngine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kunmc.lab</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.kunmc.lab</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 6536b28

Please sign in to comment.