Skip to content

Commit 2cefa38

Browse files
committed
Update docs to 2.5.0
1 parent 2d38c2c commit 2cefa38

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
Xenon 2.4.1
1+
Xenon 2.5.0
22
-----------
33

4-
This is release 2.4.1 of Xenon.
4+
This is release 2.5.0 of Xenon.
55

66
Notable changes compared to v2.4.1:
77
-----------------------------------
88

9+
- added equals to KeytabCredential (#615)
10+
- added getSupportedCrenentials to AdaptorDescription (#595)
11+
- clarified description of JobState.getState (#596)
12+
13+
Notable changes compared to v2.4.0:
14+
-----------------------------------
15+
916
- fixed JobDescription equals, hashCode and toString (#612)
1017
- fixed slurm adaptors status retrieval of finished jobs (#613)
1118
- fixed slurm adaptors parsing of scontrol output on pre 17 slurm versions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ and
8787

8888
```gradle
8989
dependencies {
90-
compile 'nl.esciencecenter.xenon:xenon:2.4.0'
90+
compile 'nl.esciencecenter.xenon:xenon:2.5.0'
9191
}
9292
9393
```
@@ -110,7 +110,7 @@ and
110110
<dependency>
111111
<groupId>nl.esciencecenter.xenon</groupId>
112112
<artifactId>xenon</artifactId>
113-
<version>2.4.0</version>
113+
<version>2.5.0</version>
114114
</dependency>
115115
```
116116

@@ -220,7 +220,7 @@ For more examples, see the tutorial at [Read The Docs](http://xenonrse2017.readt
220220

221221
## Documentation
222222

223-
Xenon's JavaDoc is available online at <http://nlesc.github.io/Xenon/versions/2.4.0/javadoc/>.
223+
Xenon's JavaDoc is available online at <http://nlesc.github.io/Xenon/versions/2.5.0/javadoc/>.
224224

225225
## Legal
226226

docs/_data/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current: 2.4.1
1+
current: 2.5.0

gradle/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaultTasks 'clean', 'assemble', 'test'
55

66
// METADATA
77
// ==============
8-
version = '2.4.1'
8+
version = '2.5.0'
99
description = 'Xenon: a middleware abstraction library that provides a simple programming interface to various compute and storage resources.'
1010

1111
// will generate a warning with JDK 8, since the runtime jar (rt.jar) of

0 commit comments

Comments
 (0)