Skip to content

Commit 3143396

Browse files
committed
1.0.0 release
1 parent 19f8a8e commit 3143396

File tree

37 files changed

+39
-39
lines changed

37 files changed

+39
-39
lines changed

cs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs</artifactId>

cs/rest-gui/ocvn/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.evomaster</groupId>
3434
<artifactId>evomaster-client-database-spy</artifactId>
35-
<version>0.4.1-SNAPSHOT</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.h2database</groupId>

cs/rest-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark-cs</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs-rest-gui</artifactId>

cs/rest/artificial/ncs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs-rest-artificial-ncs</artifactId>

cs/rest/artificial/news/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.evomaster</groupId>
1010
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
11-
<version>0.4.1-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
</parent>
1313

1414
<build>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.evomaster</groupId>
4444
<artifactId>evomaster-client-database-spy</artifactId>
45-
<version>0.4.1-SNAPSHOT</version>
45+
<version>1.0.0</version>
4646
</dependency>
4747

4848
<dependency>

cs/rest/artificial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark-cs-rest</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>

cs/rest/artificial/scs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs-rest-artificial-scs</artifactId>

cs/rest/original/catwatch/catwatch-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.evomaster</groupId>
1919
<artifactId>evomaster-client-database-spy</artifactId>
20-
<version>0.4.1-SNAPSHOT</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222

2323
<!-- github API -->

cs/rest/original/features-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.evomaster</groupId>
3131
<artifactId>evomaster-client-database-spy</artifactId>
32-
<version>0.4.1-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434

3535

cs/rest/original/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-benchmark-cs-rest</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-benchmark-cs-rest-original</artifactId>

0 commit comments

Comments
 (0)