Skip to content

Commit d3fe5bd

Browse files
committed
release 3.0.0
1 parent e979a7e commit d3fe5bd

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-44
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
# - "**"
3131

3232
env:
33-
evomaster-version: 2.0.1
33+
evomaster-version: 3.0.0
3434
# Unfortunately, to use JPackage we need JDK 17 or above :(
3535
# Which is really bad due to the madness of --add-opens.
3636
# Even if hunt down all cases of reflections in EM, there is still the problem of

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

1010
env:
11-
evomaster-version: 2.0.1
11+
evomaster-version: 3.0.0
1212
jdk: 17
1313
retention-days: 1
1414
## Doesn't work, ie, use env in env

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>2.0.1-SNAPSHOT</Version>
6+
<Version>3.0.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=2.0.1
5+
VERSION=3.0.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>2.0.1-SNAPSHOT</version>
16+
<version>3.0.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>2.0.1-SNAPSHOT</version>
8+
<version>3.0.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>2.0.1-SNAPSHOT</version>
8+
<version>3.0.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>2.0.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

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

client-java/dependencies/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>2.0.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<groupId>org.evomaster</groupId>

client-java/distance-heuristics/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>2.0.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-distance-heuristics</artifactId>

0 commit comments

Comments
 (0)