Skip to content

Commit

Permalink
Prep for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 7, 2019
1 parent 512fe36 commit 679aa09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [3.0.2] - 2019-08-07

### Changed

* Upgraded to Xenon cloud adaptors 3.0.2

## [3.0.1] - 2019-08-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

description = 'Perform files and jobs operations with Xenon library from command line'
version = '3.0.1'
version = '3.0.2'
group = 'nl.esciencecenter.xenon.cli'
mainClassName = 'nl.esciencecenter.xenon.cli.Main'
applicationName = 'xenon'
Expand All @@ -37,7 +37,7 @@ testSets {
}

ext.xenonLibVersion = '3.0.1'
ext.xenonCloudLibVersion = '3.0.1'
ext.xenonCloudLibVersion = '3.0.2'

dependencies {
// runtime group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
Expand Down
2 changes: 1 addition & 1 deletion conda/xenon-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: xenon-cli
version: 3.0.1
version: 3.0.2
source:
path: ../../build/install/xenon-cli-shadow
requirements:
Expand Down

0 comments on commit 679aa09

Please sign in to comment.