Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Feb 16, 2022
1 parent d3873d1 commit acca831
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

env:
evomaster-version: 1.3.1
evomaster-version: 1.4.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 client-dotnet/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- There is question of whether to use netstandard2.1, but that would break compilation -->
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.3.1-SNAPSHOT</Version>
<Version>1.4.0</Version>
<Authors>EvoMaster Team</Authors>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion client-dotnet/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

VERSION=1.3.1
VERSION=1.4.0
SOURCE=https://api.nuget.org/v3/index.json

APIKEY=$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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>evomaster-client-java-controller</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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<groupId>org.evomaster</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-js/evomaster-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evomaster-client-js",
"version": "1.3.1-SNAPSHOT",
"version": "1.4.0",
"description": "JavaScript Client library for EvoMaster",
"keywords": [
"fuzzer",
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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>evomaster-e2e-tests-utils</artifactId>
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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>evomaster-e2e-tests</artifactId>
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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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/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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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=1.3.1
VERSION=1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.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>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>evomaster-project-report</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def replaceInCS():
replacement = ' <Version>'+version+'</Version>\n'
replace("client-dotnet/common.props", regex, replacement)

regex = re.compile(r'.*VERSION.*=.*')
replacement = 'VERSION='+reducedVersion+'\n'
replace("client-dotnet/publish.sh", regex, replacement)


SHELL = platform.system() == 'Windows'
Expand Down

0 comments on commit acca831

Please sign in to comment.