Skip to content

Commit

Permalink
Update docs to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaassen committed Mar 3, 2018
1 parent 2d38c2c commit 2cefa38
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Xenon 2.4.1
Xenon 2.5.0
-----------

This is release 2.4.1 of Xenon.
This is release 2.5.0 of Xenon.

Notable changes compared to v2.4.1:
-----------------------------------

- added equals to KeytabCredential (#615)
- added getSupportedCrenentials to AdaptorDescription (#595)
- clarified description of JobState.getState (#596)

Notable changes compared to v2.4.0:
-----------------------------------

- fixed JobDescription equals, hashCode and toString (#612)
- fixed slurm adaptors status retrieval of finished jobs (#613)
- fixed slurm adaptors parsing of scontrol output on pre 17 slurm versions
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ and

```gradle
dependencies {
compile 'nl.esciencecenter.xenon:xenon:2.4.0'
compile 'nl.esciencecenter.xenon:xenon:2.5.0'
}
```
Expand All @@ -110,7 +110,7 @@ and
<dependency>
<groupId>nl.esciencecenter.xenon</groupId>
<artifactId>xenon</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

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

## Documentation

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

## Legal

Expand Down
2 changes: 1 addition & 1 deletion docs/_data/version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current: 2.4.1
current: 2.5.0
2 changes: 1 addition & 1 deletion gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaultTasks 'clean', 'assemble', 'test'

// METADATA
// ==============
version = '2.4.1'
version = '2.5.0'
description = 'Xenon: a middleware abstraction library that provides a simple programming interface to various compute and storage resources.'

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

0 comments on commit 2cefa38

Please sign in to comment.