GitHub user sssaurabhsuman14 opened a pull request:
https://github.com/apache/marmotta/pull/36
Develop
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like: `MARMOTTA-XXX: title of
pull request`
(replace `XXX` in the title with the actual Jira issue number; if there
is no one,
please [create one](https://issues.apache.org/jira/browse/MARMOTTA)
before).
- [ ] Make sure tests pass via mvn clean verify (even better, enable
Travis-CI on your
fork and ensure the whole test suite passes).
- [ ] If this contribution is large, please file an
[Apache's Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/marmotta develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/marmotta/pull/36.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 #36
----
commit d7e877073e4d3c92c9f70ae889fe5437d5fd0c42
Author: Jakob Frank <jakob@...>
Date: 2018-06-12T11:27:28Z
[maven-release-plugin] prepare for next development iteration
commit 4ab4f15ce9ad7bcc4d744804408ca6188b1a73b0
Author: Jakob Frank <jakob@...>
Date: 2018-06-18T18:32:38Z
Merge branch 'master' into develop
commit ea0dcbe88eda96711c4865cef47c90de4c2fb354
Author: Jakob Frank <jakob@...>
Date: 2018-06-18T19:10:10Z
Bump version numbers of non-default modules to 3.5.0-SNAPSHOT
----
---