Skip to content

Commit 49ee5c7

Browse files
committed
release 3.4.0
1 parent 54ed6d3 commit 49ee5c7

File tree

51 files changed

+52
-50
lines changed

Some content is hidden

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

51 files changed

+52
-50
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: 3.3.1
33+
evomaster-version: 3.4.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: 3.3.1
11+
evomaster-version: 3.4.0
1212
jdk-jar: 1.8
1313
jdk-jpackage: 21
1414
retention-days: 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>3.3.1-SNAPSHOT</version>
16+
<version>3.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>3.3.1-SNAPSHOT</version>
8+
<version>3.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>3.3.1-SNAPSHOT</version>
8+
<version>3.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>3.3.1-SNAPSHOT</version>
8+
<version>3.4.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>3.3.1-SNAPSHOT</version>
8+
<version>3.4.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>3.3.1-SNAPSHOT</version>
8+
<version>3.4.0</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-distance-heuristics</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>3.3.1-SNAPSHOT</version>
8+
<version>3.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>3.3.1-SNAPSHOT</version>
8+
<version>3.4.0</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)