Skip to content

Commit 42ac08f

Browse files
committed
Bump to v3.0.2
1 parent f3e0fa1 commit 42ac08f

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [3.0.2] - 2020-03-23
11+
12+
### Changed
13+
14+
* Depends on Xenon 3.1.0
15+
1016
## [3.0.1] - 2019-09-11
1117

1218
### Changed

CITATION.cff

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
33
---
44
authors:
5-
-
5+
-
66
affiliation: "Netherlands eScience Center"
77
family-names: Verhoeven
88
given-names: Stefan
@@ -11,14 +11,20 @@ authors:
1111
affiliation: "Netherlands eScience Center"
1212
family-names: Maassen
1313
given-names: Jason
14+
orcid: "https://orcid.org/0000-0002-8172-4865"
1415
-
1516
affiliation: "Netherlands eScience Center"
1617
family-names: Ploeg
1718
given-names: Atze
1819
name-particle: "van der"
20+
- given-names: Jurriaan
21+
family-names: Spaaks
22+
name-particle: H.
23+
affiliation: Netherlands eScience Center
24+
orcid: "https://orcid.org/0000-0002-7064-4069"
1925
cff-version: "1.0.3"
2026
doi: 10.5281/zenodo.1043481
21-
date-released: 2019-06-14
27+
date-released: 2020-03-23
2228
license: Apache-2.0
2329
message: "If you use this software, please cite it as below."
2430
references:
@@ -77,4 +83,4 @@ references:
7783
title: Xenon
7884
type: software
7985
title: "Xenon gRPC server"
80-
version: "3.0.1"
86+
version: "3.0.2"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
description = 'Perform files and jobs operations with Xenon library from grpc service'
19-
version = '3.0.1'
19+
version = '3.0.2'
2020
applicationName = 'xenon-grpc'
2121
group = 'nl.esciencecenter.xenon.grpc'
2222
mainClassName = 'nl.esciencecenter.xenon.grpc.XenonServerWrapper'
@@ -30,7 +30,7 @@ repositories {
3030
jcenter()
3131
}
3232

33-
ext.xenonLibVersion = '3.0.4'
33+
ext.xenonLibVersion = '3.1.0'
3434
ext.xenonCloudLibVersion = '3.0.2'
3535

3636
dependencies {

0 commit comments

Comments
 (0)