Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update to 2.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Oct 15, 2019
1 parent 882dce8 commit c1fc06a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [2.2.0] - 2019-10-15
### Changed
- Update to framework 6.2.0

## [2.1.0] - 2019-10-01
### Changed
- Update to framework 6.1.1
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</parent>

<artifactId>framework-jmx-command-client</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<properties>
<cpp.repo.name>framework-jmx-command-client</cpp.repo.name>

<framework-api.version>4.1.0</framework-api.version>
<framework.version>6.2.0-M5</framework.version>
<utilities.version>1.20.1</utilities.version>
<framework.version>6.2.0</framework.version>
<utilities.version>1.20.2</utilities.version>
<maven-common-bom.version>2.4.0</maven-common-bom.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion runSystemCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
################################################

FRAMEWORK_JMX_COMMAND_CLIENT_VERSION=2.2.0-SNAPSHOT
FRAMEWORK_JMX_COMMAND_CLIENT_VERSION=2.2.1-SNAPSHOT
CONTEXT_NAME="people"
USER_NAME="admin"
PASSWORD="admin"
Expand Down

0 comments on commit c1fc06a

Please sign in to comment.