Skip to content

Commit 56602f9

Browse files
committed
patch release 1.6.1
1 parent 6ab6b2a commit 56602f9

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

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.6.1-SNAPSHOT</Version>
6+
<Version>1.6.1</Version>
77
<Authors>EvoMaster Team</Authors>
88
</PropertyGroup>
99
</Project>

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.6.1-SNAPSHOT</version>
16+
<version>1.6.1</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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</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>1.6.1-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010

1111
<groupId>org.evomaster</groupId>

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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</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.6.1-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010

1111
<groupId>org.evomaster</groupId>

client-js/evomaster-client-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evomaster-client-js",
3-
"version": "1.6.1-SNAPSHOT",
3+
"version": "1.6.1",
44
"description": "JavaScript Client library for EvoMaster",
55
"keywords": [
66
"fuzzer",

0 commit comments

Comments
 (0)