File tree 3 files changed +17
-5
lines changed
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ 3.0.2] - 2020-03-23
11
+
12
+ ### Changed
13
+
14
+ * Depends on Xenon 3.1.0
15
+
10
16
## [ 3.0.1] - 2019-09-11
11
17
12
18
### Changed
Original file line number Diff line number Diff line change 2
2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
3
3
---
4
4
authors :
5
- -
5
+ -
6
6
affiliation : " Netherlands eScience Center"
7
7
family-names : Verhoeven
8
8
given-names : Stefan
@@ -11,14 +11,20 @@ authors:
11
11
affiliation : " Netherlands eScience Center"
12
12
family-names : Maassen
13
13
given-names : Jason
14
+ orcid : " https://orcid.org/0000-0002-8172-4865"
14
15
-
15
16
affiliation : " Netherlands eScience Center"
16
17
family-names : Ploeg
17
18
given-names : Atze
18
19
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"
19
25
cff-version : " 1.0.3"
20
26
doi : 10.5281/zenodo.1043481
21
- date-released : 2019-06-14
27
+ date-released : 2020-03-23
22
28
license : Apache-2.0
23
29
message : " If you use this software, please cite it as below."
24
30
references :
@@ -77,4 +83,4 @@ references:
77
83
title : Xenon
78
84
type : software
79
85
title : " Xenon gRPC server"
80
- version : " 3.0.1 "
86
+ version : " 3.0.2 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
}
17
17
18
18
description = ' Perform files and jobs operations with Xenon library from grpc service'
19
- version = ' 3.0.1 '
19
+ version = ' 3.0.2 '
20
20
applicationName = ' xenon-grpc'
21
21
group = ' nl.esciencecenter.xenon.grpc'
22
22
mainClassName = ' nl.esciencecenter.xenon.grpc.XenonServerWrapper'
@@ -30,7 +30,7 @@ repositories {
30
30
jcenter()
31
31
}
32
32
33
- ext. xenonLibVersion = ' 3.0.4 '
33
+ ext. xenonLibVersion = ' 3.1.0 '
34
34
ext. xenonCloudLibVersion = ' 3.0.2'
35
35
36
36
dependencies {
You can’t perform that action at this time.
0 commit comments