Skip to content

Commit acca831

Browse files
committed
release 1.4.0
1 parent d3873d1 commit acca831

File tree

30 files changed

+32
-29
lines changed

30 files changed

+32
-29
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push]
44

55
env:
6-
evomaster-version: 1.3.1
6+
evomaster-version: 1.4.0
77
# Unfortunately, to use JPackage we need JDK 17 or above :(
88
# Which is really bad due to the madness of --add-opens.
99
# Even if hunt down all cases of reflections in EM, there is still the problem of

client-dotnet/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<!-- There is question of whether to use netstandard2.1, but that would break compilation -->
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<Version>1.3.1-SNAPSHOT</Version>
6+
<Version>1.4.0</Version>
77
<Authors>EvoMaster Team</Authors>
88
</PropertyGroup>
99
</Project>

client-dotnet/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
VERSION=1.3.1
5+
VERSION=1.4.0
66
SOURCE=https://api.nuget.org/v3/index.json
77

88
APIKEY=$1

client-java/ci-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>evomaster-client-java</artifactId>
1515
<groupId>org.evomaster</groupId>
16-
<version>1.3.1-SNAPSHOT</version>
16+
<version>1.4.0</version>
1717
</parent>
1818

1919
<artifactId>evomaster-ci-utils</artifactId>

client-java/client-util/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-client-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-util</artifactId>

client-java/controller-api/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-client-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-controller-api</artifactId>

client-java/controller/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-client-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-controller</artifactId>

client-java/instrumentation-shared/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-client-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-instrumentation-shared</artifactId>

client-java/instrumentation/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-client-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-instrumentation</artifactId>

client-java/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</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<groupId>org.evomaster</groupId>

0 commit comments

Comments
 (0)