GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/289
Version bumps for 3.5
There are 5 commits here, the first 4 of which are (I think)
non-controversial. In the last, to get from Commons Lang 3.4 to 3.5 (and thence
to 3.6) I had to change test code.
I think the changes are kosher-- using `Z` instead of `+00:00` is legit
according to the [XSD Dataypes
spec](https://www.w3.org/TR/xmlschema11-2/#nt-tzFrag). But it might cause some
surprises.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena VersionBumpsFor3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/289.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #289
----
commit 5f597bc598635a2553ca12a70a9d4e25a1b76246
Author: ajs6f <[email protected]>
Date: 2017-10-21T07:23:27Z
Bump contract test machinery versions
commit a0cf3320242dc1f456cd3e791760c16ff329d7a1
Author: ajs6f <[email protected]>
Date: 2017-10-21T07:32:38Z
Bump log4j2 version
commit 0a1a0caa637f14c7b37a15ed96971611af90a30b
Author: ajs6f <[email protected]>
Date: 2017-10-21T07:41:23Z
Commons lib version bumps
commit 0f82c01e1b71c136c1e1a5677e1ec58a207f23d6
Author: ajs6f <[email protected]>
Date: 2017-10-21T07:50:01Z
Bump Thrift version
commit 9d05531d6690162f460390e5427f406cf1ac415c
Author: ajs6f <[email protected]>
Date: 2017-10-21T09:52:58Z
Bumping Commons Lang 3.4 -> 3.6
----
---