Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b5d5b9d

Browse files
authored
Merge pull request #251 from galasa-dev/version-bump
Bump version to 0.34.1
2 parents 2d26605 + 862d330 commit b5d5b9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.0
1+
0.34.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// dealing with. Do not mess with the `def {variableName}` part of hte following
1616
// lines, only change the versions we rely upon.
1717
def galasaBootJarVersion = '0.34.0'
18-
def galasaFrameworkVersion = '0.34.0'
18+
def galasaFrameworkVersion = '0.34.1'
1919

2020
// Right now, the REST interface spec is always the same version as the galasa framework bundles.
2121
def galasaOpenApiYamlVersion = galasaFrameworkVersion

docs/generated/galasactl_runs_submit_local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ galasactl runs submit local [flags]
1717
--debug When set (or true) the debugger pauses on startup and tries to connect to a Java debugger. The connection is established using the --debugMode and --debugPort values.
1818
--debugMode string The mode to use when the --debug option causes the testcase to connect to a Java debugger. Valid values are 'listen' or 'attach'. 'listen' means the testcase JVM will pause on startup, waiting for the Java debugger to connect to the debug port (see the --debugPort option). 'attach' means the testcase JVM will pause on startup, trying to attach to a java debugger which is listening on the debug port. The default value is 'listen' but can be overridden by the 'galasactl.jvm.local.launch.debug.mode' property in the bootstrap file, which in turn can be overridden by this explicit parameter on the galasactl command.
1919
--debugPort uint32 The port to use when the --debug option causes the testcase to connect to a java debugger. The default value used is 2970 which can be overridden by the 'galasactl.jvm.local.launch.debug.port' property in the bootstrap file, which in turn can be overridden by this explicit parameter on the galasactl command.
20-
--galasaVersion string the version of galasa you want to use to run your tests. This should match the version of the galasa obr you built your test bundles against. (default "0.34.0")
20+
--galasaVersion string the version of galasa you want to use to run your tests. This should match the version of the galasa obr you built your test bundles against. (default "0.34.1")
2121
--gherkin strings Gherkin feature file URL. Should start with 'file://'.
2222
-h, --help Displays the options for the 'runs submit local' command.
2323
--localMaven string The url of a local maven repository are where galasa bundles can be loaded from on your local file system. Defaults to your home .m2/repository file. Please note that this should be in a URL form e.g. 'file:///Users/myuserid/.m2/repository', or 'file://C:/Users/myuserid/.m2/repository'

0 commit comments

Comments
 (0)