Skip to content

Commit

Permalink
1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Jan 31, 2023
1 parent a8bd345 commit eccfad7
Show file tree
Hide file tree
Showing 100 changed files with 1,176 additions and 279 deletions.
2 changes: 1 addition & 1 deletion dotnet_3/em/common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageReference Include="EvoMaster.Controller" Version="1.5.1-SNAPSHOT" />
<PackageReference Include="EvoMaster.Controller" Version="1.6.0" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0"/>
<PackageReference Include="xunit" Version="2.4.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencyManagement {
}
}

val EVOMASTER_VERSION = "1.5.1-SNAPSHOT"
val EVOMASTER_VERSION = "1.6.0"

dependencies{
implementation("org.evomaster:evomaster-client-java-controller:$EVOMASTER_VERSION")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencyManagement {
}
}

val EVOMASTER_VERSION = "1.5.1-SNAPSHOT"
val EVOMASTER_VERSION = "1.6.0"

dependencies{
implementation("org.evomaster:evomaster-client-java-controller:$EVOMASTER_VERSION")
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/cs/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-cs-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-cs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/cs/rest-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-cs-rest-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/cs/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-cs-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-embedded</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-embedded-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/graphql/timbuctoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-embedded-graphql</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/rest/cwa-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-embedded-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/rest/market/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-embedded-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/embedded/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-embedded</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-embedded-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-external</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-external-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/graphql/timbuctoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-external-graphql</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/rest/cwa-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-external-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/rest/market/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-external-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/external/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11-em-external</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em-external-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_11_maven/em/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-jdk11</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-jdk11-em</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jdk_11_maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To change version in all modules, use:
mvn versions:set -DnewVersion=a.b.c
-->
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>

<inceptionYear>2017</inceptionYear>
<name>EvoMaster Benchmark (EMB)</name>
Expand Down Expand Up @@ -47,7 +47,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<evomaster-version>1.5.1-SNAPSHOT</evomaster-version>
<evomaster-version>1.6.0</evomaster-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/graphql/graphql-ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-graphql</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/graphql/graphql-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-graphql</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/artificial/ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest-artificial-ncs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/artificial/news/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/artificial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/artificial/scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs-rest-artificial</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest-artificial-scs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/original/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest-original</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster-benchmark-cs</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>evomaster-benchmark-cs-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/grpc/artificial/grpc-ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-grpc-artificial</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/grpc/artificial/grpc-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-grpc-artificial</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/grpc/artificial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-grpc</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/thrift/artificial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-thrift</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/thrift/artificial/thrift-ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-thrift-artificial</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/thrift/artificial/thrift-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc-thrift-artificial</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rpc/thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-cs-rpc</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/em/embedded/graphql/graphql-ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-em-embedded-graphql</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/em/embedded/graphql/graphql-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-benchmark-em-embedded-graphql</artifactId>
<groupId>org.evomaster</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit eccfad7

Please sign in to comment.