Skip to content

Commit 8fdf9f7

Browse files
chore: v1.0.0
1 parent 0abb08e commit 8fdf9f7

File tree

16 files changed

+51
-51
lines changed

16 files changed

+51
-51
lines changed

NMSBridge/NMSCore/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>0.10.0</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.kunlab.scenamatica.nms</groupId>
3030
<artifactId>v1_16_R3</artifactId>
31-
<version>0.10.0</version>
31+
<version>1.0.0</version>
3232
<scope>provided</scope>
3333
</dependency>
3434
</dependencies>

NMSBridge/NMSTypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>NMSBridge</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<groupId>org.kunlab.scenamatica.nms</groupId>

NMSBridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>NMSBridge</artifactId>

NMSBridge/v1_16_R3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.kunlab.scenamatica.nms</groupId>
2525
<artifactId>NMSTypes</artifactId>
26-
<version>0.10.0</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.spigotmc</groupId>

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>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>ScenamaticaAPI</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.kunlab.scenamatica</groupId>
2323
<artifactId>ScenamaticaModels</artifactId>
24-
<version>0.10.0</version>
24+
<version>1.0.0</version>
2525
<scope>provided</scope>
2626
</dependency>
2727
</dependencies>

ScenamaticaActionEngine/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>ScenamaticaActionEngine</artifactId>
@@ -21,25 +21,25 @@
2121
<dependency>
2222
<groupId>org.kunlab.scenamatica</groupId>
2323
<artifactId>ScenamaticaModels</artifactId>
24-
<version>0.10.0</version>
24+
<version>1.0.0</version>
2525
<scope>provided</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.kunlab.scenamatica</groupId>
2929
<artifactId>ScenamaticaCommons</artifactId>
30-
<version>0.10.0</version>
30+
<version>1.0.0</version>
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.kunlab.scenamatica</groupId>
3535
<artifactId>ScenamaticaScenarioFile</artifactId>
36-
<version>0.10.0</version>
36+
<version>1.0.0</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.kunlab.scenamatica</groupId>
4141
<artifactId>ScenamaticaSelectorEngine</artifactId>
42-
<version>0.10.0</version>
42+
<version>1.0.0</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
@@ -52,13 +52,13 @@
5252
<dependency>
5353
<groupId>org.kunlab.scenamatica.nms</groupId>
5454
<artifactId>NMSCore</artifactId>
55-
<version>0.10.0</version>
55+
<version>1.0.0</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.kunlab.scenamatica.nms</groupId>
6060
<artifactId>NMSTypes</artifactId>
61-
<version>0.10.0</version>
61+
<version>1.0.0</version>
6262
<scope>provided</scope>
6363
</dependency>
6464
</dependencies>

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>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.kunlab.scenamatica</groupId>
2424
<artifactId>ScenamaticaModels</artifactId>
25-
<version>0.10.0</version>
25+
<version>1.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>

ScenamaticaContextEngine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>org.kunlab.scenamatica</groupId>
2424
<artifactId>ScenamaticaCommons</artifactId>
25-
<version>0.10.0</version>
25+
<version>1.0.0</version>
2626
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.kunlab.scenamatica</groupId>
3030
<artifactId>ScenamaticaModels</artifactId>
31-
<version>0.10.0</version>
31+
<version>1.0.0</version>
3232
<scope>provided</scope>
3333
</dependency>
3434
<dependency>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.kunlab.scenamatica.nms</groupId>
5555
<artifactId>NMSTypes</artifactId>
56-
<version>0.10.0</version>
56+
<version>1.0.0</version>
5757
</dependency>
5858
</dependencies>
5959
</project>

ScenamaticaDaemon/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -62,60 +62,60 @@
6262
<dependency>
6363
<groupId>org.kunlab.scenamatica</groupId>
6464
<artifactId>ScenamaticaCommons</artifactId>
65-
<version>0.10.0</version>
65+
<version>1.0.0</version>
6666
<scope>compile</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.kunlab.scenamatica</groupId>
7070
<artifactId>ScenamaticaModels</artifactId>
71-
<version>0.10.0</version>
71+
<version>1.0.0</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.kunlab.scenamatica</groupId>
7676
<artifactId>ScenamaticaContextEngine</artifactId>
77-
<version>0.10.0</version>
77+
<version>1.0.0</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.kunlab.scenamatica</groupId>
8282
<artifactId>ScenamaticaScenarioFile</artifactId>
83-
<version>0.10.0</version>
83+
<version>1.0.0</version>
8484
<scope>compile</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.kunlab.scenamatica</groupId>
8888
<artifactId>ScenamaticaActionEngine</artifactId>
89-
<version>0.10.0</version>
89+
<version>1.0.0</version>
9090
<scope>compile</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.kunlab.scenamatica</groupId>
9494
<artifactId>ScenamaticaTriggerEngine</artifactId>
95-
<version>0.10.0</version>
95+
<version>1.0.0</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.kunlab.scenamatica</groupId>
100100
<artifactId>ScenamaticaScenarioEngine</artifactId>
101-
<version>0.10.0</version>
101+
<version>1.0.0</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.kunlab.scenamatica</groupId>
106106
<artifactId>ScenamaticaSelectorEngine</artifactId>
107-
<version>0.10.0</version>
107+
<version>1.0.0</version>
108108
<scope>compile</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.kunlab.scenamatica.nms</groupId>
112112
<artifactId>NMSCore</artifactId>
113-
<version>0.10.0</version>
113+
<version>1.0.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.kunlab.scenamatica.nms</groupId>
117117
<artifactId>v1_16_R3</artifactId>
118-
<version>0.10.0</version>
118+
<version>1.0.0</version>
119119
</dependency>
120120
</dependencies>
121121
</project>

ScenamaticaModels/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kunlab.scenamatica</groupId>
88
<artifactId>Scenamatica</artifactId>
9-
<version>0.10.0</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.kunlab.scenamatica.nms</groupId>
3030
<artifactId>NMSTypes</artifactId>
31-
<version>0.10.0</version>
31+
<version>1.0.0</version>
3232
<scope>provided</scope>
3333
</dependency>
3434
</dependencies>

0 commit comments

Comments
 (0)