Skip to content

Commit fa83a32

Browse files
chore: v0.5.6
1 parent 4686a2a commit fa83a32

File tree

11 files changed

+34
-34
lines changed

11 files changed

+34
-34
lines changed

ScenamaticaAPI/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
</parent>
1111

1212
<artifactId>ScenamaticaAPI</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.kunmc.lab</groupId>
2323
<artifactId>ScenamaticaModels</artifactId>
24-
<version>0.5.5</version>
24+
<version>0.5.6</version>
2525
<scope>provided</scope>
2626
</dependency>
2727
</dependencies>

ScenamaticaActionEngine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
</parent>
1111

1212
<artifactId>ScenamaticaActionEngine</artifactId>
@@ -21,19 +21,19 @@
2121
<dependency>
2222
<groupId>net.kunmc.lab</groupId>
2323
<artifactId>ScenamaticaModels</artifactId>
24-
<version>0.5.5</version>
24+
<version>0.5.6</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>net.kunmc.lab</groupId>
2929
<artifactId>ScenamaticaCommons</artifactId>
30-
<version>0.5.5</version>
30+
<version>0.5.6</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>net.kunmc.lab</groupId>
3535
<artifactId>ScenamaticaScenarioFile</artifactId>
36-
<version>0.5.5</version>
36+
<version>0.5.6</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>

ScenamaticaCommons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>net.kunmc.lab</groupId>
2424
<artifactId>ScenamaticaModels</artifactId>
25-
<version>0.5.5</version>
25+
<version>0.5.6</version>
2626
</dependency>
2727
</dependencies>
2828
</project>

ScenamaticaContextEngine/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>net.kunmc.lab</groupId>
2424
<artifactId>ScenamaticaCommons</artifactId>
25-
<version>0.5.5</version>
25+
<version>0.5.6</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.kunmc.lab</groupId>
3030
<artifactId>ScenamaticaModels</artifactId>
31-
<version>0.5.5</version>
31+
<version>0.5.6</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>

ScenamaticaDaemon/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -62,43 +62,43 @@
6262
<dependency>
6363
<groupId>net.kunmc.lab</groupId>
6464
<artifactId>ScenamaticaCommons</artifactId>
65-
<version>0.5.5</version>
65+
<version>0.5.6</version>
6666
<scope>compile</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>net.kunmc.lab</groupId>
7070
<artifactId>ScenamaticaModels</artifactId>
71-
<version>0.5.5</version>
71+
<version>0.5.6</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>net.kunmc.lab</groupId>
7676
<artifactId>ScenamaticaContextEngine</artifactId>
77-
<version>0.5.5</version>
77+
<version>0.5.6</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>net.kunmc.lab</groupId>
8282
<artifactId>ScenamaticaScenarioFile</artifactId>
83-
<version>0.5.5</version>
83+
<version>0.5.6</version>
8484
<scope>compile</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>net.kunmc.lab</groupId>
8888
<artifactId>ScenamaticaActionEngine</artifactId>
89-
<version>0.5.5</version>
89+
<version>0.5.6</version>
9090
<scope>compile</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>net.kunmc.lab</groupId>
9494
<artifactId>ScenamaticaTriggerEngine</artifactId>
95-
<version>0.5.5</version>
95+
<version>0.5.6</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>net.kunmc.lab</groupId>
100100
<artifactId>ScenamaticaScenarioEngine</artifactId>
101-
<version>0.5.5</version>
101+
<version>0.5.6</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
</dependencies>

ScenamaticaModels/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

ScenamaticaPlugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.kunmc.lab</groupId>
99
<artifactId>Scenamatica</artifactId>
10-
<version>0.5.5</version>
10+
<version>0.5.6</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -124,19 +124,19 @@
124124
<dependency>
125125
<groupId>net.kunmc.lab</groupId>
126126
<artifactId>ScenamaticaCommons</artifactId>
127-
<version>0.5.5</version>
127+
<version>0.5.6</version>
128128
<scope>compile</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>net.kunmc.lab</groupId>
132132
<artifactId>ScenamaticaModels</artifactId>
133-
<version>0.5.5</version>
133+
<version>0.5.6</version>
134134
<scope>compile</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>net.kunmc.lab</groupId>
138138
<artifactId>ScenamaticaDaemon</artifactId>
139-
<version>0.5.5</version>
139+
<version>0.5.6</version>
140140
<scope>compile</scope>
141141
</dependency>
142142
</dependencies>

ScenamaticaScenarioEngine/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>net.kunmc.lab</groupId>
2424
<artifactId>ScenamaticaCommons</artifactId>
25-
<version>0.5.5</version>
25+
<version>0.5.6</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.kunmc.lab</groupId>
3030
<artifactId>ScenamaticaModels</artifactId>
31-
<version>0.5.5</version>
31+
<version>0.5.6</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
</dependencies>

ScenamaticaScenarioFile/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>net.kunmc.lab</groupId>
2424
<artifactId>ScenamaticaModels</artifactId>
25-
<version>0.5.5</version>
25+
<version>0.5.6</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.kunmc.lab</groupId>
3030
<artifactId>ScenamaticaCommons</artifactId>
31-
<version>0.5.5</version>
31+
<version>0.5.6</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>

ScenamaticaTriggerEngine/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.kunmc.lab</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.5.5</version>
9+
<version>0.5.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>net.kunmc.lab</groupId>
2424
<artifactId>ScenamaticaModels</artifactId>
25-
<version>0.5.5</version>
25+
<version>0.5.6</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.kunmc.lab</groupId>
3030
<artifactId>ScenamaticaCommons</artifactId>
31-
<version>0.5.5</version>
31+
<version>0.5.6</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
</dependencies>

0 commit comments

Comments
 (0)