Skip to content

Commit

Permalink
#382 Change property to set selectedConfiguration to selectConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Mar 30, 2021
1 parent e088767 commit 1d6c3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Bug Fixes ###

* Issue [382](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/382) Add the ability to specify an execution ID on the command line
* Issue [382](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/382) Add the ability to specify a selected configuration on the command line

## Version 3.3.0 Release Notes (23 january 2021)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public abstract class AbstractJMeterMojo extends AbstractMojo {
/**
* The filename used to store the results config
*/
@Parameter(property = "executionID" ,defaultValue = DEFAULT_CONFIG_EXECUTION_ID)
@Parameter(property = "selectConfiguration" ,defaultValue = DEFAULT_CONFIG_EXECUTION_ID)
protected String selectedConfiguration;

//------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1d6c3cf

Please sign in to comment.