Skip to content

Commit

Permalink
version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 27, 2024
1 parent 7067393 commit cdd1067
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
# - "**"

env:
evomaster-version: 3.2.1
evomaster-version: 3.3.0
# Unfortunately, to use JPackage we need JDK 17 or above :(
# Which is really bad due to the madness of --add-opens.
# Even if hunt down all cases of reflections in EM, there is still the problem of
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*"

env:
evomaster-version: 3.2.1
evomaster-version: 3.3.0
jdk-jar: 1.8
jdk-jpackage: 21
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion client-java/ci-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>evomaster-client-java</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-ci-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/client-util/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/controller-api/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-controller-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/controller/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/dependencies/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<groupId>org.evomaster</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/distance-heuristics/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-distance-heuristics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/instrumentation-shared/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-instrumentation-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/instrumentation/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-instrumentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/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</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<groupId>org.evomaster</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/sql-dto/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-sql-dto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/sql/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-client-java-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-java/test-utils-java/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-client-java</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-test-utils-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-driver-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core-graphql-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/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</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dbconstraint/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</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-dbconstraint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/dropwizard-examples/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-dropwizard-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/e2e-tests-utils/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/micronaut-latest/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/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</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-graphql-bb/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-bb/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.evomaster</groupId>
<artifactId>evomaster-e2e-tests</artifactId>
<!-- WARNING: the marker is used in the version.py script -->
<version>3.2.1-SNAPSHOT</version><!--MARKER-->
<version>3.3.0</version><!--MARKER-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-bb/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-bb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-h2-column-types/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-h2-column-types</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-h2-v1/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-h2-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>evomaster-e2e-tests</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-mysql-column-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-e2e-tests</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-e2e-tests</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-openapi-v2/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-openapi-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-openapi-v3/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-openapi-v3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-postgres-column-types/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-postgres-column-types</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rest-postgres/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-rest-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-e2e-tests</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rpc/spring-rpc-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-e2e-tests-spring-rpc</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-rpc/spring-rpc-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evomaster-e2e-tests-spring-rpc</artifactId>
<groupId>org.evomaster</groupId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/spring-web/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-e2e-tests</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-e2e-tests-spring-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion makeExecutable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
exit 1
fi

VERSION=3.2.1
VERSION=3.3.0

RELEASE=release
BUILD=build
Expand Down
2 changes: 1 addition & 1 deletion 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>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>

<inceptionYear>2016</inceptionYear>
<name>EvoMaster</name>
Expand Down
2 changes: 1 addition & 1 deletion report/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</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>evomaster-project-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion solver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evomaster</groupId>
<artifactId>evomaster</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<groupId>org.evomaster</groupId>
Expand Down
Loading

0 comments on commit cdd1067

Please sign in to comment.