Skip to content

Commit

Permalink
chore: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Sep 11, 2023
1 parent 3768b46 commit 28534ff
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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>ScenamaticaAPI</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>ScenamaticaActionEngine</artifactId>
Expand All @@ -21,19 +21,19 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,43 +62,43 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaContextEngine</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioFile</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaActionEngine</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaTriggerEngine</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaScenarioEngine</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -140,19 +140,19 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaDaemon</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaModels</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kunlab.scenamatica</groupId>
<artifactId>ScenamaticaCommons</artifactId>
<version>0.7.0</version>
<version>0.8.0</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>org.kunlab.scenamatica</groupId>
<artifactId>Scenamatica</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 28534ff

Please sign in to comment.