Skip to content

Commit

Permalink
Preparing for release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaassen committed Jan 30, 2018
1 parent 2287915 commit d1941b0
Show file tree
Hide file tree
Showing 298 changed files with 113,655 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Xenon 2.2.0
Xenon 2.3.0
-----------

This is release 2.2.0 of Xenon.
This is release 2.3.0 of Xenon.

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

- added an HDFS filesystem adaptor
- fixed bug in GridEngineSchedulers for complex configurations of number of slots per node
- various code cleanups, etc.

Notable changes compared to v2.1.0:
-----------------------------------
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@



Copyright 2013-2017 The Netherlands eScience Center
Copyright 2013-2018 The Netherlands eScience Center

## What problem does Xenon solve?

Expand Down Expand Up @@ -87,7 +87,7 @@ and

```gradle
dependencies {
compile 'nl.esciencecenter.xenon:xenon:2.2.0'
compile 'nl.esciencecenter.xenon:xenon:2.3.0'
}
```
Expand All @@ -110,7 +110,7 @@ and
<dependency>
<groupId>nl.esciencecenter.xenon</groupId>
<artifactId>xenon</artifactId>
<version>2.2.0</version>
<version>2.3.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.2.0/javadoc/>.
Xenon's JavaDoc is available online at <http://nlesc.github.io/Xenon/versions/2.3.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.2.0
current: 2.3.0
146 changes: 146 additions & 0 deletions docs/versions/2.3.0/javadoc-devel/allclasses-frame.html

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions docs/versions/2.3.0/javadoc-devel/allclasses-noframe.html

Large diffs are not rendered by default.

Loading

0 comments on commit d1941b0

Please sign in to comment.